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

Data structure for mineral species. More...

#include <GeochemicalDatabaseReader.h>

Public Member Functions

 GeochemistryGasSpecies ()
 

Public Attributes

std::string name
 
std::map< std::string, Realbasis_species
 
std::vector< Realequilibrium_const
 
Real molecular_weight
 
std::vector< Realchi
 
Real Pcrit
 
Real Tcrit
 
Real omega
 

Detailed Description

Data structure for mineral species.

Members are:

Definition at line 91 of file GeochemicalDatabaseReader.h.

Constructor & Destructor Documentation

◆ GeochemistryGasSpecies()

GeochemistryGasSpecies::GeochemistryGasSpecies ( )
inline

Definition at line 93 of file GeochemicalDatabaseReader.h.

93 {};

Member Data Documentation

◆ basis_species

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

◆ chi

std::vector<Real> GeochemistryGasSpecies::chi

◆ equilibrium_const

std::vector<Real> GeochemistryGasSpecies::equilibrium_const

◆ molecular_weight

Real GeochemistryGasSpecies::molecular_weight

◆ name

std::string GeochemistryGasSpecies::name

◆ omega

Real GeochemistryGasSpecies::omega

◆ Pcrit

Real GeochemistryGasSpecies::Pcrit

◆ Tcrit

Real GeochemistryGasSpecies::Tcrit

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