class GasCORK
Declaration
class GasCORK { /* full declaration omitted */ };
Declared at: ThermoFun/ThermoModelsSubstance.h:356
Method Overview
- public GasCORK()
- public GasCORK(const ThermoFun::Substance & substance)
- public auto thermoProperties(double T, double P, ThermoFun::ThermoPropertiesSubstance tps) -> ThermoFun::ThermoPropertiesSubstance
Methods
¶GasCORK()
GasCORK()
Description
Construct a default GasCORK instance
Declared at: ThermoFun/ThermoModelsSubstance.h:360
¶GasCORK(const ThermoFun::Substance& substance)
GasCORK(const ThermoFun::Substance& substance)
Description
Construct an GasCORK instance from a Substance instance
Declared at: ThermoFun/ThermoModelsSubstance.h:363
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:368
Parameters
- double T
- The temperature value (in units of K)
- double P
- The pressure value (in units of Pa)
- ThermoFun::ThermoPropertiesSubstance tps