MissileRamjetPropulsion#
- class ansys.stk.core.stkobjects.aviator.MissileRamjetPropulsion#
Class defining the Ramjet propulsion options for a missile.
Overview#
Get or set the mach number design point of the engine. |
|
Get or set the altitude design point of the engine. |
|
Get or set the thrust design point of the engine. |
|
Get or set the maximum temperature that the engine material can support. |
|
Get or set the heating value of the fuel. |
|
Get or set the pressure ratio from the inlet exit to the entrance. |
|
Get or set the pressure ratio from the burner exit to the entrance. |
|
Get or set the pressure ratio from the nozzle exit to the entrance. |
|
Get or set the pressure ratio from ambient conditions to the engine exit. |
|
Get or set the efficiency of the burner. |
|
Opt to have no thrust if the fuel is empty. |
Import detail#
from ansys.stk.core.stkobjects.aviator import MissileRamjetPropulsion
Property detail#
- property MissileRamjetPropulsion.design_mach: float#
Get or set the mach number design point of the engine.
- property MissileRamjetPropulsion.design_altitude: float#
Get or set the altitude design point of the engine.
- property MissileRamjetPropulsion.design_thrust: float#
Get or set the thrust design point of the engine.
- property MissileRamjetPropulsion.engine_temp: float#
Get or set the maximum temperature that the engine material can support.
- property MissileRamjetPropulsion.fuel_heating_value: float#
Get or set the heating value of the fuel.
- property MissileRamjetPropulsion.inlet_pressure_ratio: float#
Get or set the pressure ratio from the inlet exit to the entrance.
- property MissileRamjetPropulsion.burner_pressure_ratio: float#
Get or set the pressure ratio from the burner exit to the entrance.
- property MissileRamjetPropulsion.nozzle_pressure_ratio: float#
Get or set the pressure ratio from the nozzle exit to the entrance.