24#ifndef DUMUX_CA_ION_HH
25#define DUMUX_CA_ION_HH
37template <
class Scalar>
Interface for components that are ions.
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
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
static std::string name()
A human readable name for the Ca ion.
Definition calciumion.hh:46
static constexpr int charge()
The charge balance of the Ca ion.
Definition calciumion.hh:58
Interface for components that are ions.
Definition ion.hh:40
Base class for all components Components provide the thermodynamic relations for the liquid,...