flow360.WheelBelts#
- class WheelBelts[source]#
Bases:
CentralBeltClass for wind tunnel floor with one central belt and four wheel belts.
- front_wheel_belt_x_range: Annotated[_VectorType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
(Minimum, maximum) x of front wheel belt.
- Constraints:
func = <function _dimensioned_type_serializer at 0x76d26c7ff370>
return_type = PydanticUndefined
when_used = always
- front_wheel_belt_y_range: Annotated[_VectorType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
(Inner, outer) y of front wheel belt.
- Constraints:
func = <function _dimensioned_type_serializer at 0x76d26c7ff370>
return_type = PydanticUndefined
when_used = always
- rear_wheel_belt_x_range: Annotated[_VectorType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
(Minimum, maximum) x of rear wheel belt.
- Constraints:
func = <function _dimensioned_type_serializer at 0x76d26c7ff370>
return_type = PydanticUndefined
when_used = always
- rear_wheel_belt_y_range: Annotated[_VectorType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always)] [Required]#
(Inner, outer) y of rear wheel belt.
- Constraints:
func = <function _dimensioned_type_serializer at 0x76d26c7ff370>
return_type = PydanticUndefined
when_used = always
- central_belt_x_range: LengthType.Range = 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: LengthType.Positive = unyt_quantity(1.2, 'm')#
Width of central belt.
- Constraints:
func = <function _dimensioned_type_serializer at 0x76d26c7ff370>
return_type = PydanticUndefined
when_used = always