31template <
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 NaCl properties.
Definition: nacl.hh:35
static Scalar solidDensity(Scalar temperature)
The mass density of NaCl.
Definition: nacl.hh:56
static std::string name()
A human readable name for the NaCl.
Definition: nacl.hh:40
static Scalar solidMolarDensity(Scalar temperature)
The mass density of NaCl.
Definition: nacl.hh:64
static Scalar solidHeatCapacity(Scalar temperature)
The specific heat capacity of NaCl.
Definition: nacl.hh:72
static constexpr Scalar molarMass()
The molar mass of NaCl in .
Definition: nacl.hh:48
static Scalar solidThermalConductivity(Scalar temperature)
Thermal conductivity of the component as a solid.
Definition: nacl.hh:81
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
Interface for components that have a liquid state.
std::string temperature() noexcept
I/O name of temperature for equilibrium models.
Definition: name.hh:39
Interface for components that have a solid state.