A class for the Ca2+ (Calcium ion) component properties.
#include <dumux/material/components/calciumion.hh>
Public Types | |
using | Scalar = Scalar |
export the scalar type used by the component More... | |
Static Public Member Functions | |
static std::string | name () |
A human readable name for the Ca ion. More... | |
static constexpr Scalar | molarMass () |
The molar mass in | |
static constexpr int | charge () |
The charge balance of the Ca ion. More... | |
static void | init (Scalar tempMin, Scalar tempMax, unsigned nTemp, Scalar pressMin, Scalar pressMax, unsigned nPress) |
A default routine for initialization, not needed for components and must not be called. More... | |
static constexpr Scalar | criticalTemperature () |
Returns the critical temperature in | |
static constexpr Scalar | criticalPressure () |
Returns the critical pressure in | |
static constexpr Scalar | tripleTemperature () |
Returns the temperature in | |
static constexpr Scalar | triplePressure () |
Returns the pressure in | |
static Scalar | vaporPressure (Scalar t) |
The vapor pressure in | |
Static Public Attributes | |
static constexpr bool | isTabulated |
if the component relies on tabulated values More... | |
|
inherited |
|
inlinestaticconstexpr |
|
inlinestaticconstexprinherited |
|
inlinestaticconstexprinherited |
|
inlinestaticinherited |
tempMin | The minimum of the temperature range in |
tempMax | The maximum of the temperature range in |
nTemp | The number of entries/steps within the temperature range |
pressMin | The minimum of the pressure range in |
pressMax | The maximum of the pressure range in |
nPress | The number of entries/steps within the pressure range |
This function throws a warning when called: "No init routine defined - make sure that this is not necessary!"
|
inlinestaticconstexpr |
|
inlinestatic |
|
inlinestaticconstexprinherited |
|
inlinestaticconstexprinherited |
|
inlinestaticinherited |
t | temperature of the component in |
|
staticconstexprinherited |