#include <py_engine.h>
◆ calculateRHSAndEnergy()
Calculate the right-hand side (dY/dt) and energy generation.
- Parameters
-
Y | Vector of current abundances for all species. |
T9 | Temperature in units of 10^9 K. |
rho | Density in g/cm^3. |
- Returns
- StepDerivatives<double> containing dY/dt and energy generation rate.
This function must be implemented by derived classes to compute the time derivatives of all species and the specific nuclear energy generation rate for the current state.
Implements gridfire::Engine.
◆ getNetworkSpecies()
const std::vector< fourdst::atomic::Species > & PyEngine::getNetworkSpecies |
( |
| ) |
const |
|
overridevirtual |
Get the list of species in the network.
- Returns
- Vector of Species objects representing all network species.
Implements gridfire::Engine.
◆ m_species_cache
std::vector<fourdst::atomic::Species> PyEngine::m_species_cache |
|
mutableprivate |
The documentation for this class was generated from the following files: