class WaterJNgems

Declaration

class WaterJNgems { /* full declaration omitted */ };

Description

The WaterJNgems class calculates the electro-chemical properties of water solvent using the Jhonson and Norton (1991) model as implemented in GEMS. 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:45

Method Overview

Methods

WaterJNgems()

Description

Construct a default class object instance

Declared at: ThermoFun/ElectroModelsSolvent.h:49

WaterJNgems(const ThermoFun::Substance& substance)

Description

Construct an class object instance from a Species instance

Declared at: ThermoFun/ElectroModelsSolvent.h:52

Parameters

const ThermoFun::Substance& substance

auto electroPropertiesSolvent(double T, double P)
    -> ThermoFun::ElectroPropertiesSolvent

Description

Return the electro-chemical properties of the solvent.

Declared at: ThermoFun/ElectroModelsSolvent.h:57

Parameters

double T
The temperature value (in units of C)
double P
The pressure value (in units of bar)