You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests of the photon tally results were performed to understand how close the photon tallying system is to being used to create MGXS library. The following deficiencies were noted:
Scatter production (nu-scatter) scores are zero. To be consistent with the neutron score, they should be equal to or greater the result received with the scatter score.
The scatter production issue (box 2) is because p.mu is not used during photon kinematics routines and instead a local mu variable is used. That's an easy fix. I can't fathom why p.mu isn't used besides this just being lost in the transition from Fortran to C which was happening at nearly the same time as photon physics were added.
Bug Description
Tests of the photon tally results were performed to understand how close the photon tallying system is to being used to create MGXS library. The following deficiencies were noted:
nu-scatter
) scores are zero. To be consistent with the neutron score, they should be equal to or greater the result received with thescatter
score.Steps to Reproduce
See the attached .zip file for a model.xml, orig_tallies.out (before #3242) and new_tallies.out (after #3242)
Environment
The text was updated successfully, but these errors were encountered: