mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
old changes for delayed neutron feature
This commit is contained in:
parent
9d86274fcc
commit
e266bb15bf
6 changed files with 45 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ extern bool check_overlaps; //!< check overlaps in geometry?
|
|||
extern bool confidence_intervals; //!< use confidence intervals for results?
|
||||
extern bool
|
||||
create_fission_neutrons; //!< create fission neutrons (fixed source)?
|
||||
extern bool create_delayed_neutrons; //!< create delayed fission neutrons?
|
||||
extern "C" bool cmfd_run; //!< is a CMFD run?
|
||||
extern bool
|
||||
delayed_photon_scaling; //!< Scale fission photon yield to include delayed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue