mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 12:05:32 -04:00
27 lines
623 B
XML
27 lines
623 B
XML
<?xml version="1.0"?>
|
|
<settings>
|
|
|
|
<!--
|
|
===============================================================
|
|
Description: Rectangular Array of Water-Moderated MOX Fuel Rods
|
|
Case: MIX-COMP-THERM-002, PNL-30
|
|
Written By: Paul Romano
|
|
Date: 9/6/2012
|
|
===============================================================
|
|
-->
|
|
|
|
<run_mode>eigenvalue</run_mode>
|
|
<batches>10</batches>
|
|
<inactive>5</inactive>
|
|
<particles>100</particles>
|
|
|
|
<source>
|
|
<space type="box">
|
|
<parameters>
|
|
0. 0. 3.5560
|
|
21.336 21.336 94.9960
|
|
</parameters>
|
|
</space>
|
|
</source>
|
|
|
|
</settings>
|