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 cp_FDBR82 import SI = Modelica.SIunits; extends Modelica.Icons.Function; input SI.Temperature TGas "Gas temp"; input Real XGas[6] = {0.0579690, 0.0, 0.7349500, 0.0532280, 0.1415570, 0.0122996} "Gas composition: CO2, SO2, N2, H2O, O2, Ar [kg/kg]"; output SI.SpecificHeatCapacity cp "Gas specific heat capacity"; end cp_FDBR82;