modelCombustionChamberBase

Combustion Chamber

Extends from Icons.Gas.Mixer.

Information

This is the model-base of a Combustion Chamber, with a constant volume.

The metal wall temperature and the heat transfer coefficient between the wall and the fluid are uniform. The wall is thermally insulated from the outside. It has been assumed that inlet gases are premixed before entering in the volume.

Modelling options

This model has three different Medium models to characterize the inlet air, fuel, and flue gas exhaust.

If gamma = 0, the thermal effects of the surrounding walls are neglected.

There are two ways to obtain correct energy balances. The first is to explicitly set the lower heating value of the fuel HH, and use medium models that do not include the enthalpy of formation, by setting excludeEnthalpyOfFormation = true, which is the default option in Modelica.Media. As the heating value is usually provided at 25 degC temperature, it is also necessary to set referenceChoice =ReferenceEnthalpy.ZeroAt25C in all medium models for consistency. This is done in the medium models contained within ThermoPower.Media.

Alternatively, one can set excludeEnthalpyOfFormation = false in all media and set HH = 0. By doing so, the heating value is automatically accounted for by the difference in the enthalpy of formation.

Parameters

TypeNameDefaultDescription
SI.VolumeVInner volume
SI.AreaS0Inner surface
SI.CoefficientOfHeatTransfergamma0Heat Transfer Coefficient
SI.HeatCapacityCm0Metal Heat Capacity
SI.SpecificEnthalpyHHLower Heating value of fuel
BooleanallowFlowReversalsystem.allowFlowReversal= true to allow flow reversal, false restricts to design direction
Initialisation
SI.TemperatureTmstart300Metal wall start temperature
Air.AbsolutePressurepstart101325Pressure start value
Air.TemperatureTstart300Temperature start value
Air.MassFraction[Exhaust.nX]XstartExhaust.reference_XStart flue gas composition
Choices.Init.OptionsinitOptsystem.initOptInitialisation option
BooleannoInitialPressurefalseRemove initial equation on pressure

Connectors

TypeNameDefaultDescription
FlangeAinainlet air
FlangeAinfinlet fuel
FlangeBoutflue gas

Components

TypeNameDefaultDescription
ThermoPower.SystemsystemSystem wide properties
Exhaust.BasePropertiesfluegas
SI.MassMGas total mass
SI.Mass[Exhaust.nXi]MXPartial flue gas masses
SI.InternalEnergyEGas total energy
SI.TemperatureTmWall temperature
Air.SpecificEnthalpyhiaAir specific enthalpy
Fuel.SpecificEnthalpyhifFuel specific enthalpy
Exhaust.SpecificEnthalpyhoOutlet specific enthalpy
SI.PowerHRHeat rate
SI.TimeTrResidence time

Contents

NameDescription
Air
Fuel
Exhaust

Revisions

  • 30 May 2005 by Francesco Casella:
    Initialisation support added.
  • 31 Jan 2005 by Francesco Casella:
    CombustionChamber model restructured using inheritance.

    First release.