Updates to the reflection test inputs to ensure the correct cell is tallied.

This commit is contained in:
Patrick Shriwise 2020-12-06 21:28:38 -06:00
parent bac09e6295
commit d12eed03a2
2 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<geometry>
<dagmc auto_ids="true" filename="dagmc.h5m" id="9" name="" />
</geometry>
<?xml version='1.0' encoding='utf-8'?>
<materials>
</materials>
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>eigenvalue</run_mode>
<particles>100</particles>
@ -9,7 +16,6 @@
<parameters>-4 -4 -4 4 4 4</parameters>
</space>
</source>
<dagmc>true</dagmc>
</settings>
<?xml version='1.0' encoding='utf-8'?>
<tallies>

View file

@ -29,6 +29,7 @@ class UWUWTest(PyAPITestHarness):
# geometry
dag_univ = openmc.DAGMCUniverse("dagmc.h5m")
dag_univ.auto_ids = True
model.geometry = openmc.Geometry(root=dag_univ)
# tally