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