recordGeneric
Thermal properties of fill gas for windows
Extends from Modelica.Icons.Record (Icon for records).
Information
Generic record for thermophysical properties for window gas fills. The implementation is according to ISO 15099:2003, Thermal performance of windows, doors and shading devices -- Detailed calculations.Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Length | x | Gas layer thickness | |
| Modelica.Units.SI.ThermalConductivity | a_k | Constant coefficient for thermal conductivity | |
| Real | b_k | Temperature dependent coefficient for thermal conductivity | |
| Modelica.Units.SI.DynamicViscosity | a_mu | Constant coefficient for dynamic viscosity | |
| Real | b_mu | Temperature dependent coefficient for dynamic viscosity | |
| Modelica.Units.SI.SpecificHeatCapacity | a_c | Constant coefficient for specific heat capacity | |
| Real | b_c | Temperature dependent coefficient for specific heat capacity | |
| Modelica.Units.SI.MolarMass | MM | Molar mass (of mixture or single fluid) | |
| Modelica.Units.SI.Pressure | P0 | 101325 | Normal pressure |
Revisions
-
October 17, 2014, by Michael Wetter:
ChangedP0from aconstantto aparameterto avoid a compilation error in OpenModelica. -
August 18 2010, by Michael Wetter:
First implementation.