class WaterElectroFernandez1997
Declaration
class WaterElectroFernandez1997 { /* full declaration omitted */ };
Description
The WaterElectroFernandez1997 class calculates the electro-chemical properties of water solvent using the Fernandez et al. (1997) dielectric constant model References: D.P. Fernandez, A.R.H. Goodwin, E.W. Lemmon, J.M.H.L.Sengers, and R.C. Williams, 1997, A Formulation for the Static Permittivity of Water and Steam at Temperatures from 238 K to 873 K at Pressures up to 1200 MPa, Including Derivatives and Debye–Hückel Coefficients, J. Phys. Chem. Ref. Data 26, 1125.
Declared at: ThermoFun/ElectroModelsSolvent.h:102
Method Overview
- public WaterElectroFernandez1997()
- public WaterElectroFernandez1997(const ThermoFun::Substance & substance)
- public auto electroPropertiesSolvent(double T, double P) -> ThermoFun::ElectroPropertiesSolvent
Methods
¶WaterElectroFernandez1997()
WaterElectroFernandez1997()
Description
Construct a default class object instance
Declared at: ThermoFun/ElectroModelsSolvent.h:106
¶WaterElectroFernandez1997(
const ThermoFun::Substance& substance)
WaterElectroFernandez1997(
const ThermoFun::Substance& substance)
Description
Construct an class object instance from a Species instance
Declared at: ThermoFun/ElectroModelsSolvent.h:109
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:115
Parameters
- double T
- The temperature value (in units of C)
- double P
- The pressure value (in units of bar)