ReactionStandardThermoModelVantHoff.hpp
70 auto ReactionStandardThermoModelVantHoff(const ReactionStandardThermoModelParamsVantHoff& params) -> ReactionStandardThermoModel;
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
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
auto ReactionStandardThermoModelVantHoff(const ReactionStandardThermoModelParamsVantHoff ¶ms) -> ReactionStandardThermoModel
Return a function that calculates thermodynamic properties of a reaction using van't Hoff's model.
The parameters in a van't Hoff thermodynamic model for a formation reaction.
Definition: ReactionStandardThermoModelVantHoff.hpp:27
real lgKr
The equilibrium constant (log base 10) of the reaction at and .
Definition: ReactionStandardThermoModelVantHoff.hpp:29
real dHr
The change in standard molar enthalpy of the reaction (in J/mol) at and .
Definition: ReactionStandardThermoModelVantHoff.hpp:32
real Tr
The reference temperature (in K).
Definition: ReactionStandardThermoModelVantHoff.hpp:35
real Pr
The reference pressure (in Pa).
Definition: ReactionStandardThermoModelVantHoff.hpp:38