24#ifndef DUMUX_CAO2H2_HH
25#define DUMUX_CAO2H2_HH
42template <
class Scalar>
Some exceptions thrown in DuMux
Interface for components that have a solid state.
std::string temperature() noexcept
I/O name of temperature for equilibrium models.
Definition: name.hh:51
Base class for all components Components provide the thermodynamic relations for the liquid,...
Definition: components/base.hh:59
Scalar Scalar
export the scalar type used by the component
Definition: components/base.hh:63
A class for the CaO2H2 properties.
Definition: cao2h2.hh:46
static Scalar solidHeatCapacity(Scalar temperature)
The specific heat capacity of CaO2H2.
Definition: cao2h2.hh:84
static Scalar solidThermalConductivity(Scalar temperature)
The thermal conductivity of the porous material.
Definition: cao2h2.hh:92
static constexpr Scalar molarMass()
The molar mass of CaOH2 in .
Definition: cao2h2.hh:59
static const char * name()
A human readable name for the CaO2H2.
Definition: cao2h2.hh:51
static Scalar solidDensity(Scalar temperature)
The mass density of CaO2H2.
Definition: cao2h2.hh:67
static Scalar solidMolarDensity(Scalar temperature)
The molar density of CaO2H2. Molar density at 293 K. Literature value from Shao et al....
Definition: cao2h2.hh:76
Interface for components that have a solid state.
Definition: solid.hh:41
Base class for all components Components provide the thermodynamic relations for the liquid,...