mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 12:05:32 -04:00
22 lines
481 B
XML
22 lines
481 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<settings>
|
|
|
|
<!-- Path for cross section library -->
|
|
<cross_sections>
|
|
/home/paulromano/openmc/cross_sections_serpent.xml
|
|
</cross_sections>
|
|
|
|
<!-- Parameters for criticality calculation -->
|
|
<criticality>
|
|
<cycles>15</cycles>
|
|
<inactive>5</inactive>
|
|
<particles>10000</particles>
|
|
</criticality>
|
|
|
|
<!-- Starting source -->
|
|
<source>
|
|
<type>box</type>
|
|
<coeffs>-4 -4 -4 4 4 4</coeffs>
|
|
</source>
|
|
|
|
</settings>
|