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