43template <
class Scalar>
Some exceptions thrown in DuMux
Interface for components that have a liquid state.
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 NaCl properties.
Definition: nacl.hh:47
static Scalar solidDensity(Scalar temperature)
The mass density of NaCl.
Definition: nacl.hh:68
static std::string name()
A human readable name for the NaCl.
Definition: nacl.hh:52
static Scalar solidMolarDensity(Scalar temperature)
The mass density of NaCl.
Definition: nacl.hh:76
static Scalar solidHeatCapacity(Scalar temperature)
The specific heat capacity of NaCl.
Definition: nacl.hh:84
static constexpr Scalar molarMass()
The molar mass of NaCl in .
Definition: nacl.hh:60
static Scalar solidThermalConductivity(Scalar temperature)
Thermal conductivity of the component as a solid.
Definition: nacl.hh:93
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,...