mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
34 lines
1 KiB
XML
34 lines
1 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<model>
|
|
<materials>
|
|
<cross_sections>2g.h5</cross_sections>
|
|
<material id="1" name="mat_1">
|
|
<density value="1.0" units="macro"/>
|
|
<macroscopic name="mat_1"/>
|
|
</material>
|
|
</materials>
|
|
<geometry>
|
|
<cell id="1" material="1" region="1 -2" universe="0"/>
|
|
<surface id="1" type="x-plane" boundary="reflective" coeffs="0.0"/>
|
|
<surface id="2" type="x-plane" boundary="vacuum" coeffs="929.45"/>
|
|
</geometry>
|
|
<settings>
|
|
<run_mode>eigenvalue</run_mode>
|
|
<particles>1000</particles>
|
|
<batches>10</batches>
|
|
<inactive>5</inactive>
|
|
<source type="independent" strength="1.0" particle="neutron">
|
|
<space type="box">
|
|
<parameters>0.0 -1000.0 -1000.0 929.45 1000.0 1000.0</parameters>
|
|
</space>
|
|
</source>
|
|
<output>
|
|
<summary>false</summary>
|
|
</output>
|
|
<energy_mode>multi-group</energy_mode>
|
|
<max_order>1</max_order>
|
|
<tabular_legendre>
|
|
<enable>false</enable>
|
|
</tabular_legendre>
|
|
</settings>
|
|
</model>
|