Data for liquid mixture of sodium (22%) and potassium (78%).
Reference 1: https://www-pub.iaea.org/MTCD/publications/PDF/IAEA-THPH_web.pdf
Pr(h, p=None)
Prandtl number as function of mass specific enthalpy at 1 atm (fit valid between 273 K to 373 K).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
h
|
float
|
Specific enthalpy in J/kg |
required |
p
|
float
|
Pressure in Pa |
None
|
Returns:
Type | Description |
---|---|
float
|
Prandtl number |
Source code in openterrace/fluid_substances/nak2278.py
T(h, p=None)
Temperature as function of mass specific enthalpy at 1 atm (fit valid between 273 K to 373 K).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
h
|
float
|
Specific enthalpy in J/kg |
required |
p
|
float
|
Pressure in Pa |
None
|
Returns:
Type | Description |
---|---|
float
|
Temperature in kelvin |
Source code in openterrace/fluid_substances/nak2278.py
cp(h, p=None)
Specific heat capacity as function of mass specific enthalpy at 1 atm (fit valid between 273 K to 373 K).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
h
|
float
|
Specific enthalpy in J/kg |
required |
p
|
float
|
Pressure in Pa |
None
|
Returns:
Type | Description |
---|---|
float
|
Specific heat capacity in J/(kg K) |
Source code in openterrace/fluid_substances/nak2278.py
h(T)
Mass specific enthalpy as function of temperature at 1 atm (fit valid between 473.15 K to 873.15 K).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
T
|
float
|
Temperature in K |
required |
Returns:
Type | Description |
---|---|
float
|
Specific enthalpy in J/kg |
Source code in openterrace/fluid_substances/nak2278.py
k(h, p=None)
Thermal conductivity as function of mass specific enthalpy at 1 atm (fit valid between 273 K to 373 K).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
h
|
float
|
Specific enthalpy in J/kg |
required |
p
|
float
|
Pressure in Pa |
None
|
Returns:
Type | Description |
---|---|
float
|
Thermal conductivity in W/(m K) |
Source code in openterrace/fluid_substances/nak2278.py
mu(h, p=None)
Dynamic viscosity as function of mass specific enthalpy at 1 atm (fit valid between 273 K to 373 K).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
h
|
float
|
Specific enthalpy in J/kg |
required |
p
|
float
|
Pressure in Pa |
None
|
Returns:
Type | Description |
---|---|
float
|
Dynamic viscosity in kg/(m*s) |
Source code in openterrace/fluid_substances/nak2278.py
rho(h, p=None)
Density as function of mass specific enthalpy at 1 atm (fit valid between 273 K to 373 K).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
h
|
float
|
Specific enthalpy in J/kg |
required |
p
|
float
|
Pressure in Pa |
None
|
Returns:
Type | Description |
---|---|
float
|
Density in kg/m^3 |