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