ReactionStandardThermoModelConstLgK.hpp
63 auto ReactionStandardThermoModelConstLgK(const ReactionStandardThermoModelParamsConstLgK& params) -> ReactionStandardThermoModel;
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
auto ReactionStandardThermoModelConstLgK(const ReactionStandardThermoModelParamsConstLgK ¶ms) -> ReactionStandardThermoModel
Return a function that calculates thermodynamic properties of a reaction using a constant model for .
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 a thermodynamic model for a formation reaction based on constant .
Definition: ReactionStandardThermoModelConstLgK.hpp:27
real lgKr
The equilibrium constant (log base 10) of the reaction at and .
Definition: ReactionStandardThermoModelConstLgK.hpp:29
real Pr
The reference pressure (in Pa).
Definition: ReactionStandardThermoModelConstLgK.hpp:32