mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
33 lines
1,009 B
XML
33 lines
1,009 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<model>
|
|
<materials>
|
|
<material depletable="true" id="1" name="core">
|
|
<density units="g/cm3" value="16.0"/>
|
|
<nuclide ao="1.0" name="U235"/>
|
|
</material>
|
|
</materials>
|
|
<geometry>
|
|
<cell id="1" material="1" region="-1" universe="1"/>
|
|
<surface boundary="vacuum" coeffs="0.0 0.0 0.0 10.0" id="1" type="sphere"/>
|
|
</geometry>
|
|
<settings>
|
|
<run_mode>eigenvalue</run_mode>
|
|
<particles>1000</particles>
|
|
<batches>20</batches>
|
|
<inactive>5</inactive>
|
|
<source particle="neutron" strength="1.0" type="independent">
|
|
<space type="box">
|
|
<parameters>-10.0 -10.0 -10.0 10.0 10.0 10.0</parameters>
|
|
</space>
|
|
<constraints>
|
|
<fissionable>true</fissionable>
|
|
</constraints>
|
|
</source>
|
|
<ifp_n_generation>5</ifp_n_generation>
|
|
</settings>
|
|
<tallies>
|
|
<tally id="1" name="ifp-scores">
|
|
<scores>ifp-time-numerator ifp-beta-numerator ifp-denominator</scores>
|
|
</tally>
|
|
</tallies>
|
|
</model>
|