MineralChemicalModelIdeal.hpp
auto mineralChemicalModelIdeal(const MineralMixture &mixture) -> PhaseChemicalModel
Return an equation of state for a mineral phase based on the ideal model.
Definition: MineralChemicalModelIdeal.cpp:25
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