class WaterJNreaktoro
Declaration
class WaterJNreaktoro { /* full declaration omitted */ };
Description
The WaterJNreaktoro class calculates the electro-chemical proeprties of water solvent using the Jhonson and Norton (1991) model as implemented in Reaktoro References: Critical phenomena in hydrothermal systems; state, thermodynamic, electrostatic, and transport properties of H2O in the critical region. Am J Sci, 1991 291:541-648;
Declared at: ThermoFun/ElectroModelsSolvent.h:18
Method Overview
- public WaterJNreaktoro()
- public WaterJNreaktoro(const ThermoFun::Substance & substance)
- public auto electroPropertiesSolvent(double T, double P, ThermoFun::PropertiesSolvent ps) -> ThermoFun::ElectroPropertiesSolvent
Methods
¶WaterJNreaktoro()
WaterJNreaktoro()
Description
Construct a default class object instance
Declared at: ThermoFun/ElectroModelsSolvent.h:22
¶WaterJNreaktoro(
const ThermoFun::Substance& substance)
WaterJNreaktoro(
const ThermoFun::Substance& substance)
Description
Construct an class object instance from a Species instance
Declared at: ThermoFun/ElectroModelsSolvent.h:25
Parameters
- const ThermoFun::Substance& substance
¶auto electroPropertiesSolvent(
double T,
double P,
ThermoFun::PropertiesSolvent ps)
-> ThermoFun::ElectroPropertiesSolvent
auto electroPropertiesSolvent(
double T,
double P,
ThermoFun::PropertiesSolvent ps)
-> ThermoFun::ElectroPropertiesSolvent
Description
Return the electro-chemical properties of the solvent.
Declared at: ThermoFun/ElectroModelsSolvent.h:31
Parameters
- double T
- The temperature value (in units of C)
- double P
- The pressure value (in units of bar)
- ThermoFun::PropertiesSolvent ps
- structure holding the solvent properties