mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Allow plot, volume, and particle restart run modes directly
This commit is contained in:
parent
5d2ad92769
commit
ffc3bbfd67
89 changed files with 499 additions and 584 deletions
|
|
@ -1,14 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<settings>
|
||||
<eigenvalue>
|
||||
<batches>15</batches>
|
||||
<inactive>5</inactive>
|
||||
<particles>1000</particles>
|
||||
<keff_trigger>
|
||||
<type>std_dev</type>
|
||||
<threshold>0.004</threshold>
|
||||
</keff_trigger>
|
||||
</eigenvalue>
|
||||
<run_mode>eigenvalue</run_mode>
|
||||
<batches>15</batches>
|
||||
<inactive>5</inactive>
|
||||
<particles>1000</particles>
|
||||
<keff_trigger>
|
||||
<type>std_dev</type>
|
||||
<threshold>0.004</threshold>
|
||||
</keff_trigger>
|
||||
|
||||
<trigger>
|
||||
<active>true</active>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue