mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
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:
parent
8ce81d132a
commit
a8171cbd4e
14 changed files with 283 additions and 30 deletions
|
|
@ -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)
|
||||
-------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue