flow360.StaticFloor#

class StaticFloor[source]#

Bases: Flow360BaseModel

Class for static wind tunnel floor with friction patch.

type_name: Literal['StaticFloor'] = 'StaticFloor'#

Static floor with friction patch.

friction_patch_x_range: Annotated[_VectorType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] = unyt_array([-3,  6], 'm')#

(Minimum, maximum) x of friction patch.

Constraints:
  • func = <function _dimensioned_type_serializer at 0x76d26c7ff370>

  • return_type = PydanticUndefined

  • when_used = always

friction_patch_width: Annotated[_Constrained, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] = unyt_quantity(2, 'm')#

Width of friction patch.

Constraints:
  • func = <function _dimensioned_type_serializer at 0x76d26c7ff370>

  • return_type = PydanticUndefined

  • when_used = always