mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Initial commmit for tally triggers with squashed commit log
This commit is contained in:
parent
b73464be7d
commit
fc5c421854
47 changed files with 2280 additions and 71 deletions
26
tests/test_trigger_batch_interval/settings.xml
Normal file
26
tests/test_trigger_batch_interval/settings.xml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0"?>
|
||||
<settings>
|
||||
<eigenvalue>
|
||||
<batches>10</batches>
|
||||
<inactive>5</inactive>
|
||||
<particles>1000</particles>
|
||||
<keff_trigger>
|
||||
<type>std_dev</type>
|
||||
<threshold>0.00445</threshold>
|
||||
</keff_trigger>
|
||||
</eigenvalue>
|
||||
|
||||
<trigger>
|
||||
<status>true</status>
|
||||
<max_batches>30</max_batches>
|
||||
<batch_interval>1</batch_interval>
|
||||
</trigger>
|
||||
|
||||
<source>
|
||||
<space>
|
||||
<type>point</type>
|
||||
<parameters>0.0 0.0 0.0</parameters>
|
||||
</space>
|
||||
</source>
|
||||
|
||||
</settings>
|
||||
Loading…
Add table
Add a link
Reference in a new issue