StaticFloor#
- class StaticFloor[source]#
Bases:
Flow360BaseModelClass for static wind tunnel floor with friction patch.
Attributes
- friction_patch_x_range: Any#
(Minimum, maximum) x of friction patch.
- Default:
unyt_array([-3, 6], 'm')
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods