class GasCGF
Declaration
class GasCGF { /* full declaration omitted */ };
Declared at: ThermoFun/ThermoModelsSubstance.h:398
Method Overview
- public GasCGF()
- public GasCGF(const ThermoFun::Substance & substance)
- public auto thermoProperties(double T, double P, ThermoFun::ThermoPropertiesSubstance tps) -> ThermoFun::ThermoPropertiesSubstance
Methods
¶GasCGF()
GasCGF()
Description
Construct a default GasCGF instance
Declared at: ThermoFun/ThermoModelsSubstance.h:402
¶GasCGF(const ThermoFun::Substance& substance)
GasCGF(const ThermoFun::Substance& substance)
Description
Construct an GasCGF instance from a Substance instance
Declared at: ThermoFun/ThermoModelsSubstance.h:405
Parameters
- const ThermoFun::Substance& substance
¶auto thermoProperties(
double T,
double P,
ThermoFun::ThermoPropertiesSubstance tps)
-> ThermoFun::ThermoPropertiesSubstance
auto thermoProperties(
double T,
double P,
ThermoFun::ThermoPropertiesSubstance tps)
-> ThermoFun::ThermoPropertiesSubstance
Description
Returns the thermodynamic properties of the substance.
Declared at: ThermoFun/ThermoModelsSubstance.h:410
Parameters
- double T
- The temperature value (in units of K)
- double P
- The pressure value (in units of Pa)
- ThermoFun::ThermoPropertiesSubstance tps