mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
28 lines
677 B
XML
28 lines
677 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<model>
|
|
<materials>
|
|
</materials>
|
|
<geometry>
|
|
<dagmc_universe auto_geom_ids="true" filename="dagmc.h5m" id="1"/>
|
|
</geometry>
|
|
<settings>
|
|
<run_mode>eigenvalue</run_mode>
|
|
<particles>100</particles>
|
|
<batches>5</batches>
|
|
<inactive>0</inactive>
|
|
<source particle="neutron" strength="1.0" type="independent">
|
|
<space type="box">
|
|
<parameters>-4 -4 -4 4 4 4</parameters>
|
|
</space>
|
|
</source>
|
|
</settings>
|
|
<tallies>
|
|
<filter id="1" type="cell">
|
|
<bins>2</bins>
|
|
</filter>
|
|
<tally id="1">
|
|
<filters>1</filters>
|
|
<scores>total</scores>
|
|
</tally>
|
|
</tallies>
|
|
</model>
|