MineralSpecies.hpp
A type for storing the thermodynamic data of a mineral species.
Definition: ThermoData.hpp:241
auto thermoData() const -> const MineralSpeciesThermoData &
Return the thermodynamic data of the mineral species.
Definition: MineralSpecies.cpp:41
MineralSpecies()
Construct a default MineralSpecies instance.
Definition: MineralSpecies.cpp:28
A type to describe the attributes of a mineral species.
Definition: MineralSpecies.hpp:28
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
auto setThermoData(const MineralSpeciesThermoData &thermo) -> void
Set the thermodynamic data of the mineral species.
Definition: MineralSpecies.cpp:36