mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update settings specification with surf_src_read/write
This commit is contained in:
parent
1fa3083676
commit
e2a95a5add
1 changed files with 36 additions and 0 deletions
|
|
@ -723,6 +723,42 @@ attributes/sub-elements:
|
|||
|
||||
*Default*: false
|
||||
|
||||
---------------------------
|
||||
``<surf_src_read>`` Element
|
||||
---------------------------
|
||||
|
||||
The ``<surf_src_read>`` element specifies a surface source file for OpenMC to
|
||||
read source bank for initializing batches.
|
||||
This element has the following attributes/sub-elements:
|
||||
|
||||
:path:
|
||||
Absolute or relative path to a surface source file to read in source bank.
|
||||
|
||||
*Default*: ``surface_source.h5`` in current working directory
|
||||
|
||||
----------------------------
|
||||
``<surf_src_write>`` Element
|
||||
----------------------------
|
||||
|
||||
The ``<surf_src_write>`` element triggers OpenMC to bank particles crossing
|
||||
certain surfaces and write out the source bank in a separate file called
|
||||
``surface_source.h5``.
|
||||
This element has the following attributes/sub-elements:
|
||||
|
||||
:surf_ids:
|
||||
A list of integers separated by spaces indicating the unique IDs of surfaces
|
||||
for which crossing particles will be banked.
|
||||
|
||||
*Default*: None
|
||||
|
||||
:max_surf_banks:
|
||||
An integer indicating the maximum number of particles to be banked on
|
||||
specified surfaces per processor. The size of source bank in
|
||||
``surface_source.h5`` is limited to this value times the number of
|
||||
processors.
|
||||
|
||||
*Default*: None
|
||||
|
||||
------------------------------
|
||||
``<survival_biasing>`` Element
|
||||
------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue