Package with thermophysical properties for window fill gases
Information
Package with records 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.
Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).
Package Content
Name |
Description |
Generic
|
Thermal properties of fill gas for windows |
Air
|
Thermophysical properties for air |
Argon
|
Thermophysical properties for argon |
Krypton
|
Thermophysical properties for krypton |
Xenon
|
Thermophysical properties for krypton |
thermalConductivity
|
Function to compute the thermal conductivity of gases |
density
|
Function to compute the mass density |
dynamicViscosity
|
Function to compute the dynamic viscosity for gases |
specificHeatCapacity
|
Function to compute the specific heat capacity for gases |
Thermal properties of fill gas for windows
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.
Extends from Modelica.Icons.Record (Icon for records).
Parameters
Type | Name | Default | Description |
Length | x | | Gas layer thickness [m] |
ThermalConductivity | a_k | | Constant coefficient for thermal conductivity [W/(m.K)] |
Real | b_k | | Temperature dependent coefficient for thermal conductivity [W/(m.K2)] |
DynamicViscosity | a_mu | | Constant coefficient for dynamic viscosity [Pa.s] |
Real | b_mu | | Temperature dependent coefficient for dynamic viscosity [N.s/(m2.K)] |
SpecificHeatCapacity | a_c | | Constant coefficient for specific heat capacity [J/(kg.K)] |
Real | b_c | | Temperature dependent coefficient for specific heat capacity [J/(kg.K2)] |
MolarMass | MM | | Molar mass (of mixture or single fluid) [kg/mol] |
Pressure | P0 | 101325 | Normal pressure [Pa] |
Modelica definition
Thermophysical properties for air
Parameters
Type | Name | Default | Description |
Length | x | | Gas layer thickness [m] |
ThermalConductivity | a_k | 2.873E-3 | Constant coefficient for thermal conductivity [W/(m.K)] |
Real | b_k | 7.760E-5 | Temperature dependent coefficient for thermal conductivity [W/(m.K2)] |
DynamicViscosity | a_mu | 3.723E-6 | Constant coefficient for dynamic viscosity [Pa.s] |
Real | b_mu | 4.940E-8 | Temperature dependent coefficient for dynamic viscosity [N.s/(m2.K)] |
SpecificHeatCapacity | a_c | 1002.737 | Constant coefficient for specific heat capacity [J/(kg.K)] |
Real | b_c | 1.2324E-2 | Temperature dependent coefficient for specific heat capacity [J/(kg.K2)] |
MolarMass | MM | 28.97E-3 | Molar mass (of mixture or single fluid) [kg/mol] |
Pressure | P0 | 101325 | Normal pressure [Pa] |
Modelica definition
record Air =
Generic(a_k= 2.873E-3, b_k= 7.760E-5,
a_mu=3.723E-6, b_mu=4.940E-8,
a_c=1002.737, b_c= 1.2324E-2,
MM=28.97E-3) ;
Thermophysical properties for argon
Parameters
Type | Name | Default | Description |
Length | x | | Gas layer thickness [m] |
ThermalConductivity | a_k | 2.285E-3 | Constant coefficient for thermal conductivity [W/(m.K)] |
Real | b_k | 5.149E-5 | Temperature dependent coefficient for thermal conductivity [W/(m.K2)] |
DynamicViscosity | a_mu | 3.379E-6 | Constant coefficient for dynamic viscosity [Pa.s] |
Real | b_mu | 6.451E-8 | Temperature dependent coefficient for dynamic viscosity [N.s/(m2.K)] |
SpecificHeatCapacity | a_c | 521.9285 | Constant coefficient for specific heat capacity [J/(kg.K)] |
Real | b_c | 0 | Temperature dependent coefficient for specific heat capacity [J/(kg.K2)] |
MolarMass | MM | 39.948E-3 | Molar mass (of mixture or single fluid) [kg/mol] |
Pressure | P0 | 101325 | Normal pressure [Pa] |
Modelica definition
record Argon =
Generic(a_k= 2.285E-3, b_k= 5.149E-5,
a_mu=3.379E-6, b_mu=6.451E-8,
a_c=521.9285, b_c= 0,
MM=39.948E-3) ;
Thermophysical properties for krypton
Parameters
Type | Name | Default | Description |
Length | x | | Gas layer thickness [m] |
ThermalConductivity | a_k | 9.443E-4 | Constant coefficient for thermal conductivity [W/(m.K)] |
Real | b_k | 2.826E-5 | Temperature dependent coefficient for thermal conductivity [W/(m.K2)] |
DynamicViscosity | a_mu | 2.213E-6 | Constant coefficient for dynamic viscosity [Pa.s] |
Real | b_mu | 7.777E-8 | Temperature dependent coefficient for dynamic viscosity [N.s/(m2.K)] |
SpecificHeatCapacity | a_c | 248.0907 | Constant coefficient for specific heat capacity [J/(kg.K)] |
Real | b_c | 0 | Temperature dependent coefficient for specific heat capacity [J/(kg.K2)] |
MolarMass | MM | 83.80E-3 | Molar mass (of mixture or single fluid) [kg/mol] |
Pressure | P0 | 101325 | Normal pressure [Pa] |
Modelica definition
record Krypton =
Generic(a_k= 9.443E-4, b_k= 2.826E-5,
a_mu=2.213E-6, b_mu=7.777E-8,
a_c=248.0907, b_c= 0,
MM=83.80E-3) ;
Thermophysical properties for krypton
Parameters
Type | Name | Default | Description |
Length | x | | Gas layer thickness [m] |
ThermalConductivity | a_k | 4.538E-4 | Constant coefficient for thermal conductivity [W/(m.K)] |
Real | b_k | 1.723E-5 | Temperature dependent coefficient for thermal conductivity [W/(m.K2)] |
DynamicViscosity | a_mu | 1.069E-6 | Constant coefficient for dynamic viscosity [Pa.s] |
Real | b_mu | 7.414E-8 | Temperature dependent coefficient for dynamic viscosity [N.s/(m2.K)] |
SpecificHeatCapacity | a_c | 158.3397 | Constant coefficient for specific heat capacity [J/(kg.K)] |
Real | b_c | 0 | Temperature dependent coefficient for specific heat capacity [J/(kg.K2)] |
MolarMass | MM | 131.3E-3 | Molar mass (of mixture or single fluid) [kg/mol] |
Pressure | P0 | 101325 | Normal pressure [Pa] |
Modelica definition
record Xenon =
Generic(a_k= 4.538E-4, b_k= 1.723E-5,
a_mu=1.069E-6, b_mu=7.414E-8,
a_c=158.3397, b_c= 0,
MM=131.3E-3) ;
Function to compute the thermal conductivity of gases
Inputs
Outputs
Modelica definition
Function to compute the mass density
Inputs
Outputs
Type | Name | Description |
Density | rho | Mass density [kg/m3] |
Modelica definition
Function to compute the dynamic viscosity for gases
Inputs
Outputs
Modelica definition
Function to compute the specific heat capacity for gases
Inputs
Outputs
Modelica definition
http://simulationresearch.lbl.gov/modelica