AircraftExternalAerodynamic#
- class ansys.stk.core.stkobjects.aviator.AircraftExternalAerodynamic#
Class defining the external file aerodynamic options for a basic acceleration performance model of an Aviator aircraft.
Overview#
Set the filepath for the forward flight aero file. |
|
Reload the forward flight aero file. |
|
Set the filepath for the takeoff and landing aero file. |
|
Reload the takeoff and landing aero file. |
Get the filepath for the forward flight aero file. |
|
Get or set the area of the lifting surface of the aircraft. |
|
Check whether you can set the reference area or whether it is specified in the file. |
|
Check whether the forward flight file is valid. |
|
Get the filepath for the takeoff and landing aero file. |
|
Get or set the area of the lifting surface of the aircraft. |
|
Check whether you can set the reference area or whether it is specified in the file. |
|
Check whether the takeoff and landing file is valid. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AircraftExternalAerodynamic
Property detail#
- property AircraftExternalAerodynamic.forward_flight_filepath: str#
Get the filepath for the forward flight aero file.
- property AircraftExternalAerodynamic.forward_flight_reference_area: float#
Get or set the area of the lifting surface of the aircraft.
- property AircraftExternalAerodynamic.can_set_forward_flight_reference_area: bool#
Check whether you can set the reference area or whether it is specified in the file.
- property AircraftExternalAerodynamic.is_forward_flight_valid: bool#
Check whether the forward flight file is valid.
- property AircraftExternalAerodynamic.takeoff_landing_filepath: str#
Get the filepath for the takeoff and landing aero file.
- property AircraftExternalAerodynamic.takeoff_landing_reference_area: float#
Get or set the area of the lifting surface of the aircraft.
Method detail#
- AircraftExternalAerodynamic.set_forward_flight_filepath(self, filepath: str) str #
Set the filepath for the forward flight aero file.
- AircraftExternalAerodynamic.reload_forward_flight_file(self) str #
Reload the forward flight aero file.
- Returns: