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