class WaterElectroSverjensky2014
Declaration
class WaterElectroSverjensky2014 { /* full declaration omitted */ };
Description
The WaterElectroSverjensky2014 class calculates the electro-chemical properties of water solvent using the Sverjensky et al. (2014) dielectric constant model should be used together with the Zhang and Duan (2002) water PVT model References: Sverjensky et al. Water in the deep Earth: The dielectric constant and the solubilities of quartz and corundum to 60 kb and 1200 °C. GCA, 2014 129:125-145 Zhang and Duan Prediction of the PVT properties of water over wide range of temperatures and pressures from molecular dynamics simulation. PEPI, 2002 149:335-354
Declared at: ThermoFun/ElectroModelsSolvent.h:74
Method Overview
- public WaterElectroSverjensky2014()
- public WaterElectroSverjensky2014(const ThermoFun::Substance & substance)
- public auto electroPropertiesSolvent(double T, double P) -> ThermoFun::ElectroPropertiesSolvent
Methods
¶WaterElectroSverjensky2014()
WaterElectroSverjensky2014()
Description
Construct a default class object instance
Declared at: ThermoFun/ElectroModelsSolvent.h:78
¶WaterElectroSverjensky2014(
const ThermoFun::Substance& substance)
WaterElectroSverjensky2014(
const ThermoFun::Substance& substance)
Description
Construct an class object instance from a Species instance
Declared at: ThermoFun/ElectroModelsSolvent.h:81
Parameters
- const ThermoFun::Substance& substance
¶auto electroPropertiesSolvent(double T, double P)
-> ThermoFun::ElectroPropertiesSolvent
auto electroPropertiesSolvent(double T, double P)
-> ThermoFun::ElectroPropertiesSolvent
Description
Return the electro-chemical properties of the solvent.
Declared at: ThermoFun/ElectroModelsSolvent.h:87
Parameters
- double T
- The temperature value (in units of C)
- double P
- The pressure value (in units of bar)