EngineDefinition#

class ansys.stk.core.stkobjects.astrogator.EngineDefinition#

Engine definition.

Overview#

isp_c0

Get or set the constant coefficient (C0). Dimensionless.

isp_c1

Get or set the linear coefficient (C1). Dimensionless.

isp_c2

Get or set the quadratic coefficient (C2). Dimensionless.

isp_c3

Get or set the cubic coefficient (C3). Dimensionless.

mass_flow_rate_equation_type

Get or set the independent variable for the mass flow rate equation.

mass_flow_rate_c0

Get or set the constant coefficient (C0). Dimensionless.

mass_flow_rate_c1

Get or set the linear coefficient (C1). Dimensionless.

mass_flow_rate_c2

Get or set the quadratic coefficient (C2). Dimensionless.

mass_flow_rate_c3

Get or set the cubic coefficient (C3). Dimensionless.

mass_flow_rate_equation

Get the equation for mass flow rate.

mass_flow_efficiency_c0

Get or set the constant coefficient (C0). Dimensionless.

mass_flow_efficiency_c1

Get or set the linear coefficient (C1). Dimensionless.

mass_flow_efficiency_c2

Get or set the quadratic coefficient (C2). Dimensionless.

mass_flow_efficiency_c3

Get or set the cubic coefficient (C3). Dimensionless.

mass_flow_efficiency_independent_var

Get or set the independent variable for the mass flow efficiency equation.

mass_flow_efficiency_equation

Get the equation for mass flow efficiency.

power_efficiency_c0

Get or set the constant coefficient (C0). Dimensionless.

power_efficiency_c1

Get or set the linear coefficient (C1). Dimensionless.

power_efficiency_c2

Get or set the quadratic coefficient (C2). Dimensionless.

power_efficiency_c3

Get or set the cubic coefficient (C3). Dimensionless.

power_efficiency_independent_var

Get or set the independent variable for the power efficiency equation.

power_efficiency_equation

Get the equation for power efficiency.

input_power_source_name

Object that computes the power input to the engine.

Import detail#

from ansys.stk.core.stkobjects.astrogator import EngineDefinition

Property detail#

property EngineDefinition.isp_c0: float#

Get or set the constant coefficient (C0). Dimensionless.

property EngineDefinition.isp_c1: float#

Get or set the linear coefficient (C1). Dimensionless.

property EngineDefinition.isp_c2: float#

Get or set the quadratic coefficient (C2). Dimensionless.

property EngineDefinition.isp_c3: float#

Get or set the cubic coefficient (C3). Dimensionless.

property EngineDefinition.mass_flow_rate_equation_type: EngineModelFunction#

Get or set the independent variable for the mass flow rate equation.

property EngineDefinition.mass_flow_rate_c0: float#

Get or set the constant coefficient (C0). Dimensionless.

property EngineDefinition.mass_flow_rate_c1: float#

Get or set the linear coefficient (C1). Dimensionless.

property EngineDefinition.mass_flow_rate_c2: float#

Get or set the quadratic coefficient (C2). Dimensionless.

property EngineDefinition.mass_flow_rate_c3: float#

Get or set the cubic coefficient (C3). Dimensionless.

property EngineDefinition.mass_flow_rate_equation: str#

Get the equation for mass flow rate.

property EngineDefinition.mass_flow_efficiency_c0: float#

Get or set the constant coefficient (C0). Dimensionless.

property EngineDefinition.mass_flow_efficiency_c1: float#

Get or set the linear coefficient (C1). Dimensionless.

property EngineDefinition.mass_flow_efficiency_c2: float#

Get or set the quadratic coefficient (C2). Dimensionless.

property EngineDefinition.mass_flow_efficiency_c3: float#

Get or set the cubic coefficient (C3). Dimensionless.

property EngineDefinition.mass_flow_efficiency_independent_var: EngineModelFunction#

Get or set the independent variable for the mass flow efficiency equation.

property EngineDefinition.mass_flow_efficiency_equation: str#

Get the equation for mass flow efficiency.

property EngineDefinition.power_efficiency_c0: float#

Get or set the constant coefficient (C0). Dimensionless.

property EngineDefinition.power_efficiency_c1: float#

Get or set the linear coefficient (C1). Dimensionless.

property EngineDefinition.power_efficiency_c2: float#

Get or set the quadratic coefficient (C2). Dimensionless.

property EngineDefinition.power_efficiency_c3: float#

Get or set the cubic coefficient (C3). Dimensionless.

property EngineDefinition.power_efficiency_independent_var: EngineModelFunction#

Get or set the independent variable for the power efficiency equation.

property EngineDefinition.power_efficiency_equation: str#

Get the equation for power efficiency.

property EngineDefinition.input_power_source_name: str#

Object that computes the power input to the engine.