mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Add a settings flag to turn off/on delayed photon fission yield scaling
This commit is contained in:
parent
8894696db1
commit
a35d51202c
8 changed files with 59 additions and 5 deletions
|
|
@ -29,6 +29,7 @@ extern bool confidence_intervals; //!< use confidence intervals for results?
|
|||
extern bool create_fission_neutrons; //!< create fission neutrons (fixed source)?
|
||||
extern "C" bool cmfd_run; //!< is a CMFD run?
|
||||
extern "C" bool dagmc; //!< indicator of DAGMC geometry
|
||||
extern bool delayed_photon_scaling; //!< Scale fission photon yield to include delayed
|
||||
extern "C" bool entropy_on; //!< calculate Shannon entropy?
|
||||
extern bool legendre_to_tabular; //!< convert Legendre distributions to tabular?
|
||||
extern bool material_cell_offsets; //!< create material cells offsets?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue