A class for the ModifiedCaO properties. More...
#include <test/porousmediumflow/1pncmin/implicit/nonisothermal/modifiedcao.hh>
A class for the ModifiedCaO properties.
This class uses a different CaO density. It is to be used for calculating the chemical reaction of CaO to Ca(OH)2 without considering the porosity change according to Shao et al. (2013) [61].
Public Types | |
using | Scalar = Scalar |
export the scalar type used by the component More... | |
Static Public Member Functions | |
static Scalar | solidDensity (Scalar temperature) |
The corrected mass density \mathrm{[kg/m^3]} of CaO. More... | |
static const char * | name () |
A human readable name for the CaO. More... | |
static constexpr Scalar | molarMass () |
The molar mass of CaOH2 in \mathrm{[kg/mol]}. More... | |
static Scalar | solidMolarDensity (Scalar temperature) |
The molar density \mathrm{[mol/m^3]} of CaO. Molar density at 293 K. Literature value from Shao et al. (2013). More... | |
static Scalar | solidHeatCapacity (Scalar temperature) |
The specific heat capacity \mathrm{[J/kg K]} of CaO. More... | |
static Scalar | solidThermalConductivity (Scalar temperature) |
The thermal conductivity \mathrm{[W/(m K)]} of the porous material. More... | |
static void | init (Scalar tempMin, Scalar tempMax, unsigned nTemp, Scalar pressMin, Scalar pressMax, unsigned nPress) |
A default routine for initialization, not needed for components and must not be called. More... | |
static constexpr Scalar | criticalTemperature () |
Returns the critical temperature in \mathrm{[K]} of the component. More... | |
static constexpr Scalar | criticalPressure () |
Returns the critical pressure in \mathrm{[Pa]} of the component. More... | |
static constexpr Scalar | tripleTemperature () |
Returns the temperature in \mathrm{[K]} at the component's triple point. More... | |
static constexpr Scalar | triplePressure () |
Returns the pressure in \mathrm{[Pa]} at the component's triple point. More... | |
static Scalar | vaporPressure (Scalar t) |
The vapor pressure in \mathrm{[Pa]} of the component at a given temperature in \mathrm{[K]}. More... | |
static constexpr bool | solidIsCompressible () |
Returns true if the solid phase is assumed to be compressible. More... | |
Static Public Attributes | |
static constexpr bool | isTabulated |
if the component relies on tabulated values More... | |
|
inherited |
export the scalar type used by the component
|
inlinestaticconstexprinherited |
Returns the critical pressure in \mathrm{[Pa]} of the component.
|
inlinestaticconstexprinherited |
Returns the critical temperature in \mathrm{[K]} of the component.
|
inlinestaticinherited |
A default routine for initialization, not needed for components and must not be called.
tempMin | The minimum of the temperature range in \mathrm{[K]} |
tempMax | The maximum of the temperature range in \mathrm{[K]} |
nTemp | The number of entries/steps within the temperature range |
pressMin | The minimum of the pressure range in \mathrm{[Pa]} |
pressMax | The maximum of the pressure range in \mathrm{[Pa]} |
nPress | The number of entries/steps within the pressure range |
This function throws a warning when called: "No init routine defined - make sure that this is not necessary!"
|
inlinestaticconstexprinherited |
The molar mass of CaOH2 in \mathrm{[kg/mol]}.
|
inlinestaticinherited |
A human readable name for the CaO.
|
inlinestatic |
|
inlinestaticinherited |
The specific heat capacity \mathrm{[J/kg K]} of CaO.
|
inlinestaticconstexprinherited |
Returns true if the solid phase is assumed to be compressible.
|
inlinestaticinherited |
The molar density \mathrm{[mol/m^3]} of CaO. Molar density at 293 K. Literature value from Shao et al. (2013).
|
inlinestaticinherited |
The thermal conductivity \mathrm{[W/(m K)]} of the porous material.
|
inlinestaticconstexprinherited |
Returns the pressure in \mathrm{[Pa]} at the component's triple point.
|
inlinestaticconstexprinherited |
Returns the temperature in \mathrm{[K]} at the component's triple point.
|
inlinestaticinherited |
The vapor pressure in \mathrm{[Pa]} of the component at a given temperature in \mathrm{[K]}.
t | temperature of the component in \mathrm{[K]} |
|
staticconstexprinherited |
if the component relies on tabulated values