Data structure for basis (primary) species. More...
#include <GeochemicalDatabaseReader.h>
Public Member Functions | |
GeochemistryBasisSpecies () | |
Public Attributes | |
std::string | name |
std::map< std::string, Real > | elements |
Real | radius |
Real | charge |
Real | molecular_weight |
Data structure for basis (primary) species.
Members are:
Definition at line 24 of file GeochemicalDatabaseReader.h.
|
inline |
Definition at line 26 of file GeochemicalDatabaseReader.h.
Real GeochemistryBasisSpecies::charge |
Definition at line 31 of file GeochemicalDatabaseReader.h.
Referenced by PertinentGeochemicalSystem::buildBasis(), and GeochemicalDatabaseReader::getBasisSpecies().
std::map<std::string, Real> GeochemistryBasisSpecies::elements |
Definition at line 29 of file GeochemicalDatabaseReader.h.
Referenced by GeochemicalDatabaseReader::getBasisSpecies().
Real GeochemistryBasisSpecies::molecular_weight |
Definition at line 32 of file GeochemicalDatabaseReader.h.
Referenced by PertinentGeochemicalSystem::buildBasis(), and GeochemicalDatabaseReader::getBasisSpecies().
std::string GeochemistryBasisSpecies::name |
Definition at line 26 of file GeochemicalDatabaseReader.h.
Referenced by PertinentGeochemicalSystem::buildBasis(), and GeochemicalDatabaseReader::getBasisSpecies().
Real GeochemistryBasisSpecies::radius |
Definition at line 30 of file GeochemicalDatabaseReader.h.
Referenced by PertinentGeochemicalSystem::buildBasis(), and GeochemicalDatabaseReader::getBasisSpecies().