EngineDefinition#
- class ansys.stk.core.stkobjects.astrogator.EngineDefinition#
Engine definition.
Overview#
Get or set the constant coefficient (C0). Dimensionless. |
|
Get or set the linear coefficient (C1). Dimensionless. |
|
Get or set the quadratic coefficient (C2). Dimensionless. |
|
Get or set the cubic coefficient (C3). Dimensionless. |
|
Get or set the independent variable for the mass flow rate equation. |
|
Get or set the constant coefficient (C0). Dimensionless. |
|
Get or set the linear coefficient (C1). Dimensionless. |
|
Get or set the quadratic coefficient (C2). Dimensionless. |
|
Get or set the cubic coefficient (C3). Dimensionless. |
|
Get the equation for mass flow rate. |
|
Get or set the constant coefficient (C0). Dimensionless. |
|
Get or set the linear coefficient (C1). Dimensionless. |
|
Get or set the quadratic coefficient (C2). Dimensionless. |
|
Get or set the cubic coefficient (C3). Dimensionless. |
|
Get or set the independent variable for the mass flow efficiency equation. |
|
Get the equation for mass flow efficiency. |
|
Get or set the constant coefficient (C0). Dimensionless. |
|
Get or set the linear coefficient (C1). Dimensionless. |
|
Get or set the quadratic coefficient (C2). Dimensionless. |
|
Get or set the cubic coefficient (C3). Dimensionless. |
|
Get or set the independent variable for the power efficiency equation. |
|
Get the equation for power efficiency. |
|
Object that computes the power input to the engine. |
Import detail#
from ansys.stk.core.stkobjects.astrogator import EngineDefinition
Property detail#
- 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_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.