modelGTunitExhaustBase
Adds computation of exhaust composition to GTunitBase
Extends from BaseClasses.GTunitBase (Gas Turbine).
Information
This model extends GTunitBase, by adding the computation of the exhaust composition.Modelling options
If constantCompositionExhaust = false, the exhaust composition is computed according to the exact mass balances; otherwise, the exhaust composition is held fixed to Exhaust.reference_X.Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Exhaust.AbsolutePressure | pnom (from GTunitBase) | 1.013e5 | ISO reference pressure |
| Air.Temperature | Tnom (from GTunitBase) | 288.15 | ISO reference temperature |
| SI.SpecificEnthalpy | HH (from GTunitBase) | Lower Heating value | |
| SI.PerUnit | eta_mech (from GTunitBase) | 0.95 | mechanical efficiency |
| Boolean | allowFlowReversal (from GTunitBase) | system.allowFlowReversal | = true to allow flow reversal, false restricts to design direction |
| Boolean | constantCompositionExhaust | false | Assume exhaust composition equal to reference_X |
| Initialisation | |||
| Modelica.SIunits.Pressure | pstart (from GTunitBase) | start pressure value | |
| Exhaust.Temperature | Tstart (from GTunitBase) | start temperature value | |
| Modelica.SIunits.MassFraction[Air.nX] | Xstart (from GTunitBase) | Air.reference_X | start gas composition |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| FlangeA | Air_in (from GTunitBase) | ||
| FlangeA | Fuel_in (from GTunitBase) | ||
| FlangeB | FlueGas_out (from GTunitBase) | ||
| Modelica.Mechanics.Rotational.Interfaces.Flange_b | shaft_b (from GTunitBase) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ThermoPower.System | system (from GTunitBase) | System wide properties | |
| Air.BaseProperties | gas (from GTunitBase) | ||
| Air.MassFlowRate | wia (from GTunitBase) | Air mass flow | |
| Air.MassFlowRate | wia_ISO (from GTunitBase) | Air mass flow, referred to ISO conditions | |
| Fuel.MassFlowRate | wif (from GTunitBase) | Fuel mass flow | |
| Exhaust.MassFlowRate | wout (from GTunitBase) | FlueGas mass flow | |
| Air.SpecificEnthalpy | hia (from GTunitBase) | Air specific enthalpy | |
| Fuel.SpecificEnthalpy | hif (from GTunitBase) | Fuel specific enthalpy | |
| Exhaust.SpecificEnthalpy | hout (from GTunitBase) | FlueGas specific enthalpy | |
| SI.Angle | phi (from GTunitBase) | shaft rotation angle | |
| SI.Torque | tau (from GTunitBase) | net torque acting on the turbine | |
| SI.AngularVelocity | omega (from GTunitBase) | shaft angular velocity | |
| SI.Power | ZLPout (from GTunitBase) | zero_loss power output | |
| SI.Power | ZLPout_ISO (from GTunitBase) | zero_loss power output, referred to ISO conditions | |
| SI.Power | Pout (from GTunitBase) | Net power output | |
| SI.Power | HI (from GTunitBase) | Heat input | |
| SI.Power | HI_ISO (from GTunitBase) | Heat input, referred to ISO conditions | |
| SI.PerUnit | PR (from GTunitBase) | pressure ratio | |
| Exhaust.AbsolutePressure | pc (from GTunitBase) | combustion pressure | |
| Air.AbsolutePressure | pin (from GTunitBase) | inlet pressure | |
| Real | wcomb | Molar Combustion rate (CH4) | |
| Real | lambda | Stoichiometric ratio (>1 if air flow is greater than stoichiometric) |
Revisions
- 7 Jun 2005
by Francesco Casella:
GTunit models further restructured.