OpenMC/tests/regression_tests/plot_projections/geometry.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
588 B
XML
Raw Permalink Normal View History

2021-12-14 15:37:40 -05:00
<?xml version="1.0"?>
<geometry>
<surface id="1" type="z-cylinder" coeffs="0 0 2" />
<surface id="2" type="z-cylinder" coeffs="0 0 5" />
<surface id="3" type="z-cylinder" coeffs="0 0 10" boundary="vacuum" />
2021-12-16 18:02:14 -05:00
<surface id="4" type="y-plane" coeffs="5.001" boundary="vacuum" />
2021-12-14 15:37:40 -05:00
<surface id="5" type="z-plane" coeffs="-5" boundary="vacuum" />
<surface id="6" type="z-plane" coeffs="5" boundary="vacuum" />
<cell id="1" material="1" region=" -1 -4 5 -6" />
<cell id="2" material="2" region="1 -2 -4 5 -6" />
<cell id="3" material="3" region="2 -3 -4 5 -6" />
</geometry>