24#ifndef DUMUX_CO3_ION_HH
25#define DUMUX_CO3_ION_HH
37template <
class Scalar>
53 {
return 60.0092e-3; }
Interface for components that are ions.
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
Base class for all components Components provide the thermodynamic relations for the liquid,...
Definition: components/base.hh:59
Scalar Scalar
export the scalar type used by the component
Definition: components/base.hh:63
A class for the CO3 fluid properties.
Definition: carbonateion.hh:41
static std::string name()
A human readable name for the CO3 ion.
Definition: carbonateion.hh:46
static constexpr int charge()
The charge balance of the CO3 ion.
Definition: carbonateion.hh:58
static constexpr Scalar molarMass()
The molar mass in of the CO3 ion.
Definition: carbonateion.hh:52
Interface for components that are ions.
Definition: ion.hh:40
Base class for all components Components provide the thermodynamic relations for the liquid,...