class EntropyCpIntegration
Declaration
class EntropyCpIntegration { /* full declaration omitted */ };
Description
The EntropyCpIntegration class the thermodynamic proeprties using the standard entropy and constant heat capacity integration;
Declared at: ThermoFun/ThermoModelsSubstance.h:308
Method Overview
- public EntropyCpIntegration()
- public EntropyCpIntegration(const ThermoFun::Substance & substance)
- public auto thermoProperties(double T, double P) -> ThermoFun::ThermoPropertiesSubstance
Methods
¶EntropyCpIntegration()
EntropyCpIntegration()
Description
Construct a default EntropyCpIntegration instance
Declared at: ThermoFun/ThermoModelsSubstance.h:312
¶EntropyCpIntegration(
const ThermoFun::Substance& substance)
EntropyCpIntegration(
const ThermoFun::Substance& substance)
Description
Construct an EntropyCpIntegration instance from a Substance instance
Declared at: ThermoFun/ThermoModelsSubstance.h:315
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:320
Parameters
- double T
- The temperature value (in units of K)
- double P
- The pressure value (in units of Pa), not used