12#ifndef DUMUX_CALCITE_HH
13#define DUMUX_CALCITE_HH
28template <
class Scalar>
A class for the Ca2+ (Calcium ion) component properties.
A class for the CO3 ion properties.
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
A class for the CaCO3 mineral phase properties.
Definition: calcite.hh:32
static constexpr Scalar solidDensity(Scalar temperature)
The density in of the component at a given pressure in and temperature in .
Definition: calcite.hh:61
static constexpr bool solidIsCompressible()
Returns true if the solid phase is assumed to be compressible.
Definition: calcite.hh:52
static Scalar solidThermalConductivity(Scalar temperature)
Thermal conductivity of the component as a solid.
Definition: calcite.hh:69
static std::string name()
A human readable name for calcite.
Definition: calcite.hh:40
static constexpr Scalar molarMass()
The molar mass in of calcite.
Definition: calcite.hh:46
static Scalar solidHeatCapacity(Scalar temperature)
Specific isobaric heat capacity of the component as a solid.
Definition: calcite.hh:77
A class for the Ca2+ (Calcium ion) component properties.
Definition: calciumion.hh:29
static constexpr Scalar molarMass()
The molar mass in of the Ca ion.
Definition: calciumion.hh:40
A class for the CO3 fluid properties.
Definition: carbonateion.hh:29
static constexpr Scalar molarMass()
The molar mass in of the CO3 ion.
Definition: carbonateion.hh:40
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.