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