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