WheelBelts#
- class WheelBelts[source]#
Bases:
CentralBeltClass for wind tunnel floor with one central belt and four wheel belts.
Attributes
- central_belt_x_range: Length.StrictlyIncreasingVector2#
(Minimum, maximum) x of central belt.
- Default:
unyt_array([-2, 2], 'm')
- central_belt_width: Length.PositiveFloat64#
Width of central belt.
- Default:
1.2 * fl.u.m
- front_wheel_belt_x_range: Length.StrictlyIncreasingVector2#
(Minimum, maximum) x of front wheel belt.
- front_wheel_belt_y_range: Length.PositiveStrictlyIncreasingVector2#
(Inner, outer) y of front wheel belt.
- rear_wheel_belt_x_range: Length.StrictlyIncreasingVector2#
(Minimum, maximum) x of rear wheel belt.
- rear_wheel_belt_y_range: Length.PositiveStrictlyIncreasingVector2#
(Inner, outer) y of rear wheel belt.