OpenMC/tests/regression_tests/particle_restart_fixed/geometry.xml

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

10 lines
278 B
XML
Raw Permalink Normal View History

2013-04-08 08:44:39 -07:00
<?xml version="1.0"?>
<geometry>
2013-06-16 16:10:38 -04:00
<!-- Sphere with no boundary condition -->
<surface id="1" type="sphere" coeffs="0.0 0.0 0.0 80.0" />
<surface id="2" type="sphere" coeffs="0.0 0.0 0.0 10000.0" boundary="vacuum" />
<cell id="1" material="1" region="-1" />
2013-06-16 16:10:38 -04:00
2013-04-08 08:44:39 -07:00
</geometry>