openmc.deplete.helpers.EnergyScoreHelper
- class openmc.deplete.helpers.EnergyScoreHelper(score='heating-local')[source]
Class responsible for obtaining system energy via a tally score
- Parameters:
score (string) – Valid score to use when obtaining system energy from OpenMC. Defaults to “heating-local”
- Variables:
nuclides (list of str) – List of nuclides with reaction rates. Not needed, but provided for a consistent API across other
NormalizationHelperenergy (float) – System energy [eV] computed from the tally. Will be zero for all MPI processes that are not the “master” process to avoid artificially increasing the tallied energy.
score (str) – Score used to obtain system energy