|
const reaction::Reaction * | gridfire::findDominantCreationChannel (const DynamicEngine &engine, const Species &species, const std::vector< double > &Y, const double T9, const double rho) |
|
PrimingReport | gridfire::primeNetwork (const NetIn &, DynamicEngine &engine) |
| Primes absent species in the network to their equilibrium abundances.
|
|
double | gridfire::calculateDestructionRateConstant (const DynamicEngine &engine, const fourdst::atomic::Species &species, const std::vector< double > &Y, double T9, double rho) |
| Computes the destruction rate constant for a specific species.
|
|
double | gridfire::calculateCreationRate (const DynamicEngine &engine, const fourdst::atomic::Species &species, const std::vector< double > &Y, double T9, double rho) |
| Computes the creation rate for a specific species.
|
|