Definition at line 16 of file EquilibriumReactants.h.
#include <EquilibriumReactants.h>
|
| | PhaseComponent (std::string &&name_, double const initial_amount, double const saturation_index) |
| cxxPPassemblageComp const * | castToBaseClass () const |
| std::string const & | getName () const |
◆ PhaseComponent()
| ChemistryLib::PhreeqcKernelData::PhaseComponent::PhaseComponent |
( |
std::string && | name_, |
|
|
double const | initial_amount, |
|
|
double const | saturation_index ) |
Definition at line 10 of file EquilibriumReactants.cpp.
13{
14 name = std::move(name_);
15 moles = initial_amount;
16 si = saturation_index;
17 si_org = saturation_index;
18}
◆ castToBaseClass()
| cxxPPassemblageComp const * ChemistryLib::PhreeqcKernelData::PhaseComponent::castToBaseClass |
( |
| ) |
const |
|
inline |
Definition at line 22 of file EquilibriumReactants.h.
23 {
24 return static_cast<cxxPPassemblageComp const*>(this);
25 }
◆ getName()
| std::string const & ChemistryLib::PhreeqcKernelData::PhaseComponent::getName |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: