OpenMC/tests/regression_tests/photon_source/inputs_true.dat

44 lines
1.3 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<model>
<materials>
<material id="1">
<density value="0.998207" units="g/cm3"/>
<nuclide name="H1" ao="0.11187657362844"/>
<nuclide name="H2" ao="1.7426371559999997e-05"/>
<nuclide name="O16" ao="0.8877694078259999"/>
<nuclide name="O17" ao="0.000336592174"/>
</material>
</materials>
<geometry>
<cell id="1" material="1" region="-1" universe="1"/>
<surface id="1" type="sphere" boundary="reflective" coeffs="0.0 0.0 0.0 1000000000.0"/>
</geometry>
<settings>
<run_mode>fixed source</run_mode>
<particles>10000</particles>
<batches>1</batches>
<source type="independent" strength="1.0" particle="photon">
<space type="point">
<parameters>0 0 0</parameters>
</space>
<angle type="isotropic"/>
<energy type="discrete">
<parameters>10000000.0 1.0</parameters>
</energy>
</source>
<electron_treatment>ttb</electron_treatment>
<photon_transport>true</photon_transport>
<cutoff>
<energy_photon>1000.0</energy_photon>
</cutoff>
</settings>
<tallies>
<filter id="1" type="particle">
<bins>photon</bins>
</filter>
<tally id="1">
<filters>1</filters>
<scores>flux (n,gamma)</scores>
</tally>
</tallies>
</model>