This function returns the specific heat capacity of an ideal composition of the following ideal gases according to the FDBR82 cpGasVon_t function
The heat capacity depends on the TGas via a 4th order polynomial.
Author: | Haiko Steuer | SCD |
Checked by: | ||
Protection class: |
function hT_FDBR82 import SI = Modelica.SIunits; extends Modelica.Icons.Function; input SiemensPower.Units.Temperature TGas "Gas temp"; input Real XGas[6] = {0.058436, 0.0, 0.734822, 0.053609, 0.140839, 0.012294} "Gas composition: CO2, SO2, N2, H2O, O2, Ar [kg/kg]"; output SiemensPower.Units.SpecificEnthalpy h "Gas specific enthalpy"; end hT_FDBR82;