luminarycloud.params.simulation.physics.fluid.physical_behavior.physical_behavior_model.actuator_disk_model

Classes

ActuatorDiskBladeElement

Uses tables of airfoil aerodynamic data to model the effect of rotors and propellers

ActuatorDiskRadialDistribution

Thrust, torque, and radial force profiles

ActuatorDiskUniformThrust

Applies a uniform force at all locations on the disk

FanCurveInternal

Specify the relation between the fan pressure rise and the volume flow rate.

Package Contents

class ActuatorDiskBladeElement

Uses tables of airfoil aerodynamic data to model the effect of rotors and propellers

blade_element_params: BladeElementParams
class ActuatorDiskRadialDistribution

Thrust, torque, and radial force profiles

radial_distribution_table: RectilinearTable | None = None

Radially dependent axial, circumferential, and radial force distribution.

radial_force: LcFloat = 0.0

Radial force of the actuator disk.

thrust: LcFloat = 0.0

Thrust provided by the actuator disk.

torque: LcFloat = 0.0

Torque of the actuator disk.

class ActuatorDiskUniformThrust

Applies a uniform force at all locations on the disk

thrust: LcFloat = 0.0

Thrust provided by the actuator disk.

class FanCurveInternal

Specify the relation between the fan pressure rise and the volume flow rate.

fan_curve_table: RectilinearTable | None = None

Correlation between fan pressure rise and volume flow rate.

head_loss_coefficient: LcFloat = 0.0

Fraction of dynamic pressure lost through the fan.