48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<model>
|
|
<materials>
|
|
<material id="1" depletable="true">
|
|
<density value="5.0" units="g/cm3"/>
|
|
<nuclide name="U235" ao="1.0"/>
|
|
</material>
|
|
<material id="2">
|
|
<density value="1.0" units="g/cm3"/>
|
|
<nuclide name="H1" ao="1.99968852"/>
|
|
<nuclide name="H2" ao="0.00031148"/>
|
|
<nuclide name="O16" ao="0.999621"/>
|
|
<nuclide name="O17" ao="0.000379"/>
|
|
</material>
|
|
</materials>
|
|
<geometry>
|
|
<cell id="1" material="1" region="-1 3 -4" universe="1"/>
|
|
<cell id="2" material="2" region="1 -2 3 -4" universe="1"/>
|
|
<surface id="1" type="z-cylinder" coeffs="0.0 0.0 10"/>
|
|
<surface id="2" type="z-cylinder" boundary="vacuum" coeffs="0.0 0.0 20"/>
|
|
<surface id="3" type="z-plane" boundary="vacuum" coeffs="-100.0"/>
|
|
<surface id="4" type="z-plane" boundary="vacuum" coeffs="100.0"/>
|
|
</geometry>
|
|
<settings>
|
|
<run_mode>eigenvalue</run_mode>
|
|
<particles>4000</particles>
|
|
<batches>55</batches>
|
|
<inactive>50</inactive>
|
|
<source type="independent" strength="0.7" particle="neutron">
|
|
<space type="box">
|
|
<parameters>-10.0 -10.0 -100.0 10.0 10.0 100.0</parameters>
|
|
</space>
|
|
</source>
|
|
<source type="file" strength="0.3" file="/home/ubuntu/openmc-nea-course/notebooks/sources/source.h5"/>
|
|
<source_point>
|
|
<batches>1 55</batches>
|
|
<separate>true</separate>
|
|
<write>true</write>
|
|
</source_point>
|
|
<surf_source_write>
|
|
<surface_ids>1</surface_ids>
|
|
<max_particles>1000</max_particles>
|
|
<cellfrom>2</cellfrom>
|
|
</surf_source_write>
|
|
<uniform_source_sampling>true</uniform_source_sampling>
|
|
</settings>
|
|
</model>
|