RotorcraftAerodynamic#
- class ansys.stk.core.stkobjects.aviator.RotorcraftAerodynamic#
Class defining the aerodynamic options for a rotorcraft.
Overview#
Get or set the number of rotors. |
|
Get or set the diameter of the rotor. |
|
Get or set the number of blades on each rotor. |
|
Get or set the chord length of the blade. |
|
Get or set the Mach number of the advancing blade tip. |
|
Get or set the flat plate area for the fuselage. |
|
Get or set the offset of the tail rotor. |
|
Get or set the diameter of the tail rotor. |
|
Get or set the drag coefficient when the rotor disc does not generate any lift. |
|
Get or set the induced drag coefficient, which accounts for how lift generation impacts drag. |
|
Get or set the slop factor that accounts for losses. |
Import detail#
from ansys.stk.core.stkobjects.aviator import RotorcraftAerodynamic
Property detail#
- property RotorcraftAerodynamic.blades_per_rotor: int#
Get or set the number of blades on each rotor.
- property RotorcraftAerodynamic.rotor_tip_mach: float#
Get or set the Mach number of the advancing blade tip.
- property RotorcraftAerodynamic.fuselage_flat_plate_area: float#
Get or set the flat plate area for the fuselage.
- property RotorcraftAerodynamic.tail_rotor_diameter: float#
Get or set the diameter of the tail rotor.
- property RotorcraftAerodynamic.blade_profile_drag_cd0: float#
Get or set the drag coefficient when the rotor disc does not generate any lift.