AqueousChemicalModelPitzerHMW.hpp
auto aqueousChemicalModelPitzerHMW(const AqueousMixture &mixture) -> PhaseChemicalModel
Return an equation of state for an aqueous phase based on a Pitzer model.
Definition: AqueousChemicalModelPitzerHMW.cpp:1383
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