OpenMC/tests/regression_tests/trigger_statepoint_restart/inputs_true.dat
Ilham Variansyah ecb0a3361f
Combing for fission site sampling, and delayed neutron emission time (#2992)
Co-authored-by: Gavin Ridley <gavin.keith.ridley@gmail.com>
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2025-09-19 08:10:08 +00:00

34 lines
885 B
XML

<?xml version='1.0' encoding='utf-8'?>
<model>
<materials>
<material id="1" depletable="true">
<density value="4.5" units="g/cm3"/>
<nuclide name="U235" ao="1.0"/>
</material>
</materials>
<geometry>
<cell id="1" material="1" region="-1" universe="1"/>
<surface id="1" type="sphere" boundary="vacuum" coeffs="0.0 0.0 0.0 10.0"/>
</geometry>
<settings>
<run_mode>eigenvalue</run_mode>
<particles>400</particles>
<batches>15</batches>
<inactive>10</inactive>
<keff_trigger>
<threshold>0.002</threshold>
<type>std_dev</type>
</keff_trigger>
<trigger>
<active>true</active>
<max_batches>1000</max_batches>
<batch_interval>1</batch_interval>
</trigger>
<verbosity>1</verbosity>
</settings>
<tallies>
<tally id="1">
<scores>flux</scores>
</tally>
</tallies>
</model>