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
Incorrect reaction rates are reported for assemblies with symmetry factors. This is caused by components' volumes being reported at full value even when a block is partially outside the core. This effects the calculation of the integrated multigroup flux at either:
Related discussion discusses some approaches to solving this issue. While it would be semi-nonphysical, reducing the calculated component volume by the symmetry factor of the parent objects like what is done here would likely solve the issue:
But that points to a line in the main branch. And since you opened this ticket, that exact line number changed 5 times. So, on GitHub, we can navigate to an exact commit and put a reference in like this:
And the benefit there is that it will actually render as the line of code you want to point to visibly, and as long as that commit isn't deleted (unlikely on a main branch), then it can never go stale:
Incorrect reaction rates are reported for assemblies with symmetry factors. This is caused by components' volumes being reported at full value even when a block is partially outside the core. This effects the calculation of the integrated multigroup flux at either:
armi/armi/reactor/components/component.py
Line 1244 in 471e9e2
or
armi/armi/reactor/components/component.py
Line 1259 in 471e9e2
Related discussion discusses some approaches to solving this issue. While it would be semi-nonphysical, reducing the calculated component volume by the symmetry factor of the parent objects like what is done here would likely solve the issue:
armi/armi/reactor/components/component.py
Lines 827 to 829 in 471e9e2
The text was updated successfully, but these errors were encountered: