ReactionStandardThermoModelPressureCorrection.hpp
37 auto ReactionStandardThermoModelPressureCorrection(real const& Pr) -> ReactionStandardThermoModel;
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
auto ReactionStandardThermoModelPressureCorrection(real const &Pr) -> ReactionStandardThermoModel
Return a function that calculates pressure correction for standard Gibbs energy and enthalpy a reacti...
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