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
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | fixedMixingRatio (from BaseGas) | Treat medium as pseudo pure in Modelica if it is a mixture | |
| Integer | nc_propertyCalculation (from BaseGas) | Number of components for fluid property calculations | |
| Integer | nc (from BaseGas) | if fixedMixingRatio then 1 else nc_propertyCalculation | Number of components in Modelica models |
| TILMedia.Internals.GasName | gasNames (from BaseGas) | {""} | Array of gas names e.g. {"gasName"} for pure component |
| Real | mixingRatio_propertyCalculation (from BaseGas) | {1} | Mixing ratio for fluid property calculation (={1} for pure components) |
| Real | defaultMixingRatio (from BaseGas) | if fixedMixingRatio then {1} else mixingRatio_propertyCalculation | Default 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 |
| Integer | condensingIndex (from BaseGas) | Index of condensing component (=0, if no condensation is desired) | |
| Integer | ID (from BaseGas) | 0 | ID is used to map the selected Gas to the sim.cumulatedGasMass array item |
| Internals | |||
| String | concatGasName (from BaseGas) | TILMedia.Internals.concatNames(gasNames) | |