class WaterIdealGasWoolley

Declaration

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

Description

The WaterIdealGasWoolley class calculates the ideal gas properties of pure H2O References: Woolley, H. W. Thermodynamic Properties for H2O in the Ideal Gas State; Straub, J. and K. Scheffler, eds.,1980 p. 166, Pergamon: Oxford.

Declared at: ThermoFun/ThermoModelsSubstance.h:67

Method Overview

Methods

WaterIdealGasWoolley()

Description

Construct a default AqueousSubstance

Declared at: ThermoFun/ThermoModelsSubstance.h:71

WaterIdealGasWoolley(
    const ThermoFun::Substance& substance)

Description

Construct a Model instance from a Substance

Declared at: ThermoFun/ThermoModelsSubstance.h:74

Parameters

const ThermoFun::Substance& substance

auto thermoProperties(double T, double P)
    -> ThermoFun::ThermoPropertiesSubstance

Description

Returns the thermodynamic properties of the substance.

Declared at: ThermoFun/ThermoModelsSubstance.h:79

Parameters

double T
The temperature value (in units of K)
double P
The pressure value (in units of Pa)