OGS
ChemistryLib::PhreeqcIOData::OutputItem Struct Reference

Detailed Description

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

Constructor & Destructor Documentation

◆ OutputItem()

ChemistryLib::PhreeqcIOData::OutputItem::OutputItem ( std::string name_,
ItemType item_type_ )
inline

Definition at line 91 of file ChemistryLib/PhreeqcIOData/Output.h.

References item_type, and name.

Member Data Documentation

◆ item_type

ItemType const ChemistryLib::PhreeqcIOData::OutputItem::item_type

Definition at line 97 of file ChemistryLib/PhreeqcIOData/Output.h.

Referenced by OutputItem().

◆ name

std::string const ChemistryLib::PhreeqcIOData::OutputItem::name

Definition at line 96 of file ChemistryLib/PhreeqcIOData/Output.h.

Referenced by OutputItem().


The documentation for this struct was generated from the following file: