recordFlueGasTILMedia

Flue gas TILMedia (Ash,CO,CO2,SO2,N2,O2,NO,H2O,NH3,Ar)

Extends from TILMedia.Gas.Types.BaseGas (Base record for gas definitions).

Parameters

TypeNameDefaultDescription
BooleanfixedMixingRatio (from BaseGas)Treat medium as pseudo pure in Modelica if it is a mixture
Integernc_propertyCalculation (from BaseGas)Number of components for fluid property calculations
Integernc (from BaseGas)if fixedMixingRatio then 1 else nc_propertyCalculationNumber of components in Modelica models
TILMedia.Internals.GasNamegasNames (from BaseGas){""}Array of gas names e.g. {"gasName"} for pure component
RealmixingRatio_propertyCalculation (from BaseGas){1}Mixing ratio for fluid property calculation (={1} for pure components)
RealdefaultMixingRatio (from BaseGas)if fixedMixingRatio then {1} else mixingRatio_propertyCalculationDefault composition for models in Modelica (={1} for pure components)
Real[nc - 1]xi_default (from BaseGas)defaultMixingRatio[1:end - 1]/sum(defaultMixingRatio)Default mass fractions
IntegercondensingIndex (from BaseGas)Index of condensing component (=0, if no condensation is desired)
IntegerID (from BaseGas)0ID is used to map the selected Gas to the sim.cumulatedGasMass array item
Internals
StringconcatGasName (from BaseGas)TILMedia.Internals.concatNames(gasNames)