PRISM
 v0.0.0
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cprism::BibTexHelperClass for collecting and managing cite keys from the user provided bib files
 Cstd::exception
 Cprism::InvalidInputCustom exception for when there is some more general error in the input file
 Cprism::InvalidReactionCustom exception for when there is an issue in creating a reaction object
 Cprism::InvalidSpeciesCustom Exception when there is an issue in creating a species object
 Cstd::hash< prism::Reaction >
 Cstd::hash< prism::Species >
 Cstd::hash< prism::SpeciesBase >
 Cstd::hash< prism::SubSpecies >
 Cprism::NetworkParserThis is the class that processes reaction networks and allows for interaction with the data contained in the network
 Cprism::ReactionStores all of the data needed to perform calculations with a specific reaction
 Cprism::ReactionDataStruct for a quick way to access which reactions the species is in Since we keep track of rate_based and xsec_based reactions seperately there will be two sets of ids a set of ids from 0-(n-1) for rate-based reactions (corrisponding to their index in the) vector you can get from rateBasedReactions the same is true for cross section based reactions
 Cprism::SpeciesBaseBase class for species and subspecies
 Cprism::SpeciesThe species object which represents the products and reactants in the reaction
 Cprism::SubSpeciesThe parts with a Species can be brokenup into Eg Speices: NH3, SubSpecies: [N, H3]
 Cprism::SpeciesDataStruct for quickly accessing data about which speies are in a reaction
 Cprism::SpeciesFactoryThis factory creates and stores, and passes around all of the species that exist in a reaction mechanism The end user should never use this
 Cprism::SpeciesSummaryWriterBase
 Cprism::DefaultSpeciesSummaryWriter
 Cprism::TableWriterBase
 Cprism::DefaultTableWriter
 Cprism::TabulatedReactionDataStruct for holding tabulated data read from user provided files