![]() |
OGS
|
|
One PHREEQC output column that OpenGeoSys will keep.
name is the column label from PHREEQC output. item_type tells PhreeqcIO how to map that column back into the chemical state (e.g. pH, component total, mineral amount).
Definition at line 89 of file ChemistryLib/PhreeqcIOData/Output.h.
#include <Output.h>
Public Member Functions | |
| OutputItem (std::string name_, ItemType item_type_) | |
Public Attributes | |
| std::string const | name |
| ItemType const | item_type |
|
inline |
Definition at line 91 of file ChemistryLib/PhreeqcIOData/Output.h.
| ItemType const ChemistryLib::PhreeqcIOData::OutputItem::item_type |
Definition at line 97 of file ChemistryLib/PhreeqcIOData/Output.h.
Referenced by OutputItem().
| std::string const ChemistryLib::PhreeqcIOData::OutputItem::name |
Definition at line 96 of file ChemistryLib/PhreeqcIOData/Output.h.
Referenced by OutputItem().