class Reaction_Vol_fT
Declaration
class Reaction_Vol_fT { /* full declaration omitted */ };
Declared at: ThermoFun/ThermoModelsReaction.h:125
Method Overview
- public Reaction_Vol_fT()
- public Reaction_Vol_fT(const ThermoFun::Reaction & reaction)
- public auto thermoProperties(double T, double P) -> ThermoFun::ThermoPropertiesReaction
Methods
¶Reaction_Vol_fT()
Reaction_Vol_fT()
Description
Construct a default ReactionReaction_Vol_fT instance
Declared at: ThermoFun/ThermoModelsReaction.h:129
¶Reaction_Vol_fT(
const ThermoFun::Reaction& reaction)
Reaction_Vol_fT(
const ThermoFun::Reaction& reaction)
Description
Construct a ReactionReaction_Vol_fT instance from a reaction instance
Declared at: ThermoFun/ThermoModelsReaction.h:132
Parameters
- const ThermoFun::Reaction& reaction
¶auto thermoProperties(double T, double P)
-> ThermoFun::ThermoPropertiesReaction
auto thermoProperties(double T, double P)
-> ThermoFun::ThermoPropertiesReaction
Description
Returns the thermodynamic properties of the reaction.
Declared at: ThermoFun/ThermoModelsReaction.h:137
Parameters
- double T
- The temperature value (in units of K)
- double P
- The pressure value (in units of Pa)