AdvancedFixedWingFourPointAerodynamic#
- class ansys.stk.core.stkobjects.aviator.AdvancedFixedWingFourPointAerodynamic#
Class defining the FourPoint aerodynamic strategy in the Advanced Fixed Wing Tool.
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 maximum AOA for the aircraft. |
|
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. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AdvancedFixedWingFourPointAerodynamic
Property detail#
- property AdvancedFixedWingFourPointAerodynamic.max_aoa: Any#
Get or set the maximum AOA for the aircraft.
- property AdvancedFixedWingFourPointAerodynamic.mach_1: float#
Get or set the Mach for the first design point.
- property AdvancedFixedWingFourPointAerodynamic.aoa_1: Any#
Get or set the AOA for the first design point.
- property AdvancedFixedWingFourPointAerodynamic.cl_1: float#
Get or set the lift coefficient for the first design point.
- property AdvancedFixedWingFourPointAerodynamic.cd_1: float#
Get or set the drag coefficient for the first design point.
- property AdvancedFixedWingFourPointAerodynamic.mach_2: float#
Get or set the Mach for the second design point.
- property AdvancedFixedWingFourPointAerodynamic.aoa_2: Any#
Get or set the AOA for the second design point.
- property AdvancedFixedWingFourPointAerodynamic.cl_2: float#
Get or set the lift coefficient for the second design point.
- property AdvancedFixedWingFourPointAerodynamic.cd_2: float#
Get or set the drag coefficient for the second design point.
- property AdvancedFixedWingFourPointAerodynamic.mach_3: float#
Get or set the Mach for the third design point.
- property AdvancedFixedWingFourPointAerodynamic.aoa_3: Any#
Get or set the AOA for the third design point.
- property AdvancedFixedWingFourPointAerodynamic.cl_3: float#
Get or set the lift coefficient for the third design point.
- property AdvancedFixedWingFourPointAerodynamic.cd_3: float#
Get or set the drag coefficient for the third design point.
- property AdvancedFixedWingFourPointAerodynamic.mach_4: float#
Get or set the Mach for the fourth design point.
- property AdvancedFixedWingFourPointAerodynamic.aoa_4: Any#
Get or set the AOA for the fourth design point.
Method detail#
- AdvancedFixedWingFourPointAerodynamic.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.
- AdvancedFixedWingFourPointAerodynamic.validate_drag_design_points(self, d_mach_1: float, d_c_l_1: float, d_mach_2: float, d_c_l_2: float, d_mach_3: float, d_c_l_3: float, d_mach_4: float, d_c_l_4: float) bool #
Validate the drag design points - ensure the choices do not result in a singular system of equations.