flow360.CentralBelt#

class CentralBelt[source]#

Bases: Flow360BaseModel

Class for wind tunnel floor with one central belt.

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

Floor with central belt.

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

(Minimum, maximum) x of central belt.

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

  • return_type = PydanticUndefined

  • when_used = always

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

Width of central belt.

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

  • return_type = PydanticUndefined

  • when_used = always