Implementation of Shannon Entropy for Random Ray (#3030)

Co-authored-by: Ethan Krammer <ethan@DESKTOP-MGFGK9N>
Co-authored-by: John Tramm <john.tramm@gmail.com>
This commit is contained in:
Ethan Krammer 2024-06-27 09:22:10 -05:00 committed by GitHub
parent 8ce81d132a
commit a8171cbd4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 283 additions and 30 deletions

View file

@ -62,6 +62,17 @@ solver::
settings.batches = 1200
settings.inactive = 600
---------------
Shannon Entropy
---------------
Similar to Monte Carlo, :ref:`Shannon entropy
<methods-shannon-entropy-random-ray>` can be used to gauge whether the fission
source has fully developed. The Shannon entropy is calculated automatically
after each batch and is printed to the statepoint file. Unlike Monte Carlo, an
entropy mesh does not need to be defined, as the Shannon entropy is calculated
over FSRs using a volume-weighted approach.
-------------------------------
Inactive Ray Length (Dead Zone)
-------------------------------