luminarycloud.params.simulation.physics.fluid.physical_behavior.physical_behavior_model.actuator_disk_model¶
Classes¶
Uses tables of airfoil aerodynamic data to model the effect of rotors and propellers |
|
Thrust, torque, and radial force profiles |
|
Applies a uniform force at all locations on the disk |
|
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.