CentralBelt#

class CentralBelt[source]#

Bases: Flow360BaseModel

Class for wind tunnel floor with one central belt.

Attributes

central_belt_x_range: Any#

(Minimum, maximum) x of central belt.

Default:

unyt_array([-2,  2], 'm')

central_belt_width: Any#

Width of central belt.

Default:

1.2 * fl.u.m

Additional Constructors

classmethod from_file(filename)#

Load a Flow360BaseModel from a .json file.

Parameters:

filename (str)

Return type:

Flow360BaseModel

Methods

help(methods=False)#

Print fields and methods of a Flow360BaseModel using rich.

Parameters:

methods (bool)

Return type:

None

to_file(filename, **kwargs)#

Export Flow360BaseModel instance to a .json file.

Parameters:
Return type:

None