.SiemensPower.Utilities.Functions.hT_FDBR82

Information

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.

The default gas composition matches to the reference composition of the FlueGas model.
This cp is also implenented in Krawal modular and DynaplantII.

Author: Haiko Steuer SCD
Checked by:
Protection class:
Copyright © 2007 Siemens AG, PG EIP12. All rights reserved.

This model is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. For details see disclaimer

Interface

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;

Revisions


Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos