PhreeqcThermo.hpp
24 #include <Reaktoro/Extensions/Phreeqc/PhreeqcLegacy.hpp> // ***BECAUSE PhreeqcLegacy.hpp IS INCLUDED HERE, MAKE SURE THIS HEADER FILE IS NOT EXPORTED!***
35 auto standardVolume(const PhreeqcSpecies* species, real T, real P, const PhreeqcWaterProps& wprops) -> real;
43 auto standardVolumeIonicStrengthCorrection(const PhreeqcSpecies* species, real T, real P, real mu, const PhreeqcWaterProps& wprops) -> real;
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