mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 20:15:26 -04:00
23 lines
509 B
XML
23 lines
509 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<settings>
|
|
|
|
<!-- Path for cross section library -->
|
|
<xslibrary path="/opt/serpent/xsdata/endfb7/xsdata" />
|
|
|
|
<!-- Parameters for criticality calculation -->
|
|
<criticality>
|
|
<cycles>15</cycles>
|
|
<inactive>5</inactive>
|
|
<particles>10000</particles>
|
|
</criticality>
|
|
|
|
<!-- How verbose output should be -->
|
|
<verbosity value="7" />
|
|
|
|
<!-- Starting source -->
|
|
<source>
|
|
<type>box</type>
|
|
<coeffs>-4 -4 -4 4 4 4</coeffs>
|
|
</source>
|
|
|
|
</settings>
|