https://mooseframework.inl.gov
Public Member Functions | Public Attributes | List of all members
GeochemistryRedoxSpecies Struct Reference

Data structure for redox species. More...

#include <GeochemicalDatabaseReader.h>

Public Member Functions

 GeochemistryRedoxSpecies ()
 

Public Attributes

std::string name
 
std::map< std::string, Realbasis_species
 
std::vector< Realequilibrium_const
 
Real radius
 
Real charge
 
Real molecular_weight
 

Detailed Description

Data structure for redox species.

Members are:

Definition at line 115 of file GeochemicalDatabaseReader.h.

Constructor & Destructor Documentation

◆ GeochemistryRedoxSpecies()

GeochemistryRedoxSpecies::GeochemistryRedoxSpecies ( )
inline

Definition at line 117 of file GeochemicalDatabaseReader.h.

117 {};

Member Data Documentation

◆ basis_species

std::map<std::string, Real> GeochemistryRedoxSpecies::basis_species

◆ charge

Real GeochemistryRedoxSpecies::charge

◆ equilibrium_const

std::vector<Real> GeochemistryRedoxSpecies::equilibrium_const

◆ molecular_weight

Real GeochemistryRedoxSpecies::molecular_weight

◆ name

std::string GeochemistryRedoxSpecies::name

◆ radius

Real GeochemistryRedoxSpecies::radius

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