mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
42 lines
1.4 KiB
XML
42 lines
1.4 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<model>
|
|
<materials>
|
|
<material depletable="true" id="1">
|
|
<density units="g/cc" value="4.5" />
|
|
<nuclide ao="1.0" name="U235" />
|
|
</material>
|
|
<material depletable="true" id="2">
|
|
<density units="g/cc" value="4.5" />
|
|
<nuclide ao="1.0" name="U235" />
|
|
</material>
|
|
<material depletable="true" id="3">
|
|
<density units="g/cc" value="4.5" />
|
|
<nuclide ao="1.0" name="U235" />
|
|
</material>
|
|
</materials>
|
|
<geometry>
|
|
<cell id="1" material="1" region="-1 -4" universe="0" />
|
|
<cell id="2" material="3" region="1 -2 -4" universe="0" />
|
|
<cell id="3" material="2" region="2 -3 -4" universe="0" />
|
|
<surface coeffs="0.0 0.0 2.0" id="1" type="z-cylinder" />
|
|
<surface coeffs="0.0 0.0 5.0" id="2" type="z-cylinder" />
|
|
<surface boundary="vacuum" coeffs="0.0 0.0 10.0" id="3" type="z-cylinder" />
|
|
<surface boundary="vacuum" coeffs="5.0" id="4" type="y-plane" />
|
|
</geometry>
|
|
<settings>
|
|
<run_mode>plot</run_mode>
|
|
<entropy_mesh>1</entropy_mesh>
|
|
<mesh id="1">
|
|
<dimension>5 4 3</dimension>
|
|
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
|
<upper_right>10.0 10.0 10.0</upper_right>
|
|
</mesh>
|
|
</settings>
|
|
<plots>
|
|
<plot color_by="cell" id="4" type="voxel">
|
|
<origin>0.0 0.0 0.0</origin>
|
|
<width>20.0 20.0 10.0</width>
|
|
<pixels>50 50 10</pixels>
|
|
</plot>
|
|
</plots>
|
|
</model>
|