FourPointAerodynamic#
- class ansys.stk.core.stkobjects.aviator.FourPointAerodynamic#
Class defining the FourPoint aerodynamic strategy.
Overview#
Validate the lift design points - ensure the choices do not result in a singular system of equations. |
|
Validate the drag design points - ensure the choices do not result in a singular system of equations. |
Get or set the Mach for the first design point. |
|
Get or set the AOA for the first design point. |
|
Get or set the lift coefficient for the first design point. |
|
Get or set the drag coefficient for the first design point. |
|
Get or set the Mach for the second design point. |
|
Get or set the AOA for the second design point. |
|
Get or set the lift coefficient for the second design point. |
|
Get or set the drag coefficient for the second design point. |
|
Get or set the Mach for the third design point. |
|
Get or set the AOA for the third design point. |
|
Get or set the lift coefficient for the third design point. |
|
Get or set the drag coefficient for the third design point. |
|
Get or set the Mach for the fourth design point. |
|
Get or set the AOA for the fourth design point. |
|
Get or set the lift coefficient for the fourth design point. |
|
Get or set the drag coefficient for the fourth design point. |
|
Get or set the aerodynamic reference area for the aircraft. |
|
Get or set the maximum AOA for the aircraft. |
Import detail#
from ansys.stk.core.stkobjects.aviator import FourPointAerodynamic
Property detail#
- property FourPointAerodynamic.cl_1: float#
Get or set the lift coefficient for the first design point.
- property FourPointAerodynamic.cd_1: float#
Get or set the drag coefficient for the first design point.
- property FourPointAerodynamic.cl_2: float#
Get or set the lift coefficient for the second design point.
- property FourPointAerodynamic.cd_2: float#
Get or set the drag coefficient for the second design point.
- property FourPointAerodynamic.cl_3: float#
Get or set the lift coefficient for the third design point.
- property FourPointAerodynamic.cd_3: float#
Get or set the drag coefficient for the third design point.
- property FourPointAerodynamic.cl_4: float#
Get or set the lift coefficient for the fourth design point.
- property FourPointAerodynamic.cd_4: float#
Get or set the drag coefficient for the fourth design point.
Method detail#
- FourPointAerodynamic.validate_lift_design_points(self, d_mach_1: float, d_aoa_1: Any, d_mach_2: float, d_aoa_2: Any, d_mach_3: float, d_aoa_3: Any, d_mach_4: float, d_aoa_4: Any) bool #
Validate the lift design points - ensure the choices do not result in a singular system of equations.