mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Add setting parameter for surface source file reading
This commit is contained in:
parent
10e3e83f90
commit
b5f6dacb7d
3 changed files with 22 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ extern bool source_latest; //!< write latest source at each batch?
|
|||
extern bool source_separate; //!< write source to separate file?
|
||||
extern bool source_write; //!< write source in HDF5 files?
|
||||
extern bool surface_source; //!< write surface source file?
|
||||
extern bool surf_src_read; //!< read surface source file?
|
||||
extern bool survival_biasing; //!< use survival biasing?
|
||||
extern bool temperature_multipole; //!< use multipole data?
|
||||
extern "C" bool trigger_on; //!< tally triggers enabled?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue