class ReactionFromReactantsProperties
Declaration
class ReactionFromReactantsProperties { /* full declaration omitted */ };
Declared at: ThermoFun/ThermoModelsReaction.h:105
Method Overview
- public ReactionFromReactantsProperties()
- public ReactionFromReactantsProperties(const ThermoFun::Reaction & reaction)
- public auto thermoProperties(double T, double P) -> ThermoFun::ThermoPropertiesReaction
Methods
¶ReactionFromReactantsProperties()
ReactionFromReactantsProperties()
Description
Construct a default ReactionReactionFromReactantsProperties instance
Declared at: ThermoFun/ThermoModelsReaction.h:109
¶ReactionFromReactantsProperties(
const ThermoFun::Reaction& reaction)
ReactionFromReactantsProperties(
const ThermoFun::Reaction& reaction)
Description
Construct a ReactionReactionFromReactantsProperties instance from a reaction instance
Declared at: ThermoFun/ThermoModelsReaction.h:112
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:117
Parameters
- double T
- The temperature value (in units of K)
- double P
- The pressure value (in units of Pa)