|
| const reaction::Reaction * | gridfire::findDominantCreationChannel (const DynamicEngine &engine, const Species &species, const Composition &comp, const double T9, const double rho, const std::optional< std::vector< reaction::ReactionType > > &reactionsTypesToIgnore) |
| |
| PrimingReport | gridfire::primeNetwork (const NetIn &netIn, GraphEngine &engine, const std::optional< std::vector< reaction::ReactionType > > &ignoredReactionTypes) |
| | Primes absent species in the network to their equilibrium abundances.
|
| |
| double | gridfire::calculateDestructionRateConstant (const DynamicEngine &engine, const Species &species, const Composition &composition, const double T9, const double rho, const std::optional< std::vector< reaction::ReactionType > > &reactionTypesToIgnore) |
| |
| double | gridfire::calculateCreationRate (const DynamicEngine &engine, const Species &species, const Composition &composition, const double T9, const double rho, const std::optional< std::vector< reaction::ReactionType > > &reactionTypesToIgnore) |
| |