24#ifndef DUMUX_GRANITE_HH
25#define DUMUX_GRANITE_HH
41template <
class Scalar>
Interface for components that have a solid state.
Base class for all components Components provide the thermodynamic relations for the liquid,...
Definition components/base.hh:59
Scalar Scalar
Definition components/base.hh:63
Properties of granite.
Definition granite.hh:45
static Scalar solidThermalConductivity(Scalar temperature)
Thermal conductivity of the component as a solid.
Definition granite.hh:84
static constexpr bool solidIsCompressible()
Returns true if the solid phase is assumed to be compressible.
Definition granite.hh:56
static constexpr Scalar molarMass()
The molar mass of Siliciumoxide which is 70 % of granite in .
Definition granite.hh:64
static std::string name()
A human readable name for the solid.
Definition granite.hh:50
static Scalar solidDensity(Scalar temperature)
The density in of the component at a given pressure in and temperature in .
Definition granite.hh:75
static Scalar solidHeatCapacity(Scalar temperature)
Specific isobaric heat capacity of the component as a solid.
Definition granite.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,...