Mach#
- class Mach[source]#
Bases:
SingleAttributeModelMachclass to specify Mach number for the Inflow boundary condition viaInflow.spec.Example
>>> fl.Mach(value = 0.5)
Attributes
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods