Data structure for redox species. More...
#include <GeochemicalDatabaseReader.h>
Public Member Functions | |
GeochemistryRedoxSpecies () | |
Public Attributes | |
std::string | name |
std::map< std::string, Real > | basis_species |
std::vector< Real > | equilibrium_const |
Real | radius |
Real | charge |
Real | molecular_weight |
Data structure for redox species.
Members are:
Definition at line 115 of file GeochemicalDatabaseReader.h.
|
inline |
Definition at line 117 of file GeochemicalDatabaseReader.h.
std::map<std::string, Real> GeochemistryRedoxSpecies::basis_species |
Definition at line 120 of file GeochemicalDatabaseReader.h.
Referenced by PertinentGeochemicalSystem::buildSecondarySpecies(), PertinentGeochemicalSystem::createModel(), and GeochemicalDatabaseReader::getRedoxSpecies().
Real GeochemistryRedoxSpecies::charge |
Definition at line 123 of file GeochemicalDatabaseReader.h.
Referenced by PertinentGeochemicalSystem::buildBasis(), PertinentGeochemicalSystem::buildSecondarySpecies(), and GeochemicalDatabaseReader::getRedoxSpecies().
std::vector<Real> GeochemistryRedoxSpecies::equilibrium_const |
Definition at line 121 of file GeochemicalDatabaseReader.h.
Referenced by PertinentGeochemicalSystem::buildSecondarySpecies(), PertinentGeochemicalSystem::createModel(), and GeochemicalDatabaseReader::getRedoxSpecies().
Real GeochemistryRedoxSpecies::molecular_weight |
Definition at line 124 of file GeochemicalDatabaseReader.h.
Referenced by PertinentGeochemicalSystem::buildBasis(), PertinentGeochemicalSystem::buildSecondarySpecies(), and GeochemicalDatabaseReader::getRedoxSpecies().
std::string GeochemistryRedoxSpecies::name |
Definition at line 117 of file GeochemicalDatabaseReader.h.
Referenced by PertinentGeochemicalSystem::buildBasis(), PertinentGeochemicalSystem::buildSecondarySpecies(), and GeochemicalDatabaseReader::getRedoxSpecies().
Real GeochemistryRedoxSpecies::radius |
Definition at line 122 of file GeochemicalDatabaseReader.h.
Referenced by PertinentGeochemicalSystem::buildBasis(), PertinentGeochemicalSystem::buildSecondarySpecies(), and GeochemicalDatabaseReader::getRedoxSpecies().