12#ifndef DUMUX_CALCITE_HH
13#define DUMUX_CALCITE_HH
27template <
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:46
Scalar Scalar
export the scalar type used by the component
Definition: components/base.hh:50
A class for the CaCO3 mineral phase properties.
Definition: calcite.hh:31
static constexpr Scalar solidDensity(Scalar temperature)
The density in of the component at a given pressure in and temperature in .
Definition: calcite.hh:60
static constexpr bool solidIsCompressible()
Returns true if the solid phase is assumed to be compressible.
Definition: calcite.hh:51
static Scalar solidThermalConductivity(Scalar temperature)
Thermal conductivity of the component as a solid.
Definition: calcite.hh:68
static std::string name()
A human readable name for calcite.
Definition: calcite.hh:39
static constexpr Scalar molarMass()
The molar mass in of calcite.
Definition: calcite.hh:45
static Scalar solidHeatCapacity(Scalar temperature)
Specific isobaric heat capacity of the component as a solid.
Definition: calcite.hh:76
A class for the Ca2+ (Calcium ion) component properties.
Definition: calciumion.hh:28
static constexpr Scalar molarMass()
The molar mass in of the Ca ion.
Definition: calciumion.hh:39
A class for the CO3 fluid properties.
Definition: carbonateion.hh:28
static constexpr Scalar molarMass()
The molar mass in of the CO3 ion.
Definition: carbonateion.hh:39
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.