mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Add a new element surface_source for banking and writing surface sources
This commit is contained in:
parent
a0e02fa2dc
commit
2c0c2cfc03
2 changed files with 7 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ extern "C" bool run_CE; //!< run with continuous-energy data?
|
|||
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 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