ReactionStandardThermoModelGemsLgK.hpp
89 auto ReactionStandardThermoModelGemsLgK(const ReactionStandardThermoModelParamsGemsLgK& params) -> ReactionStandardThermoModel;
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
auto ReactionStandardThermoModelGemsLgK(const ReactionStandardThermoModelParamsGemsLgK ¶ms) -> ReactionStandardThermoModel
Return a function that calculates thermodynamic properties of a reaction using GEM-Selektor's express...
autodiff::real real
The number type used throughout the library.
Definition: Real.hpp:26
Model< ReactionStandardThermoProps(ReactionStandardThermoModelArgs)> ReactionStandardThermoModel
The function type for calculation of standard thermodynamic properties of a reaction.
Definition: ReactionStandardThermoModel.hpp:40
The parameters in the thermodynamic model for a formation reaction based on GEM-Selektor's expression...
Definition: ReactionStandardThermoModelGemsLgK.hpp:27
real A1
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelGemsLgK.hpp:32
real A4
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelGemsLgK.hpp:41
real A2
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelGemsLgK.hpp:35
real A5
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelGemsLgK.hpp:44
real A6
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelGemsLgK.hpp:47
real A3
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelGemsLgK.hpp:38
real A0
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelGemsLgK.hpp:29
real Pr
The reference pressure (in Pa).
Definition: ReactionStandardThermoModelGemsLgK.hpp:50