Transport properties for water according to IAPWS/IF97
Extends from Modelica.Icons.FunctionsPackage (Icon for packages containing functions).
Name | Description |
---|---|
visc_dTp | Dynamic viscosity eta(d,T,p), industrial formulation |
cond_dTp | Thermal conductivity lam(d,T,p) (industrial use version) only in one-phase region |
surfaceTension | Surface tension in region 4 between steam and water |
Dynamic viscosity eta(d,T,p), industrial formulation
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
d | Density [kg/m3] |
T | Temperature (K) [K] |
p | Pressure (only needed for region of validity) [Pa] |
phase | 2 for two-phase, 1 for one-phase, 0 if not known (unused) |
checkLimits | Check if inputs d,T,P are in region of validity |
Name | Description |
---|---|
eta | Dynamic viscosity [Pa.s] |
Thermal conductivity lam(d,T,p) (industrial use version) only in one-phase region
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
d | Density [kg/m3] |
T | Temperature (K) [K] |
p | Pressure [Pa] |
phase | 2 for two-phase, 1 for one-phase, 0 if not known |
industrialMethod | If true, the industrial method is used, otherwise the scientific one |
checkLimits | Check if inputs d,T,P are in region of validity |
Name | Description |
---|---|
lambda | Thermal conductivity [W/(m.K)] |
Surface tension in region 4 between steam and water
Extends from Modelica.Icons.Function (Icon for functions).
Name | Description |
---|---|
T | Temperature (K) [K] |
Name | Description |
---|---|
sigma | Surface tension in SI units [N/m] |