ReactionStandardThermoModelPhreeqcLgK.hpp
85 auto ReactionStandardThermoModelPhreeqcLgK(const ReactionStandardThermoModelParamsPhreeqcLgK& params) -> ReactionStandardThermoModel;
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
auto ReactionStandardThermoModelPhreeqcLgK(const ReactionStandardThermoModelParamsPhreeqcLgK ¶ms) -> ReactionStandardThermoModel
Return a function that calculates thermodynamic properties of a reaction using PHREEQC's analytical e...
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 PHREEQC's expression for ...
Definition: ReactionStandardThermoModelPhreeqcLgK.hpp:27
real A1
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelPhreeqcLgK.hpp:29
real A4
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelPhreeqcLgK.hpp:38
real A2
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelPhreeqcLgK.hpp:32
real A5
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelPhreeqcLgK.hpp:41
real A6
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelPhreeqcLgK.hpp:44
real A3
The coefficient in the reaction thermodynamic model.
Definition: ReactionStandardThermoModelPhreeqcLgK.hpp:35
real Pr
The reference pressure (in Pa).
Definition: ReactionStandardThermoModelPhreeqcLgK.hpp:47