30template <
class Scalar>
Base class for all components Components provide the thermodynamic relations for the liquid,...
Definition: components/base.hh:47
Scalar Scalar
export the scalar type used by the component
Definition: components/base.hh:51
A class for the CaO properties.
Definition: cao.hh:34
static Scalar solidThermalConductivity(Scalar temperature)
The thermal conductivity of the porous material.
Definition: cao.hh:80
static Scalar solidHeatCapacity(Scalar temperature)
The specific heat capacity of CaO.
Definition: cao.hh:72
static Scalar solidMolarDensity(Scalar temperature)
The molar density of CaO. Molar density at 293 K. Literature value from Shao et al....
Definition: cao.hh:64
static const char * name()
A human readable name for the CaO.
Definition: cao.hh:39
static constexpr Scalar molarMass()
The molar mass of CaOH2 in .
Definition: cao.hh:47
static Scalar solidDensity(Scalar temperature)
The mass density of CaO.
Definition: cao.hh:55
Interface for components that have a solid state.
Definition: solid.hh:29
Base class for all components Components provide the thermodynamic relations for the liquid,...
Some exceptions thrown in DuMux
std::string temperature() noexcept
I/O name of temperature for equilibrium models.
Definition: name.hh:39
Interface for components that have a solid state.