AqueousChemicalModelHKF.hpp
auto aqueousChemicalModelHKF(const AqueousMixture &mixture) -> PhaseChemicalModel
Return an equation of state for an aqueous phase based on HKF model.
Definition: AqueousChemicalModelHKF.cpp:289
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
std::function< void(PhaseChemicalModelResult &, Temperature, Pressure, VectorConstRef)> PhaseChemicalModel
The signature of the chemical model function that calculates the chemical properties of the species i...
Definition: PhaseChemicalModel.hpp:66