BETDiskChord#

class BETDiskChord[source]#

Bases: Flow360BaseModel

BETDiskChord class for setting up the BETDisk.chords.

Example

>>> fl.BETDiskChord(radius=2 * fl.u.inch, chord=18 * fl.u.inch)

Attributes

radius: Any#

The radius of the radial location.

chord: Any#

The blade chord at this radial location.

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