class ThermoModelsSubstance
Declaration
class ThermoModelsSubstance { /* full declaration omitted */ };
Description
The ThermoModelsSubstance class
Declared at: ThermoFun/ThermoModelsSubstance.h:16
Method Overview
- public ThermoModelsSubstance(const ThermoFun::Substance & substance)
- public auto thermoProperties(double T, double P) -> ThermoFun::ThermoPropertiesSubstance
Methods
¶ThermoModelsSubstance(
const ThermoFun::Substance& substance)
ThermoModelsSubstance(
const ThermoFun::Substance& substance)
Description
Construct a ThermoModelsSubstance instance with given Sunstance instance
Declared at: ThermoFun/ThermoModelsSubstance.h:20
Parameters
- const ThermoFun::Substance& substance
¶auto thermoProperties(double T, double P)
-> ThermoFun::ThermoPropertiesSubstance
auto thermoProperties(double T, double P)
-> ThermoFun::ThermoPropertiesSubstance
Description
Returns the thermodynamic properties of the substance.
Declared at: ThermoFun/ThermoModelsSubstance.h:25
Parameters
- double T
- The temperature value (in units of K)
- double P
- The pressure value (in units of Pa)