AqueousSpecies.hpp
auto setCharge(double value) -> void
Set the charge of the aqueous species.
Definition: AqueousSpecies.cpp:42
A type for storing the thermodynamic data of an aqueous species.
Definition: ThermoData.hpp:224
auto dissociation() const -> const std::map< std::string, double > &
Return the dissociation of the aqueous species.
Definition: AqueousSpecies.cpp:62
auto setDissociation(const std::map< std::string, double > &dissociation) -> void
Set the dissociation of a neutral aqueous species into charged species.
Definition: AqueousSpecies.cpp:47
auto setThermoData(const AqueousSpeciesThermoData &thermo) -> void
Set the thermodynamic data of the aqueous species.
Definition: AqueousSpecies.cpp:52
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
auto thermoData() const -> const AqueousSpeciesThermoData &
Return the thermodynamic data of the aqueous species.
Definition: AqueousSpecies.cpp:67
AqueousSpecies()
Construct a default AqueousSpecies instance.
Definition: AqueousSpecies.cpp:34
auto charge() const -> double
Return the electrical charge of the aqueous species.
Definition: AqueousSpecies.cpp:57