Random Ray Eigenvalue Flux Normalization Change (#3595)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
John Tramm 2025-12-02 22:00:32 -06:00 committed by GitHub
parent 9e9ab84833
commit 10706510bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 874 additions and 835 deletions

View file

@ -170,6 +170,9 @@ protected:
simulation_volume_; // Total physical volume of the simulation domain, as
// defined by the 3D box of the random ray source
double
fission_rate_; // The system's fission rate (per cm^3), in eigenvalue mode
// Volumes for each tally and bin/score combination. This intermediate data
// structure is used when tallying quantities that must be normalized by
// volume (i.e., flux). The vector is index by tally index, while the inner 2D