43template <
class Scalar>
Some exceptions thrown in DuMux
Interface for components that have a liquid state.
Interface for components that have a solid state.
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
std::string temperature() noexcept
I/O name of temperature for equilibrium models.
Definition: name.hh:51
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: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
Base class for all components Components provide the thermodynamic relations for the liquid,...