12#ifndef DUMUX_GRANITE_HH
13#define DUMUX_GRANITE_HH
29template <
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
Properties of granite.
Definition: granite.hh:33
static Scalar solidThermalConductivity(Scalar temperature)
Thermal conductivity of the component as a solid.
Definition: granite.hh:72
static constexpr bool solidIsCompressible()
Returns true if the solid phase is assumed to be compressible.
Definition: granite.hh:44
static constexpr Scalar molarMass()
The molar mass of Siliciumoxide which is 70 % of granite in .
Definition: granite.hh:52
static std::string name()
A human readable name for the solid.
Definition: granite.hh:38
static Scalar solidDensity(Scalar temperature)
The density in of the component at a given pressure in and temperature in .
Definition: granite.hh:63
static Scalar solidHeatCapacity(Scalar temperature)
Specific isobaric heat capacity of the component as a solid.
Definition: granite.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,...
std::string temperature() noexcept
I/O name of temperature for equilibrium models.
Definition: name.hh:39
Interface for components that have a solid state.