24#ifndef DUMUX_CALCITE_HH
25#define DUMUX_CALCITE_HH
40template <
class Scalar>
A class for the Ca2+ (Calcium ion) component properties.
A class for the CO3 ion properties.
Interface for components that have a solid state.
std::string temperature() noexcept
I/O name of temperature for equilibrium models.
Definition: name.hh:51
Base class for all components Components provide the thermodynamic relations for the liquid,...
Definition: components/base.hh:59
Scalar Scalar
export the scalar type used by the component
Definition: components/base.hh:63
A class for the CaCO3 mineral phase properties.
Definition: calcite.hh:44
static constexpr Scalar solidDensity(Scalar temperature)
The density in of the component at a given pressure in and temperature in .
Definition: calcite.hh:73
static constexpr bool solidIsCompressible()
Returns true if the solid phase is assumed to be compressible.
Definition: calcite.hh:64
static Scalar solidThermalConductivity(Scalar temperature)
Thermal conductivity of the component as a solid.
Definition: calcite.hh:81
static std::string name()
A human readable name for calcite.
Definition: calcite.hh:52
static constexpr Scalar molarMass()
The molar mass in of calcite.
Definition: calcite.hh:58
static Scalar solidHeatCapacity(Scalar temperature)
Specific isobaric heat capacity of the component as a solid.
Definition: calcite.hh:89
A class for the Ca2+ (Calcium ion) component properties.
Definition: calciumion.hh:41
static constexpr Scalar molarMass()
The molar mass in of the Ca ion.
Definition: calciumion.hh:52
A class for the CO3 fluid properties.
Definition: carbonateion.hh:41
static constexpr Scalar molarMass()
The molar mass in of the CO3 ion.
Definition: carbonateion.hh:52
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,...