add regression test for white boundary condition

This commit is contained in:
Jiankai Yu 2019-09-15 15:29:01 -04:00
parent c377231d8d
commit 37df7e6a3c
4 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<materials>
<material id="1">
<density value="4.5" units="g/cc" />
<nuclide name="U235" ao="1.0" />
</material>
</materials>

View file

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<settings>
<run_mode>eigenvalue</run_mode>
<batches>10</batches>
<inactive>5</inactive>
<particles>1000</particles>
<source>
<space type="box">
<parameters>-4 -4 -4 4 4 4</parameters>
</space>
</source>
</settings>

View file

@ -0,0 +1,6 @@
from tests.testing_harness import TestHarness
def test_white_plane():
harness = TestHarness('statepoint.10.h5')
harness.main()