AdvancedFixedWingRamjetBasic#
- class ansys.stk.core.stkobjects.aviator.AdvancedFixedWingRamjetBasic#
Class defining the basic Ramjet model.
Overview#
Get or set the altitude design point of the engine. |
|
Get or set the mach number design point of the engine. |
|
Get or set the thrust design point of the engine. |
|
Get or set the maximum temperature at the compressor stage. |
|
Get or set the maximum temperature at the combustion stage. |
|
Get or set the jet engineβs fuel type. |
|
Get the interface for a Kerosene - AFPROP fuel mode. |
|
Get the interface for a Kerosene - CEA fuel mode. |
|
Get the jet engineβs propulsion efficiencies and losses. |
Import detail#
from ansys.stk.core.stkobjects.aviator import AdvancedFixedWingRamjetBasic
Property detail#
- property AdvancedFixedWingRamjetBasic.design_altitude: float#
Get or set the altitude design point of the engine.
- property AdvancedFixedWingRamjetBasic.design_mach: float#
Get or set the mach number design point of the engine.
- property AdvancedFixedWingRamjetBasic.design_thrust: float#
Get or set the thrust design point of the engine.
- property AdvancedFixedWingRamjetBasic.max_compression_temp: float#
Get or set the maximum temperature at the compressor stage.
- property AdvancedFixedWingRamjetBasic.max_burner_temp: float#
Get or set the maximum temperature at the combustion stage.
- property AdvancedFixedWingRamjetBasic.fuel_type: JetFuelType#
Get or set the jet engineβs fuel type.
- property AdvancedFixedWingRamjetBasic.fuel_mode_as_afprop: FuelModelKeroseneAFPROP#
Get the interface for a Kerosene - AFPROP fuel mode.
- property AdvancedFixedWingRamjetBasic.fuel_mode_as_cea: FuelModelKeroseneCEA#
Get the interface for a Kerosene - CEA fuel mode.
- property AdvancedFixedWingRamjetBasic.efficiencies_and_losses: PropulsionEfficiencies#
Get the jet engineβs propulsion efficiencies and losses.