Package with data records for single gases
This package contains the coefficients for perfect gases.
Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).
Name | Description |
---|---|
Air | |
H2O |
constant PerfectGases.Common.DataRecord Air(
name = Modelica.Media.IdealGases.Common.SingleGasesData.Air.name,
R = Modelica.Media.IdealGases.Common.SingleGasesData.Air.R,
MM = Modelica.Media.IdealGases.Common.SingleGasesData.Air.MM,
cp = 1006,
cv = 1006 - Modelica.Media.IdealGases.Common.SingleGasesData.Air.R);
constant PerfectGases.Common.DataRecord H2O(
name = Modelica.Media.IdealGases.Common.SingleGasesData.H2O.name,
R = Modelica.Media.IdealGases.Common.SingleGasesData.H2O.R,
MM = Modelica.Media.IdealGases.Common.SingleGasesData.H2O.MM,
cp = 1860,
cv = 1860 - Modelica.Media.IdealGases.Common.SingleGasesData.H2O.R);