MineralChemicalModelRedlichKister.hpp
42 auto mineralChemicalModelRedlichKister(const MineralMixture& mixture, double a0, double a1, double a2) -> PhaseChemicalModel;
auto mineralChemicalModelRedlichKister(const MineralMixture &mixture, double a0, double a1, double a2) -> PhaseChemicalModel
Return an equation of state for a binary mineral solid solution based on Redlich-Kister model.
Definition: MineralChemicalModelRedlichKister.cpp:27
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