Removing xml dagmc test.

This commit is contained in:
Patrick Shriwise 2018-11-08 13:19:00 -06:00
parent e692f3cb34
commit 776fc48b7e
12 changed files with 0 additions and 63 deletions

View file

@ -1 +0,0 @@
../dagmc_xml/dagmc.h5m

View file

@ -1,16 +0,0 @@
<?xml version="1.0"?>
<materials>
<material id="40">
<density value="11" units="g/cc" />
<nuclide name="U235" ao="1.0" />
</material>
<material id="41">
<density value="1.0" units="g/cc" />
<nuclide name="H1" ao="2.0" />
<nuclide name="O16" ao="1.0" />
<sab name="c_H_in_H2O"/>
</material>
</materials>

View file

@ -1,5 +0,0 @@
k-combined:
1.115067E+00 5.423808E-02
tally 1:
8.543144E+00
1.530584E+01

View file

@ -1,16 +0,0 @@
<?xml version="1.0"?>
<settings>
<run_mode>eigenvalue</run_mode>
<dagmc>true</dagmc>
<batches>5</batches>
<inactive>0</inactive>
<particles>100</particles>
<!-- Starting source -->
<source>
<space type="box">
<parameters>-4 -4 -4 4 4 4</parameters>
</space>
</source>
</settings>

View file

@ -1,13 +0,0 @@
<?xml version="1.0"?>
<tallies>
<filter id="1" type="cell">
<bins>1</bins>
</filter>
<tally id="1">
<filters>1</filters>
<scores>total </scores>
</tally>
</tallies>

View file

@ -1,12 +0,0 @@
from tests.testing_harness import TestHarness
import os
import pytest
import openmc.capi
pytestmark = pytest.mark.skipif(
not openmc.capi.dagmc_enabled,
reason="DAGMC CAD geometry is not enabled.")
def test_dagmc():
harness = TestHarness('statepoint.5.h5')
harness.main()