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_forward_flight_filepath

Set the filepath for the forward flight aero file.

reload_forward_flight_file

Reload the forward flight aero file.

set_takeoff_landing_filepath

Set the filepath for the takeoff and landing aero file.

reload_takeoff_landing_file

Reload the takeoff and landing aero file.

forward_flight_filepath

Get the filepath for the forward flight aero file.

forward_flight_reference_area

Get or set the area of the lifting surface of the aircraft.

can_set_forward_flight_reference_area

Check whether you can set the reference area or whether it is specified in the file.

is_forward_flight_valid

Check whether the forward flight file is valid.

takeoff_landing_filepath

Get the filepath for the takeoff and landing aero file.

takeoff_landing_reference_area

Get or set the area of the lifting surface of the aircraft.

can_set_takeoff_landing_reference_area

Check whether you can set the reference area or whether it is specified in the file.

is_takeoff_landing_valid

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.

property AircraftExternalAerodynamic.can_set_takeoff_landing_reference_area: bool#

Check whether you can set the reference area or whether it is specified in the file.

property AircraftExternalAerodynamic.is_takeoff_landing_valid: bool#

Check whether the takeoff and landing file is valid.

Method detail#

AircraftExternalAerodynamic.set_forward_flight_filepath(self, filepath: str) str#

Set the filepath for the forward flight aero file.

Parameters:

filepath : str

Returns:

str

AircraftExternalAerodynamic.reload_forward_flight_file(self) str#

Reload the forward flight aero file.

Returns:

str

AircraftExternalAerodynamic.set_takeoff_landing_filepath(self, filepath: str) str#

Set the filepath for the takeoff and landing aero file.

Parameters:

filepath : str

Returns:

str

AircraftExternalAerodynamic.reload_takeoff_landing_file(self) str#

Reload the takeoff and landing aero file.

Returns:

str