class Reaction_LogK_fT
Declaration
class Reaction_LogK_fT { /* full declaration omitted */ };
Declared at: ThermoFun/ThermoModelsReaction.h:85
Method Overview
- public Reaction_LogK_fT()
- public Reaction_LogK_fT(const ThermoFun::Reaction & reaction)
- public auto thermoProperties(double T, double P, MethodCorrT_Thrift::type methodT) -> ThermoFun::ThermoPropertiesReaction
Methods
¶Reaction_LogK_fT()
Reaction_LogK_fT()
Description
Construct a default ReactionReaction_LogK_fT instance
Declared at: ThermoFun/ThermoModelsReaction.h:89
¶Reaction_LogK_fT(
const ThermoFun::Reaction& reaction)
Reaction_LogK_fT(
const ThermoFun::Reaction& reaction)
Description
Construct a ReactionReaction_LogK_fT instance from a reaction instance
Declared at: ThermoFun/ThermoModelsReaction.h:92
Parameters
- const ThermoFun::Reaction& reaction
¶auto thermoProperties(
double T,
double P,
MethodCorrT_Thrift::type methodT)
-> ThermoFun::ThermoPropertiesReaction
auto thermoProperties(
double T,
double P,
MethodCorrT_Thrift::type methodT)
-> ThermoFun::ThermoPropertiesReaction
Description
Returns the thermodynamic properties of the reaction.
Declared at: ThermoFun/ThermoModelsReaction.h:97
Parameters
- double T
- The temperature value (in units of K)
- double P
- The pressure value (in units of Pa)
- MethodCorrT_Thrift::type methodT