12#ifndef DUMUX_CO3_ION_HH
13#define DUMUX_CO3_ION_HH
25template <
class Scalar>
41 {
return 60.0092e-3; }
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 CO3 fluid properties.
Definition: carbonateion.hh:29
static std::string name()
A human readable name for the CO3 ion.
Definition: carbonateion.hh:34
static constexpr int charge()
The charge balance of the CO3 ion.
Definition: carbonateion.hh:46
static constexpr Scalar molarMass()
The molar mass in of the CO3 ion.
Definition: carbonateion.hh:40
Interface for components that are ions.
Definition: ion.hh:28
Base class for all components Components provide the thermodynamic relations for the liquid,...
Interface for components that are ions.