30template <
class Scalar>
Base class for all components Components provide the thermodynamic relations for the liquid,...
Definition: components/base.hh:46
Scalar Scalar
export the scalar type used by the component
Definition: components/base.hh:50
A class for the NaCl properties.
Definition: nacl.hh:34
static Scalar solidDensity(Scalar temperature)
The mass density of NaCl.
Definition: nacl.hh:55
static std::string name()
A human readable name for the NaCl.
Definition: nacl.hh:39
static Scalar solidMolarDensity(Scalar temperature)
The mass density of NaCl.
Definition: nacl.hh:63
static Scalar solidHeatCapacity(Scalar temperature)
The specific heat capacity of NaCl.
Definition: nacl.hh:71
static constexpr Scalar molarMass()
The molar mass of NaCl in .
Definition: nacl.hh:47
static Scalar solidThermalConductivity(Scalar temperature)
Thermal conductivity of the component as a solid.
Definition: nacl.hh:80
Interface for components that have a solid state.
Definition: solid.hh:28
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.