mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
17 lines
344 B
XML
17 lines
344 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<settings>
|
|
|
|
<!-- Parameters for criticality calculation -->
|
|
<criticality>
|
|
<batches>15</batches>
|
|
<inactive>5</inactive>
|
|
<particles>10000</particles>
|
|
</criticality>
|
|
|
|
<!-- Starting source -->
|
|
<source>
|
|
<type>box</type>
|
|
<coeffs>-4 -4 -4 4 4 4</coeffs>
|
|
</source>
|
|
|
|
</settings>
|