class EmpiricalCpIntegration
Declaration
class EmpiricalCpIntegration { /* full declaration omitted */ };
Description
The EmpiricalCpIntegration class calculates the heat capacity using an empirical heat capacity equation Cp=f(T);
Declared at: ThermoFun/ThermoModelsSubstance.h:284
Method Overview
- public EmpiricalCpIntegration()
- public EmpiricalCpIntegration(const ThermoFun::Substance & substance)
- public auto thermoProperties(double T, double P) -> ThermoFun::ThermoPropertiesSubstance
Methods
¶EmpiricalCpIntegration()
EmpiricalCpIntegration()
Description
Construct a default EmpiricalCpIntegration instance
Declared at: ThermoFun/ThermoModelsSubstance.h:288
¶EmpiricalCpIntegration(
const ThermoFun::Substance& substance)
EmpiricalCpIntegration(
const ThermoFun::Substance& substance)
Description
Construct an EmpiricalCpIntegration instance from a Substance instance
Declared at: ThermoFun/ThermoModelsSubstance.h:291
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:296
Parameters
- double T
- The temperature value (in units of K)
- double P
- The pressure value (in units of Pa)