GridFire 0.0.1a
General Purpose Nuclear Network
|
Structure to hold indices of dynamic and QSE species. More...
#include <solver.h>
Public Attributes | |
std::vector< size_t > | dynamicSpeciesIndices |
Indices of slow species that are not in QSE. | |
std::vector< size_t > | QSESpeciesIndices |
Indices of fast species that are in QSE. | |
Structure to hold indices of dynamic and QSE species.
This structure is used by the QSENetworkSolver to store the indices of species that are treated dynamically and those that are assumed to be in Quasi-Steady-State Equilibrium (QSE).
std::vector<size_t> gridfire::solver::dynamicQSESpeciesIndices::dynamicSpeciesIndices |
std::vector<size_t> gridfire::solver::dynamicQSESpeciesIndices::QSESpeciesIndices |