recordGeneric
Generic record of fuel properties
Extends from Modelica.Icons.Record (Icon for records).
Information
This is a generic record where the fuel properties need to be specified by the user.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.SpecificEnthalpy | h | Heating value (lower or upper, depending on fuel) | |
| Modelica.Units.SI.Density | d | Mass density | |
| Real | mCO2 | CO2 emission at combustion, in kg/kg fuel |
Revisions
-
June 26, 2013 by Michael Wetter:
Corrected wrong type formCO2. It was declared asModelica.Units.SI.MassFraction, which is incorrect. -
December 22, 2011, by Michael Wetter:
First implementation.