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