Updating test results for new problem.

This commit is contained in:
Patrick Shriwise 2021-03-31 18:26:34 -05:00
parent 5978d78e1c
commit 67ae080629
6 changed files with 46 additions and 41 deletions

View file

@ -1,11 +0,0 @@
<?xml version="1.0"?>
<geometry>
<surface id="1" type="sphere" coeffs="0 0 0 10" boundary="vacuum" />
<surface id="2" type="sphere" coeffs="1 0 0 5" />
<cell id="1" fill="2" rotation="10 20 30" region="-1" />
<cell id="2" universe="2" material="1" region="-2" />
<cell id="3" universe="2" material="2" region="2" />
</geometry>

View file

@ -0,0 +1,38 @@
<?xml version='1.0' encoding='utf-8'?>
<geometry>
<cell id="1" material="1" region="-1" universe="1" />
<cell id="2" material="2" region="1" universe="1" />
<cell fill="1" id="3" region="2 -3 4 -5 6 -8" rotation="10 20 30" universe="2" />
<cell fill="1" id="4" region="2 -3 4 -5 8 -7" translation="0 0 15" universe="2" />
<surface coeffs="1.0 0.0 0.0 5.0" id="1" type="sphere" />
<surface boundary="vacuum" coeffs="-7.5" id="2" name="minimum x" type="x-plane" />
<surface boundary="vacuum" coeffs="7.5" id="3" name="maximum x" type="x-plane" />
<surface boundary="vacuum" coeffs="-7.5" id="4" name="minimum y" type="y-plane" />
<surface boundary="vacuum" coeffs="7.5" id="5" name="maximum y" type="y-plane" />
<surface boundary="vacuum" coeffs="-7.5" id="6" type="z-plane" />
<surface boundary="vacuum" coeffs="22.5" id="7" type="z-plane" />
<surface coeffs="7.5" id="8" type="z-plane" />
</geometry>
<?xml version='1.0' encoding='utf-8'?>
<materials>
<material depletable="true" id="1">
<density units="g/cc" value="10.0" />
<nuclide ao="1.0" name="U235" />
</material>
<material id="2">
<density units="g/cc" value="0.1" />
<nuclide ao="0.1" name="H1" />
</material>
</materials>
<?xml version='1.0' encoding='utf-8'?>
<settings>
<run_mode>eigenvalue</run_mode>
<particles>10000</particles>
<batches>10</batches>
<inactive>5</inactive>
<source strength="1.0">
<space type="box">
<parameters>-4.0 -4.0 -4.0 4.0 4.0 4.0</parameters>
</space>
</source>
</settings>

View file

@ -1,14 +0,0 @@
<?xml version="1.0"?>
<materials>
<material id="1">
<density value="10" units="g/cc" />
<nuclide name="U235" ao="1.0" />
</material>
<material id="2">
<density value="0.1" units="g/cc" />
<nuclide name="H1" ao="0.1" />
</material>
</materials>

View file

@ -1,2 +1,6 @@
k-combined:
<<<<<<< HEAD
4.132181E-01 1.130226E-02
=======
4.453328E-01 5.918369E-03
>>>>>>> Updating test results for new problem.

View file

@ -1,15 +0,0 @@
<?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

@ -1,4 +1,7 @@
from tests.testing_harness import TestHarness
import pytest
import openmc
from tests.testing_harness import PyAPITestHarness
@pytest.fixture