24#ifndef DUMUX_CA_ION_HH
25#define DUMUX_CA_ION_HH
37template <
class Scalar>
Interface for components that are ions.
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
Definition: components/base.hh:47
Scalar Scalar
export the scalar type used by the component
Definition: components/base.hh:51
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,...