ActivityModelDrummond.hpp
49 auto ActivityModelDrummond(String gas, ActivityModelDrummondParams params) -> ActivityModelGenerator;
52 //=====================================================================================================================
66 //=====================================================================================================================
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
Fn< ActivityModel(SpeciesList const &species)> ActivityModelGenerator
The type for functions that construct an ActivityModel for a phase.
Definition: ActivityModel.hpp:53
autodiff::real real
The number type used throughout the library.
Definition: Real.hpp:26
auto ActivityModelDrummond(String gas) -> ActivityModelGenerator
Return the activity model for a dissolved gas species in an aqueous phase based on Drummond (1981).
The parameters in the Drummond (1981) activity model.
Definition: ActivityModelDrummond.hpp:30
real a5
The coefficient in the activity model.
Definition: ActivityModelDrummond.hpp:35
real a3
The coefficient in the activity model.
Definition: ActivityModelDrummond.hpp:33
real a1
The coefficient in the activity model.
Definition: ActivityModelDrummond.hpp:31
real a2
The coefficient in the activity model.
Definition: ActivityModelDrummond.hpp:32
real a4
The coefficient in the activity model.
Definition: ActivityModelDrummond.hpp:34