MineralPhase.hpp
auto setChemicalModelRedlichKister(double a0, double a1, double a2) -> MineralPhase &
Set the chemical model of the phase with the Redlich-Kister solid solution binary model.
Definition: MineralPhase.cpp:90
A type to describe the attributes of a mineral species.
Definition: MineralSpecies.hpp:28
Provide a computational representation of a mineral mixture.
Definition: MineralMixture.hpp:38
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
MineralPhase()
Construct a default MineralPhase instance.
Definition: MineralPhase.cpp:58
auto mixture() const -> const MineralMixture &
Return the MineralMixture instance.
Definition: MineralPhase.cpp:97
auto setChemicalModelIdeal() -> MineralPhase &
Set the chemical model of the phase with the ideal solution model.
Definition: MineralPhase.cpp:83
auto species() const -> const std::vector< Species > &
Return the species of the phase.
Definition: Phase.cpp:134