Data for Swedish Diabase.
cp = 1272 (specific heat capacity at constant pressure) rho = 3007 (density) k = 1.75 (thermal conductivity)
T(h, p=None)
Temperature as function of mass specific enthalpy at 1 atm (fit assumes constant cp).
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/bed_substances/swedish_diabase.py
cp(h, p=None)
Specific heat capacity as function of mass specific enthalpy at 1 atm (fit assumes constant specific heat capacity).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
h
|
float
|
Specific enthalpy in J/kg |
required |
p
|
float
|
Pressure in Pa |
None
|
Returns:
Name | Type | Description |
---|---|---|
float |
float
|
Specific heat capacity in J/(kg K) |
Source code in openterrace/bed_substances/swedish_diabase.py
h(T)
Mass specific enthalpy as function of temperature at 1 atm (fit assumes constant cp).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
T
|
float
|
Temperature in K |
required |
Returns:
Type | Description |
---|---|
float
|
Specific enthalpy in J/kg |
k(h, p=None)
Thermal conductivity as function of mass specific enthalpy at 1 atm (fit assumes constant thermal conductivity).
Parameters:
Name | Type | Description | Default |
---|---|---|---|
h
|
float
|
Specific enthalpy in J/kg |
required |
p
|
float
|
Pressure in Pa |
None
|
Returns:
Name | Type | Description |
---|---|---|
float |
float
|
Thermal conductivity in W/(m K) |
Source code in openterrace/bed_substances/swedish_diabase.py
rho(h, p=None)
Density as function of mass specific entahlpy at 1 atm (fit assumes constant density).
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 |