diff --git a/openmc/model/model.py b/openmc/model/model.py
index 3e0422eb1..78f02242f 100644
--- a/openmc/model/model.py
+++ b/openmc/model/model.py
@@ -596,7 +596,8 @@ class Model:
def run(self, particles=None, threads=None, geometry_debug=False,
restart_file=None, tracks=False, output=True, cwd='.',
- openmc_exec='openmc', mpi_args=None, event_based=None):
+ openmc_exec='openmc', mpi_args=None, event_based=None,
+ export_model_xml=True):
"""Runs OpenMC. If the C API has been initialized, then the C API is
used, otherwise, this method creates the XML files and runs OpenMC via
a system call. In both cases this method returns the path to the last
@@ -639,6 +640,9 @@ class Model:
event_based : None or bool, optional
Turns on event-based parallelism if True. If None, the value in
the Settings will be used.
+ export_model_xml : bool, optional
+ Exports a single model.xml file rather than separate files.
+ Defaults to True.
Returns
-------
@@ -688,7 +692,10 @@ class Model:
else:
# Then run via the command line
- self.export_to_xml()
+ if export_model_xml:
+ self.export_to_model_xml()
+ else:
+ self.export_to_xml()
openmc.run(particles, threads, geometry_debug, restart_file,
tracks, output, Path('.'), openmc_exec, mpi_args,
event_based)
diff --git a/src/cell.cpp b/src/cell.cpp
index 9ba14c6cf..c96abf39b 100644
--- a/src/cell.cpp
+++ b/src/cell.cpp
@@ -291,7 +291,7 @@ CSGCell::CSGCell(pugi::xml_node cell_node)
if (fill_present) {
fill_ = std::stoi(get_node_value(cell_node, "fill"));
if (fill_ == universe_) {
- fatal_error(fmt::format("Cell {} is filled with the same universe that"
+ fatal_error(fmt::format("Cell {} is filled with the same universe that "
"it is contained in.",
id_));
}
diff --git a/tests/regression_tests/adj_cell_rotation/inputs_true.dat b/tests/regression_tests/adj_cell_rotation/inputs_true.dat
index 24b00199b..1c4516f42 100644
--- a/tests/regression_tests/adj_cell_rotation/inputs_true.dat
+++ b/tests/regression_tests/adj_cell_rotation/inputs_true.dat
@@ -1,38 +1,38 @@
-
- |
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 10000
- 10
- 5
-
-
- -4.0 -4.0 -4.0 4.0 4.0 4.0
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 10000
+ 10
+ 5
+
+
+ -4.0 -4.0 -4.0 4.0 4.0 4.0
+
+
+
+
diff --git a/tests/regression_tests/asymmetric_lattice/inputs_true.dat b/tests/regression_tests/asymmetric_lattice/inputs_true.dat
index bbdc79715..b247412e5 100644
--- a/tests/regression_tests/asymmetric_lattice/inputs_true.dat
+++ b/tests/regression_tests/asymmetric_lattice/inputs_true.dat
@@ -1,19 +1,168 @@
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
- 1.26 1.26
- 17 17
- -10.71 -10.71
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 1.26 1.26
+ 17 17
+ -10.71 -10.71
+
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 4 3 3 4 3 3 4 3 3 3 3 3
@@ -31,197 +180,47 @@
3 3 3 3 3 4 3 3 4 3 3 4 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
-
-
- 21.42 21.42
- 3 3
- -32.13 -32.13
-
+
+
+ 21.42 21.42
+ 3 3
+ -32.13 -32.13
+
8 7 7
8 8 8
7 7 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -32 -32 0 32 32 32
-
-
-
-
-
-
- 27
-
-
- 1
- nu-fission
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -32 -32 0 32 32 32
+
+
+
+
+
+ 27
+
+
+ 1
+ nu-fission
+
+
+
diff --git a/tests/regression_tests/cpp_driver/inputs_true.dat b/tests/regression_tests/cpp_driver/inputs_true.dat
index faa3fa9b1..cdace34f0 100644
--- a/tests/regression_tests/cpp_driver/inputs_true.dat
+++ b/tests/regression_tests/cpp_driver/inputs_true.dat
@@ -1,45 +1,45 @@
-
- |
- |
- |
- |
- |
-
- 4.0 4.0
- 2 2
- -4.0 -4.0
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+
+ 4.0 4.0
+ 2 2
+ -4.0 -4.0
+
2 2
2 2
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 1
-
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 1
+
+
diff --git a/tests/regression_tests/create_fission_neutrons/inputs_true.dat b/tests/regression_tests/create_fission_neutrons/inputs_true.dat
index b0ca89647..f79ba379c 100644
--- a/tests/regression_tests/create_fission_neutrons/inputs_true.dat
+++ b/tests/regression_tests/create_fission_neutrons/inputs_true.dat
@@ -1,37 +1,36 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 100
- 10
-
-
- -1 -1 -1 1 1 1
-
-
-
- false
-
-
-
-
- flux
-
-
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ fixed source
+ 100
+ 10
+
+
+ -1 -1 -1 1 1 1
+
+
+
+ false
+
+
+
+ flux
+
+
+
diff --git a/tests/regression_tests/create_fission_neutrons/test.py b/tests/regression_tests/create_fission_neutrons/test.py
index f1c1d072c..82bfaafa6 100755
--- a/tests/regression_tests/create_fission_neutrons/test.py
+++ b/tests/regression_tests/create_fission_neutrons/test.py
@@ -4,14 +4,14 @@ from tests.testing_harness import PyAPITestHarness
class CreateFissionNeutronsTestHarness(PyAPITestHarness):
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
# Material is composed of H-1 and U-235
mat = openmc.Material(material_id=1, name='mat')
mat.set_density('atom/b-cm', 0.069335)
mat.add_nuclide('H1', 40.0)
mat.add_nuclide('U235', 1.0)
- materials_file = openmc.Materials([mat])
- materials_file.export_to_xml()
+ self._model.materials = openmc.Materials([mat])
# Cell is box with reflective boundary
x1 = openmc.XPlane(surface_id=1, x0=-1)
@@ -27,8 +27,7 @@ class CreateFissionNeutronsTestHarness(PyAPITestHarness):
box.fill = mat
root = openmc.Universe(universe_id=0, name='root universe')
root.add_cell(box)
- geometry = openmc.Geometry(root)
- geometry.export_to_xml()
+ self._model.geometry = openmc.Geometry(root)
# Set the running parameters
settings_file = openmc.Settings()
@@ -41,14 +40,14 @@ class CreateFissionNeutronsTestHarness(PyAPITestHarness):
watt_dist = openmc.stats.Watt()
settings_file.source = openmc.source.Source(space=uniform_dist,
energy=watt_dist)
- settings_file.export_to_xml()
+ self._model.settings = settings_file
# Create tallies
tallies = openmc.Tallies()
tally = openmc.Tally(1)
tally.scores = ['flux']
tallies.append(tally)
- tallies.export_to_xml()
+ self._model.tallies = tallies
def _get_results(self):
"""Digest info in the statepoint and return as a string."""
@@ -66,5 +65,6 @@ class CreateFissionNeutronsTestHarness(PyAPITestHarness):
def test_create_fission_neutrons():
- harness = CreateFissionNeutronsTestHarness('statepoint.10.h5')
+ harness = CreateFissionNeutronsTestHarness('statepoint.10.h5',
+ model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/dagmc/external/inputs_true.dat b/tests/regression_tests/dagmc/external/inputs_true.dat
index dd75bbdbd..5547f333c 100644
--- a/tests/regression_tests/dagmc/external/inputs_true.dat
+++ b/tests/regression_tests/dagmc/external/inputs_true.dat
@@ -1,40 +1,39 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 5
- 0
-
-
- -4 -4 -4 4 4 4
-
-
- 293
-
-
-
-
- 1
-
-
- 1
- total
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 5
+ 0
+
+
+ -4 -4 -4 4 4 4
+
+
+ 293
+
+
+
+ 1
+
+
+ 1
+ total
+
+
+
diff --git a/tests/regression_tests/dagmc/legacy/inputs_true.dat b/tests/regression_tests/dagmc/legacy/inputs_true.dat
index 2f5641046..89d458a2b 100644
--- a/tests/regression_tests/dagmc/legacy/inputs_true.dat
+++ b/tests/regression_tests/dagmc/legacy/inputs_true.dat
@@ -1,39 +1,38 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 5
- 0
-
-
- -4 -4 -4 4 4 4
-
-
-
-
-
-
- 1
-
-
- 1
- total
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 5
+ 0
+
+
+ -4 -4 -4 4 4 4
+
+
+
+
+
+ 1
+
+
+ 1
+ total
+
+
+
diff --git a/tests/regression_tests/dagmc/refl/inputs_true.dat b/tests/regression_tests/dagmc/refl/inputs_true.dat
index 938916ece..894d50104 100644
--- a/tests/regression_tests/dagmc/refl/inputs_true.dat
+++ b/tests/regression_tests/dagmc/refl/inputs_true.dat
@@ -1,29 +1,28 @@
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 5
- 0
-
-
- -4 -4 -4 4 4 4
-
-
-
-
-
-
- 2
-
-
- 1
- total
-
-
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 5
+ 0
+
+
+ -4 -4 -4 4 4 4
+
+
+
+
+
+ 2
+
+
+ 1
+ total
+
+
+
diff --git a/tests/regression_tests/dagmc/refl/test.py b/tests/regression_tests/dagmc/refl/test.py
index 5afc1a7a2..5b08f0c4a 100644
--- a/tests/regression_tests/dagmc/refl/test.py
+++ b/tests/regression_tests/dagmc/refl/test.py
@@ -10,34 +10,29 @@ pytestmark = pytest.mark.skipif(
reason="DAGMC CAD geometry is not enabled.")
class UWUWTest(PyAPITestHarness):
-
- def _build_inputs(self):
- model = openmc.model.Model()
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
# settings
- model.settings.batches = 5
- model.settings.inactive = 0
- model.settings.particles = 100
+ self._model.settings.batches = 5
+ self._model.settings.inactive = 0
+ self._model.settings.particles = 100
source = openmc.Source(space=Box([-4, -4, -4],
[ 4, 4, 4]))
- model.settings.source = source
-
- model.settings.export_to_xml()
+ self._model.settings.source = source
# geometry
dag_univ = openmc.DAGMCUniverse("dagmc.h5m", auto_geom_ids=True)
- model.geometry = openmc.Geometry(dag_univ)
+ self._model.geometry = openmc.Geometry(dag_univ)
# tally
tally = openmc.Tally()
tally.scores = ['total']
tally.filters = [openmc.CellFilter(2)]
- model.tallies = [tally]
+ self._model.tallies = [tally]
- model.tallies.export_to_xml()
- model.export_to_xml()
def test_refl():
- harness = UWUWTest('statepoint.5.h5')
+ harness = UWUWTest('statepoint.5.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/dagmc/universes/inputs_true.dat b/tests/regression_tests/dagmc/universes/inputs_true.dat
index ea6ad519b..b88e83df4 100644
--- a/tests/regression_tests/dagmc/universes/inputs_true.dat
+++ b/tests/regression_tests/dagmc/universes/inputs_true.dat
@@ -1,55 +1,55 @@
-
- |
-
-
- 24.0 24.0
- 2 2
- -24.0 -24.0
-
-9 9
-9 9
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 2
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+ 24.0 24.0
+ 2 2
+ -24.0 -24.0
+
+1 1
+1 1
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 2
+
+
+
diff --git a/tests/regression_tests/dagmc/universes/test.py b/tests/regression_tests/dagmc/universes/test.py
index 47897ad56..a318275cd 100644
--- a/tests/regression_tests/dagmc/universes/test.py
+++ b/tests/regression_tests/dagmc/universes/test.py
@@ -12,9 +12,8 @@ pytestmark = pytest.mark.skipif(
class DAGMCUniverseTest(PyAPITestHarness):
-
- def _build_inputs(self):
- model = openmc.model.Model()
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
### MATERIALS ###
fuel = openmc.Material(name='no-void fuel')
@@ -40,7 +39,7 @@ class DAGMCUniverseTest(PyAPITestHarness):
water.add_nuclide('B11', 3.2218e-05)
water.add_s_alpha_beta('c_H_in_H2O')
- model.materials = openmc.Materials([fuel, cladding, water])
+ self._model.materials = openmc.Materials([fuel, cladding, water])
### GEOMETRY ###
# create the DAGMC universe
@@ -51,7 +50,7 @@ class DAGMCUniverseTest(PyAPITestHarness):
# uses the bound_dag_cell as the root argument to test the type checks in openmc.Geometry
bound_pincell_geometry = openmc.Geometry(root=bound_pincell_universe)
# assigns the bound_dag_geometry to the model to test the type checks in model.Geometry setter
- model.Geometry = bound_pincell_geometry
+ self._model.geometry = bound_pincell_geometry
# create a 2 x 2 lattice using the DAGMC pincell
pitch = np.asarray((24.0, 24.0))
@@ -71,17 +70,15 @@ class DAGMCUniverseTest(PyAPITestHarness):
bounding_region = +left & -right & +front & -back & +bottom & -top
bounding_cell = openmc.Cell(fill=lattice, region=bounding_region)
- model.geometry = openmc.Geometry([bounding_cell])
+ self._model.geometry = openmc.Geometry([bounding_cell])
# settings
- model.settings.particles = 100
- model.settings.batches = 10
- model.settings.inactive = 2
- model.settings.output = {'summary' : False}
-
- model.export_to_xml()
+ self._model.settings.particles = 100
+ self._model.settings.batches = 10
+ self._model.settings.inactive = 2
+ self._model.settings.output = {'summary' : False}
def test_univ():
- harness = DAGMCUniverseTest('statepoint.10.h5')
+ harness = DAGMCUniverseTest('statepoint.10.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/dagmc/uwuw/inputs_true.dat b/tests/regression_tests/dagmc/uwuw/inputs_true.dat
index 7d533c5db..07384b625 100644
--- a/tests/regression_tests/dagmc/uwuw/inputs_true.dat
+++ b/tests/regression_tests/dagmc/uwuw/inputs_true.dat
@@ -1,29 +1,28 @@
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 5
- 0
-
-
- -4 -4 -4 4 4 4
-
-
-
-
-
-
- 1
-
-
- 1
- total
-
-
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 5
+ 0
+
+
+ -4 -4 -4 4 4 4
+
+
+
+
+
+ 1
+
+
+ 1
+ total
+
+
+
diff --git a/tests/regression_tests/dagmc/uwuw/test.py b/tests/regression_tests/dagmc/uwuw/test.py
index a8da2da60..19986e589 100644
--- a/tests/regression_tests/dagmc/uwuw/test.py
+++ b/tests/regression_tests/dagmc/uwuw/test.py
@@ -10,33 +10,29 @@ pytestmark = pytest.mark.skipif(
reason="DAGMC CAD geometry is not enabled.")
class UWUWTest(PyAPITestHarness):
-
- def _build_inputs(self):
- model = openmc.model.Model()
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
# settings
- model.settings.batches = 5
- model.settings.inactive = 0
- model.settings.particles = 100
+ self._model.settings.batches = 5
+ self._model.settings.inactive = 0
+ self._model.settings.particles = 100
source = openmc.Source(space=Box([-4, -4, -4],
[ 4, 4, 4]))
- model.settings.source = source
-
- model.settings.export_to_xml()
+ self._model.settings.source = source
# geometry
dag_univ = openmc.DAGMCUniverse("dagmc.h5m")
- model.geometry = openmc.Geometry(root=dag_univ)
+ self._model.geometry = openmc.Geometry(root=dag_univ)
# tally
tally = openmc.Tally()
tally.scores = ['total']
tally.filters = [openmc.CellFilter(1)]
- model.tallies = [tally]
+ self._model.tallies = [tally]
- model.export_to_xml()
def test_uwuw():
- harness = UWUWTest('statepoint.5.h5')
+ harness = UWUWTest('statepoint.5.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/diff_tally/inputs_true.dat b/tests/regression_tests/diff_tally/inputs_true.dat
index 909475f96..99697a1e9 100644
--- a/tests/regression_tests/diff_tally/inputs_true.dat
+++ b/tests/regression_tests/diff_tally/inputs_true.dat
@@ -1,38 +1,187 @@
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
- 1.26 1.26
- 17 17
- -10.71 -10.71
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 1.26 1.26
+ 17 17
+ -10.71 -10.71
+
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 2 1 1 2 1 1 2 1 1 1 1 1
@@ -50,12 +199,12 @@
1 1 1 1 1 2 1 1 2 1 1 2 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
-
-
- 1.26 1.26
- 17 17
- -10.71 -10.71
-
+
+
+ 1.26 1.26
+ 17 17
+ -10.71 -10.71
+
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 4 3 3 4 3 3 4 3 3 3 3 3
@@ -73,12 +222,12 @@
3 3 3 3 3 4 3 3 4 3 3 4 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
-
-
- 21.42 21.42
- 21 21
- -224.91 -224.91
-
+
+
+ 21.42 21.42
+ 21 21
+ -224.91 -224.91
+
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 6 6 6 6 6 6 6 5 5 5 5 5 5 5
@@ -100,12 +249,12 @@
5 5 5 5 5 5 5 6 6 6 6 6 6 6 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
-
-
- 21.42 21.42
- 21 21
- -224.91 -224.91
-
+
+
+ 21.42 21.42
+ 21 21
+ -224.91 -224.91
+
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 8 8 8 8 8 8 8 7 7 7 7 7 7 7
@@ -127,313 +276,163 @@
7 7 7 7 7 7 7 8 8 8 8 8 8 8 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 3
- 0
-
-
- -160 -160 -183 160 160 183
-
-
- true
-
-
-
-
- 1 3
-
-
- 0.0 0.625 20000000.0
-
-
- 1
- flux
- 1
-
-
- 1
- flux
- 2
-
-
- 1
- flux
- 3
-
-
- 1
- flux
- 4
-
-
- 1
- flux
- 5
-
-
- 1
- total U235
- total absorption scatter fission nu-fission
- 1
-
-
- 1
- total U235
- total absorption scatter fission nu-fission
- 2
-
-
- 1
- total U235
- total absorption scatter fission nu-fission
- 3
-
-
- 1
- total U235
- total absorption scatter fission nu-fission
- 4
-
-
- 1
- total U235
- total absorption scatter fission nu-fission
- 5
-
-
- 1
- absorption
- analog
- 1
-
-
- 1
- absorption
- analog
- 2
-
-
- 1
- absorption
- analog
- 3
-
-
- 1
- absorption
- analog
- 4
-
-
- 1
- absorption
- analog
- 5
-
-
- 1 2
- total U235
- nu-fission scatter
- 1
-
-
- 1 2
- total U235
- nu-fission scatter
- 2
-
-
- 1 2
- U235
- nu-fission scatter
- 3
-
-
- 1 2
- U235
- nu-fission scatter
- 4
-
-
- 1 2
- U235
- nu-fission scatter
- 5
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 3
+ 0
+
+
+ -160 -160 -183 160 160 183
+
+
+ true
+
+
+
+ 1 3
+
+
+ 0.0 0.625 20000000.0
+
+
+ 1
+ flux
+ 1
+
+
+ 1
+ flux
+ 2
+
+
+ 1
+ flux
+ 3
+
+
+ 1
+ flux
+ 4
+
+
+ 1
+ flux
+ 5
+
+
+ 1
+ total U235
+ total absorption scatter fission nu-fission
+ 1
+
+
+ 1
+ total U235
+ total absorption scatter fission nu-fission
+ 2
+
+
+ 1
+ total U235
+ total absorption scatter fission nu-fission
+ 3
+
+
+ 1
+ total U235
+ total absorption scatter fission nu-fission
+ 4
+
+
+ 1
+ total U235
+ total absorption scatter fission nu-fission
+ 5
+
+
+ 1
+ absorption
+ analog
+ 1
+
+
+ 1
+ absorption
+ analog
+ 2
+
+
+ 1
+ absorption
+ analog
+ 3
+
+
+ 1
+ absorption
+ analog
+ 4
+
+
+ 1
+ absorption
+ analog
+ 5
+
+
+ 1 2
+ total U235
+ nu-fission scatter
+ 1
+
+
+ 1 2
+ total U235
+ nu-fission scatter
+ 2
+
+
+ 1 2
+ U235
+ nu-fission scatter
+ 3
+
+
+ 1 2
+ U235
+ nu-fission scatter
+ 4
+
+
+ 1 2
+ U235
+ nu-fission scatter
+ 5
+
+
+
+
+
+
+
+
diff --git a/tests/regression_tests/distribmat/inputs_true.dat b/tests/regression_tests/distribmat/inputs_true.dat
index a1c1e8311..f6c43c19a 100644
--- a/tests/regression_tests/distribmat/inputs_true.dat
+++ b/tests/regression_tests/distribmat/inputs_true.dat
@@ -1,62 +1,61 @@
-
- |
- |
- |
- |
-
- 2.0 2.0
- 1
- 2 2
- -2.0 -2.0
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+
+ 2.0 2.0
+ 1
+ 2 2
+ -2.0 -2.0
+
11 11
11 11
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
-
- -1 -1 -1 1 1 1
-
-
-
-
-
-
- 0 0 0
- 7 7
- 400 400
-
-
- 0 0 0
- 7 7
- 400 400
-
-
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
+ -1 -1 -1 1 1 1
+
+
+
+
+
+ 0 0 0
+ 7 7
+ 400 400
+
+
+ 0 0 0
+ 7 7
+ 400 400
+
+
+
diff --git a/tests/regression_tests/distribmat/results_true.dat b/tests/regression_tests/distribmat/results_true.dat
index 4613434ce..af7b27fe7 100644
--- a/tests/regression_tests/distribmat/results_true.dat
+++ b/tests/regression_tests/distribmat/results_true.dat
@@ -4,7 +4,7 @@ Cell
ID = 11
Name =
Fill = [2, None, 3, 2]
- Region = -9
+ Region = -1
Rotation = None
Translation = None
Volume = None
diff --git a/tests/regression_tests/distribmat/test.py b/tests/regression_tests/distribmat/test.py
index 33f64ba03..ab7897313 100644
--- a/tests/regression_tests/distribmat/test.py
+++ b/tests/regression_tests/distribmat/test.py
@@ -4,7 +4,8 @@ from tests.testing_harness import TestHarness, PyAPITestHarness
class DistribmatTestHarness(PyAPITestHarness):
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
####################
# Materials
####################
@@ -22,8 +23,8 @@ class DistribmatTestHarness(PyAPITestHarness):
light_fuel.set_density('g/cc', 2.0)
light_fuel.add_nuclide('U235', 1.0)
- mats_file = openmc.Materials([moderator, dense_fuel, light_fuel])
- mats_file.export_to_xml()
+ self._model.materials = openmc.Materials([moderator, dense_fuel,
+ light_fuel])
####################
# Geometry
@@ -54,8 +55,7 @@ class DistribmatTestHarness(PyAPITestHarness):
c101.region = +x0 & -x1 & +y0 & -y1
root_univ = openmc.Universe(universe_id=0, cells=[c101])
- geometry = openmc.Geometry(root_univ)
- geometry.export_to_xml()
+ self._model.geometry = openmc.Geometry(root_univ)
####################
# Settings
@@ -67,7 +67,7 @@ class DistribmatTestHarness(PyAPITestHarness):
sets_file.particles = 1000
sets_file.source = openmc.Source(space=openmc.stats.Box(
[-1, -1, -1], [1, 1, 1]))
- sets_file.export_to_xml()
+ self._model.settings = sets_file
####################
# Plots
@@ -89,8 +89,7 @@ class DistribmatTestHarness(PyAPITestHarness):
plot2.width = (7, 7)
plot2.pixels = (400, 400)
- plots = openmc.Plots([plot1, plot2])
- plots.export_to_xml()
+ self._model.plots = openmc.Plots([plot1, plot2])
def _get_results(self):
outstr = super()._get_results()
@@ -100,5 +99,5 @@ class DistribmatTestHarness(PyAPITestHarness):
def test_distribmat():
- harness = DistribmatTestHarness('statepoint.5.h5')
+ harness = DistribmatTestHarness('statepoint.5.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/eigenvalue_genperbatch/inputs_true.dat b/tests/regression_tests/eigenvalue_genperbatch/inputs_true.dat
index 7348663e8..225b23ffa 100644
--- a/tests/regression_tests/eigenvalue_genperbatch/inputs_true.dat
+++ b/tests/regression_tests/eigenvalue_genperbatch/inputs_true.dat
@@ -1,31 +1,30 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 7
- 3
- 3
-
-
- -4.0 -4.0 -4.0 4.0 4.0 4.0
-
-
-
-
-
-
- flux
-
-
+
+
+
+
+
+
+
+
+ |
+
+
+
+ eigenvalue
+ 1000
+ 7
+ 3
+ 3
+
+
+ -4.0 -4.0 -4.0 4.0 4.0 4.0
+
+
+
+
+
+ flux
+
+
+
diff --git a/tests/regression_tests/energy_cutoff/inputs_true.dat b/tests/regression_tests/energy_cutoff/inputs_true.dat
index bb02369dc..e874a0c7a 100644
--- a/tests/regression_tests/energy_cutoff/inputs_true.dat
+++ b/tests/regression_tests/energy_cutoff/inputs_true.dat
@@ -1,42 +1,41 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 100
- 10
-
-
- -1 -1 -1 1 1 1
-
-
-
-
- 4.0
-
-
-
-
-
- 0.0 4.0
-
-
- 1
- flux
-
-
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ fixed source
+ 100
+ 10
+
+
+ -1 -1 -1 1 1 1
+
+
+
+
+ 4.0
+
+
+
+
+ 0.0 4.0
+
+
+ 1
+ flux
+
+
+
diff --git a/tests/regression_tests/energy_cutoff/test.py b/tests/regression_tests/energy_cutoff/test.py
index d76edd9a0..e05d17f5f 100755
--- a/tests/regression_tests/energy_cutoff/test.py
+++ b/tests/regression_tests/energy_cutoff/test.py
@@ -4,7 +4,8 @@ from tests.testing_harness import PyAPITestHarness
class EnergyCutoffTestHarness(PyAPITestHarness):
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
# Set energy cutoff
energy_cutoff = 4.0
@@ -12,8 +13,7 @@ class EnergyCutoffTestHarness(PyAPITestHarness):
mat = openmc.Material(material_id=1, name='mat')
mat.set_density('atom/b-cm', 0.069335)
mat.add_nuclide('H1', 40.0)
- materials_file = openmc.Materials([mat])
- materials_file.export_to_xml()
+ self._model.materials = openmc.Materials([mat])
# Cell is box with reflective boundary
x1 = openmc.XPlane(surface_id=1, x0=-1)
@@ -29,8 +29,7 @@ class EnergyCutoffTestHarness(PyAPITestHarness):
box.fill = mat
root = openmc.Universe(universe_id=0, name='root universe')
root.add_cell(box)
- geometry = openmc.Geometry(root)
- geometry.export_to_xml()
+ self._model.geometry = openmc.Geometry(root)
# Set the running parameters
settings_file = openmc.Settings()
@@ -43,7 +42,7 @@ class EnergyCutoffTestHarness(PyAPITestHarness):
watt_dist = openmc.stats.Watt()
settings_file.source = openmc.source.Source(space=uniform_dist,
energy=watt_dist)
- settings_file.export_to_xml()
+ self._model.settings = settings_file
# Tally flux under energy cutoff
tallies = openmc.Tallies()
@@ -52,7 +51,7 @@ class EnergyCutoffTestHarness(PyAPITestHarness):
energy_filter = openmc.filter.EnergyFilter((0.0, energy_cutoff))
tally.filters = [energy_filter]
tallies.append(tally)
- tallies.export_to_xml()
+ self._model.tallies = tallies
def _get_results(self):
"""Digest info in the statepoint and return as a string."""
@@ -70,5 +69,5 @@ class EnergyCutoffTestHarness(PyAPITestHarness):
def test_energy_cutoff():
- harness = EnergyCutoffTestHarness('statepoint.10.h5')
+ harness = EnergyCutoffTestHarness('statepoint.10.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/energy_laws/inputs_true.dat b/tests/regression_tests/energy_laws/inputs_true.dat
index 2320b21d5..c89ccc97e 100644
--- a/tests/regression_tests/energy_laws/inputs_true.dat
+++ b/tests/regression_tests/energy_laws/inputs_true.dat
@@ -1,23 +1,23 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
diff --git a/tests/regression_tests/external_moab/inputs_true.dat b/tests/regression_tests/external_moab/inputs_true.dat
index af259eee4..2bcbad0df 100644
--- a/tests/regression_tests/external_moab/inputs_true.dat
+++ b/tests/regression_tests/external_moab/inputs_true.dat
@@ -1,73 +1,72 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 100
- 10
-
-
- 0.0 0.0 0.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- test_mesh_tets.h5m
-
-
- 1
-
-
- 1
- flux
- tracklength
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 100
+ 10
+
+
+ 0.0 0.0 0.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ test_mesh_tets.h5m
+
+
+ 1
+
+
+ 1
+ flux
+ tracklength
+
+
+
diff --git a/tests/regression_tests/external_moab/test.py b/tests/regression_tests/external_moab/test.py
index b9d307239..12e0e5425 100644
--- a/tests/regression_tests/external_moab/test.py
+++ b/tests/regression_tests/external_moab/test.py
@@ -162,8 +162,6 @@ def test_external_mesh(cpp_driver):
water_mat.set_density("atom/b-cm", 0.07416)
materials.append(water_mat)
- materials.export_to_xml()
-
# Geometry
fuel_min_x = openmc.XPlane(-5.0, name="minimum x")
fuel_max_x = openmc.XPlane(5.0, name="maximum x")
diff --git a/tests/regression_tests/filter_cellinstance/inputs_true.dat b/tests/regression_tests/filter_cellinstance/inputs_true.dat
index f9d3ca58d..d00aae75d 100644
--- a/tests/regression_tests/filter_cellinstance/inputs_true.dat
+++ b/tests/regression_tests/filter_cellinstance/inputs_true.dat
@@ -1,65 +1,64 @@
-
- |
- |
- |
- |
- |
- |
-
- 2 2
- 4 4
- -4 -4
-
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 2 2
+ 4 4
+ -4 -4
+
2 3 3 3
3 2 3 3
3 3 2 3
3 3 3 2
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
-
- 0.0 0.0 0.0
-
-
-
-
-
-
- 4 0 4 1 4 2 4 3 4 4 4 5 4 6 4 7 4 8 4 9 4 10 4 11 2 0 2 1 2 2 2 3 3 0 3 1 3 2 3 3
-
-
- 3 3 3 2 3 1 3 0 2 3 2 2 2 1 2 0 4 11 4 10 4 9 4 8 4 7 4 6 4 5 4 4 4 3 4 2 4 1 4 0
-
-
- 1
- total
-
-
- 2
- total
-
-
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
+ 0.0 0.0 0.0
+
+
+
+
+
+ 4 0 4 1 4 2 4 3 4 4 4 5 4 6 4 7 4 8 4 9 4 10 4 11 2 0 2 1 2 2 2 3 3 0 3 1 3 2 3 3
+
+
+ 3 3 3 2 3 1 3 0 2 3 2 2 2 1 2 0 4 11 4 10 4 9 4 8 4 7 4 6 4 5 4 4 4 3 4 2 4 1 4 0
+
+
+ 1
+ total
+
+
+ 2
+ total
+
+
+
diff --git a/tests/regression_tests/filter_energyfun/inputs_true.dat b/tests/regression_tests/filter_energyfun/inputs_true.dat
index db7f91ed0..706c70e34 100644
--- a/tests/regression_tests/filter_energyfun/inputs_true.dat
+++ b/tests/regression_tests/filter_energyfun/inputs_true.dat
@@ -1,106 +1,105 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
-
-
-
- 1e-05 0.369 1000.0 100000.0 600000.0 1000000.0 2000000.0 4000000.0 30000000.0
- 0.1 0.1 0.1333 0.158 0.18467 0.25618 0.4297 0.48 0.48
- linear-linear
-
-
- 1e-05 0.369 1000.0 100000.0 600000.0 1000000.0 2000000.0 4000000.0 30000000.0
- 0.1 0.1 0.1333 0.158 0.18467 0.25618 0.4297 0.48 0.48
- log-log
-
-
- 1e-05 0.369 1000.0 100000.0 600000.0 1000000.0 2000000.0 4000000.0 30000000.0
- 0.1 0.1 0.1333 0.158 0.18467 0.25618 0.4297 0.48 0.48
- linear-log
-
-
- 1e-05 0.369 1000.0 100000.0 600000.0 1000000.0 2000000.0 4000000.0 30000000.0
- 0.1 0.1 0.1333 0.158 0.18467 0.25618 0.4297 0.48 0.48
- log-linear
-
-
- 0.0 5000000.0 10000000.0 15000000.0
- 0.2 0.7 0.7 0.2
- linear-linear
-
-
- 0.0 5000000.0 10000000.0 15000000.0
- 0.2 0.7 0.7 0.2
- quadratic
-
-
- 0.0 5000000.0 10000000.0 15000000.0
- 0.2 0.7 0.7 0.2
- cubic
-
-
- 0.0 5000000.0 10000000.0 15000000.0
- 0.2 0.7 0.7 0.2
- histogram
-
-
- Am241
- (n,gamma)
-
-
- 1
- Am241
- (n,gamma)
-
-
- 3
- Am241
- (n,gamma)
-
-
- 4
- Am241
- (n,gamma)
-
-
- 5
- Am241
- (n,gamma)
-
-
- 6
- Am241
- (n,gamma)
-
-
- 7
- Am241
- (n,gamma)
-
-
- 8
- Am241
- (n,gamma)
-
-
- 9
- Am241
- (n,gamma)
-
-
+
+
+
+
+
+
+
+
+ |
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
+
+ 1e-05 0.369 1000.0 100000.0 600000.0 1000000.0 2000000.0 4000000.0 30000000.0
+ 0.1 0.1 0.1333 0.158 0.18467 0.25618 0.4297 0.48 0.48
+ linear-linear
+
+
+ 1e-05 0.369 1000.0 100000.0 600000.0 1000000.0 2000000.0 4000000.0 30000000.0
+ 0.1 0.1 0.1333 0.158 0.18467 0.25618 0.4297 0.48 0.48
+ log-log
+
+
+ 1e-05 0.369 1000.0 100000.0 600000.0 1000000.0 2000000.0 4000000.0 30000000.0
+ 0.1 0.1 0.1333 0.158 0.18467 0.25618 0.4297 0.48 0.48
+ linear-log
+
+
+ 1e-05 0.369 1000.0 100000.0 600000.0 1000000.0 2000000.0 4000000.0 30000000.0
+ 0.1 0.1 0.1333 0.158 0.18467 0.25618 0.4297 0.48 0.48
+ log-linear
+
+
+ 0.0 5000000.0 10000000.0 15000000.0
+ 0.2 0.7 0.7 0.2
+ linear-linear
+
+
+ 0.0 5000000.0 10000000.0 15000000.0
+ 0.2 0.7 0.7 0.2
+ quadratic
+
+
+ 0.0 5000000.0 10000000.0 15000000.0
+ 0.2 0.7 0.7 0.2
+ cubic
+
+
+ 0.0 5000000.0 10000000.0 15000000.0
+ 0.2 0.7 0.7 0.2
+ histogram
+
+
+ Am241
+ (n,gamma)
+
+
+ 1
+ Am241
+ (n,gamma)
+
+
+ 3
+ Am241
+ (n,gamma)
+
+
+ 4
+ Am241
+ (n,gamma)
+
+
+ 5
+ Am241
+ (n,gamma)
+
+
+ 6
+ Am241
+ (n,gamma)
+
+
+ 7
+ Am241
+ (n,gamma)
+
+
+ 8
+ Am241
+ (n,gamma)
+
+
+ 9
+ Am241
+ (n,gamma)
+
+
+
diff --git a/tests/regression_tests/filter_mesh/inputs_true.dat b/tests/regression_tests/filter_mesh/inputs_true.dat
index 8b08a2a3c..d0b617903 100644
--- a/tests/regression_tests/filter_mesh/inputs_true.dat
+++ b/tests/regression_tests/filter_mesh/inputs_true.dat
@@ -1,152 +1,151 @@
-
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
-
-
-
- 5
- -7.5
- 7.5
-
-
- 5 5
- -7.5 -7.5
- 7.5 7.5
-
-
- 5 5 5
- -7.5 -7.5 -7.5
- 7.5 7.5 7.5
-
-
- -7.5 -6.617647058823529 -5.735294117647059 -4.852941176470589 -3.9705882352941178 -3.0882352941176467 -2.2058823529411766 -1.3235294117647065 -0.4411764705882355 0.4411764705882355 1.3235294117647065 2.2058823529411757 3.0882352941176467 3.9705882352941178 4.852941176470587 5.735294117647058 6.617647058823529 7.5
- -7.5 -6.617647058823529 -5.735294117647059 -4.852941176470589 -3.9705882352941178 -3.0882352941176467 -2.2058823529411766 -1.3235294117647065 -0.4411764705882355 0.4411764705882355 1.3235294117647065 2.2058823529411757 3.0882352941176467 3.9705882352941178 4.852941176470587 5.735294117647058 6.617647058823529 7.5
- 1.0 1.223224374241637 1.4962778697388448 1.8302835609029084 2.2388474634702153 2.7386127875258306 3.3499379133114306 4.09772570775871 5.012437964687018 6.131336292779302 7.500000000000001
-
-
- 0.0 0.4411764705882353 0.8823529411764706 1.3235294117647058 1.7647058823529411 2.2058823529411766 2.6470588235294117 3.0882352941176467 3.5294117647058822 3.9705882352941178 4.411764705882353 4.852941176470588 5.294117647058823 5.735294117647059 6.1764705882352935 6.617647058823529 7.0588235294117645 7.5
- 0.0 0.3490658503988659 0.6981317007977318 1.0471975511965976 1.3962634015954636 1.7453292519943295 2.0943951023931953 2.443460952792061 2.792526803190927 3.141592653589793 3.490658503988659 3.839724354387525 4.1887902047863905 4.537856055185257 4.886921905584122 5.235987755982989 5.585053606381854 5.93411945678072 6.283185307179586
- -7.5 -6.5625 -5.625 -4.6875 -3.75 -2.8125 -1.875 -0.9375 0.0 0.9375 1.875 2.8125 3.75 4.6875 5.625 6.5625 7.5
- 0.0 0.0 0.0
-
-
- 0.0 0.4411764705882353 0.8823529411764706 1.3235294117647058 1.7647058823529411 2.2058823529411766 2.6470588235294117 3.0882352941176467 3.5294117647058822 3.9705882352941178 4.411764705882353 4.852941176470588 5.294117647058823 5.735294117647059 6.1764705882352935 6.617647058823529 7.0588235294117645 7.5
- 0.0 0.39269908169872414 0.7853981633974483 1.1780972450961724 1.5707963267948966 1.9634954084936207 2.356194490192345 2.748893571891069 3.141592653589793
- 0.0 0.3490658503988659 0.6981317007977318 1.0471975511965976 1.3962634015954636 1.7453292519943295 2.0943951023931953 2.443460952792061 2.792526803190927 3.141592653589793 3.490658503988659 3.839724354387525 4.1887902047863905 4.537856055185257 4.886921905584122 5.235987755982989 5.585053606381854 5.93411945678072 6.283185307179586
- 0.0 0.0 0.0
-
-
- 1
-
-
- 1
-
-
- 2
-
-
- 2
-
-
- 3
-
-
- 3
-
-
- 4
-
-
- 4
-
-
- 5
-
-
- 5
-
-
- 6
-
-
- 6
-
-
- 1
- total
-
-
- 7
- current
-
-
- 2
- total
-
-
- 8
- current
-
-
- 3
- total
-
-
- 9
- current
-
-
- 4
- total
-
-
- 10
- current
-
-
- 5
- total
-
-
- 11
- current
-
-
- 6
- total
-
-
- 12
- current
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
+
+ 5
+ -7.5
+ 7.5
+
+
+ 5 5
+ -7.5 -7.5
+ 7.5 7.5
+
+
+ 5 5 5
+ -7.5 -7.5 -7.5
+ 7.5 7.5 7.5
+
+
+ -7.5 -6.617647058823529 -5.735294117647059 -4.852941176470589 -3.9705882352941178 -3.0882352941176467 -2.2058823529411766 -1.3235294117647065 -0.4411764705882355 0.4411764705882355 1.3235294117647065 2.2058823529411757 3.0882352941176467 3.9705882352941178 4.852941176470587 5.735294117647058 6.617647058823529 7.5
+ -7.5 -6.617647058823529 -5.735294117647059 -4.852941176470589 -3.9705882352941178 -3.0882352941176467 -2.2058823529411766 -1.3235294117647065 -0.4411764705882355 0.4411764705882355 1.3235294117647065 2.2058823529411757 3.0882352941176467 3.9705882352941178 4.852941176470587 5.735294117647058 6.617647058823529 7.5
+ 1.0 1.223224374241637 1.4962778697388448 1.8302835609029084 2.2388474634702153 2.7386127875258306 3.3499379133114306 4.09772570775871 5.012437964687018 6.131336292779302 7.500000000000001
+
+
+ 0.0 0.4411764705882353 0.8823529411764706 1.3235294117647058 1.7647058823529411 2.2058823529411766 2.6470588235294117 3.0882352941176467 3.5294117647058822 3.9705882352941178 4.411764705882353 4.852941176470588 5.294117647058823 5.735294117647059 6.1764705882352935 6.617647058823529 7.0588235294117645 7.5
+ 0.0 0.3490658503988659 0.6981317007977318 1.0471975511965976 1.3962634015954636 1.7453292519943295 2.0943951023931953 2.443460952792061 2.792526803190927 3.141592653589793 3.490658503988659 3.839724354387525 4.1887902047863905 4.537856055185257 4.886921905584122 5.235987755982989 5.585053606381854 5.93411945678072 6.283185307179586
+ -7.5 -6.5625 -5.625 -4.6875 -3.75 -2.8125 -1.875 -0.9375 0.0 0.9375 1.875 2.8125 3.75 4.6875 5.625 6.5625 7.5
+ 0.0 0.0 0.0
+
+
+ 0.0 0.4411764705882353 0.8823529411764706 1.3235294117647058 1.7647058823529411 2.2058823529411766 2.6470588235294117 3.0882352941176467 3.5294117647058822 3.9705882352941178 4.411764705882353 4.852941176470588 5.294117647058823 5.735294117647059 6.1764705882352935 6.617647058823529 7.0588235294117645 7.5
+ 0.0 0.39269908169872414 0.7853981633974483 1.1780972450961724 1.5707963267948966 1.9634954084936207 2.356194490192345 2.748893571891069 3.141592653589793
+ 0.0 0.3490658503988659 0.6981317007977318 1.0471975511965976 1.3962634015954636 1.7453292519943295 2.0943951023931953 2.443460952792061 2.792526803190927 3.141592653589793 3.490658503988659 3.839724354387525 4.1887902047863905 4.537856055185257 4.886921905584122 5.235987755982989 5.585053606381854 5.93411945678072 6.283185307179586
+ 0.0 0.0 0.0
+
+
+ 1
+
+
+ 1
+
+
+ 2
+
+
+ 2
+
+
+ 3
+
+
+ 3
+
+
+ 4
+
+
+ 4
+
+
+ 5
+
+
+ 5
+
+
+ 6
+
+
+ 6
+
+
+ 1
+ total
+
+
+ 7
+ current
+
+
+ 2
+ total
+
+
+ 8
+ current
+
+
+ 3
+ total
+
+
+ 9
+ current
+
+
+ 4
+ total
+
+
+ 10
+ current
+
+
+ 5
+ total
+
+
+ 11
+ current
+
+
+ 6
+ total
+
+
+ 12
+ current
+
+
+
diff --git a/tests/regression_tests/filter_translations/inputs_true.dat b/tests/regression_tests/filter_translations/inputs_true.dat
index d38bec39f..8ed705413 100644
--- a/tests/regression_tests/filter_translations/inputs_true.dat
+++ b/tests/regression_tests/filter_translations/inputs_true.dat
@@ -1,84 +1,83 @@
-
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
-
-
-
- 3 4 5
- -9 -9 -9
- 9 9 9
-
-
- -9.0 0.0 9.0
- -9.0 -3.0 3.0 9.0
- -9.0 -4.5 0.0 4.5 9.0
-
-
- 3 4 5
- -19 -4 -9
- -1 14 9
-
-
- -19.0 -10.0 -1.0
- -4.0 2.0 8.0 14.0
- -9.0 -4.5 0.0 4.5 9.0
-
-
- 1
-
-
- 2
-
-
- 3
-
-
- 4
-
-
- 1
- total
-
-
- 2
- total
-
-
- 3
- total
-
-
- 4
- total
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
+
+ 3 4 5
+ -9 -9 -9
+ 9 9 9
+
+
+ -9.0 0.0 9.0
+ -9.0 -3.0 3.0 9.0
+ -9.0 -4.5 0.0 4.5 9.0
+
+
+ 3 4 5
+ -19 -4 -9
+ -1 14 9
+
+
+ -19.0 -10.0 -1.0
+ -4.0 2.0 8.0 14.0
+ -9.0 -4.5 0.0 4.5 9.0
+
+
+ 1
+
+
+ 2
+
+
+ 3
+
+
+ 4
+
+
+ 1
+ total
+
+
+ 2
+ total
+
+
+ 3
+ total
+
+
+ 4
+ total
+
+
+
diff --git a/tests/regression_tests/fixed_source/inputs_true.dat b/tests/regression_tests/fixed_source/inputs_true.dat
index f1aebb3b2..57dcdb724 100644
--- a/tests/regression_tests/fixed_source/inputs_true.dat
+++ b/tests/regression_tests/fixed_source/inputs_true.dat
@@ -1,31 +1,30 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 100
- 10
-
-
- 0.0 0.0 0.0
-
-
- 294
-
-
-
-
- flux
-
-
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ fixed source
+ 100
+ 10
+
+
+ 0.0 0.0 0.0
+
+
+ 294
+
+
+
+ flux
+
+
+
diff --git a/tests/regression_tests/iso_in_lab/inputs_true.dat b/tests/regression_tests/iso_in_lab/inputs_true.dat
index 2a302ada6..6dd8578ff 100644
--- a/tests/regression_tests/iso_in_lab/inputs_true.dat
+++ b/tests/regression_tests/iso_in_lab/inputs_true.dat
@@ -1,38 +1,199 @@
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
- 1.26 1.26
- 17 17
- -10.71 -10.71
-
+
+
+
+
+
+
+
+
+
+ U234 U235 U238 Xe135 O16
+
+
+
+
+
+
+
+
+ Zr90 Zr91 Zr92 Zr94 Zr96
+
+
+
+
+
+
+
+
+ H1 O16 B10 B11
+
+
+
+
+
+
+
+
+ H1 O16 B10 B11
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Fe54 Fe56 Fe57 Fe58 Ni58 Ni60 Mn55 Cr52 C0 Cu63
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ H1 O16 B10 B11 Fe54 Fe56 Fe57 Fe58 Ni58 Mn55 Cr52
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ H1 O16 B10 B11 Fe54 Fe56 Fe57 Fe58 Ni58 Mn55 Cr52
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ H1 O16 B10 B11 Fe54 Fe56 Fe57 Fe58 Ni58 Mn55 Cr52
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ H1 O16 B10 B11 Fe54 Fe56 Fe57 Fe58 Ni58 Mn55 Cr52
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ H1 O16 B10 B11 Fe54 Fe56 Fe57 Fe58 Ni58 Mn55 Cr52
+
+
+
+
+
+
+
+
+
+
+
+
+
+ H1 O16 B10 B11 Zr90 Zr91 Zr92 Zr94 Zr96
+
+
+
+
+
+
+
+
+
+
+
+
+
+ H1 O16 B10 B11 Zr90 Zr91 Zr92 Zr94 Zr96
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 1.26 1.26
+ 17 17
+ -10.71 -10.71
+
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 2 1 1 2 1 1 2 1 1 1 1 1
@@ -50,12 +211,12 @@
1 1 1 1 1 2 1 1 2 1 1 2 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
-
-
- 1.26 1.26
- 17 17
- -10.71 -10.71
-
+
+
+ 1.26 1.26
+ 17 17
+ -10.71 -10.71
+
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 4 3 3 4 3 3 4 3 3 3 3 3
@@ -73,12 +234,12 @@
3 3 3 3 3 4 3 3 4 3 3 4 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
-
-
- 21.42 21.42
- 21 21
- -224.91 -224.91
-
+
+
+ 21.42 21.42
+ 21 21
+ -224.91 -224.91
+
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 6 6 6 6 6 6 6 5 5 5 5 5 5 5
@@ -100,12 +261,12 @@
5 5 5 5 5 5 5 6 6 6 6 6 6 6 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
-
-
- 21.42 21.42
- 21 21
- -224.91 -224.91
-
+
+
+ 21.42 21.42
+ 21 21
+ -224.91 -224.91
+
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 8 8 8 8 8 8 8 7 7 7 7 7 7 7
@@ -127,195 +288,34 @@
7 7 7 7 7 7 7 8 8 8 8 8 8 8 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- U234 U235 U238 Xe135 O16
-
-
-
-
-
-
-
-
- Zr90 Zr91 Zr92 Zr94 Zr96
-
-
-
-
-
-
-
-
- H1 O16 B10 B11
-
-
-
-
-
-
-
-
- H1 O16 B10 B11
-
-
-
-
-
-
-
-
-
-
-
-
-
- Fe54 Fe56 Fe57 Fe58 Ni58 Ni60 Mn55 Cr52 C0 Cu63
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- H1 O16 B10 B11 Fe54 Fe56 Fe57 Fe58 Ni58 Mn55 Cr52
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- H1 O16 B10 B11 Fe54 Fe56 Fe57 Fe58 Ni58 Mn55 Cr52
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- H1 O16 B10 B11 Fe54 Fe56 Fe57 Fe58 Ni58 Mn55 Cr52
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- H1 O16 B10 B11 Fe54 Fe56 Fe57 Fe58 Ni58 Mn55 Cr52
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- H1 O16 B10 B11 Fe54 Fe56 Fe57 Fe58 Ni58 Mn55 Cr52
-
-
-
-
-
-
-
-
-
-
-
-
-
- H1 O16 B10 B11 Zr90 Zr91 Zr92 Zr94 Zr96
-
-
-
-
-
-
-
-
-
-
-
-
-
- H1 O16 B10 B11 Zr90 Zr91 Zr92 Zr94 Zr96
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -160 -160 -183 160 160 183
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -160 -160 -183 160 160 183
+
+
+
+
diff --git a/tests/regression_tests/lattice_hex_coincident/inputs_true.dat b/tests/regression_tests/lattice_hex_coincident/inputs_true.dat
index 0388a4f55..639235726 100644
--- a/tests/regression_tests/lattice_hex_coincident/inputs_true.dat
+++ b/tests/regression_tests/lattice_hex_coincident/inputs_true.dat
@@ -1,81 +1,81 @@
-
- |
- |
- |
- |
- |
- |
- |
- |
-
- 1.4
- 11
- 0.0 0.0
-
- 10
-10 10
- 9
-10 10
- 10
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 2
-
-
- -0.9899494936611666 -0.9899494936611666 0.0 0.9899494936611666 0.9899494936611666 10.0
-
-
-
- 22
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 1.4
+ 3
+ 0.0 0.0
+
+ 2
+2 2
+ 1
+2 2
+ 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 2
+
+
+ -0.9899494936611666 -0.9899494936611666 0.0 0.9899494936611666 0.9899494936611666 10.0
+
+
+
+ 22
+
+
diff --git a/tests/regression_tests/lattice_hex_coincident/test.py b/tests/regression_tests/lattice_hex_coincident/test.py
index 30bc470f2..fae7f939b 100644
--- a/tests/regression_tests/lattice_hex_coincident/test.py
+++ b/tests/regression_tests/lattice_hex_coincident/test.py
@@ -6,7 +6,8 @@ from tests.testing_harness import PyAPITestHarness
class HexLatticeCoincidentTestHarness(PyAPITestHarness):
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
materials = openmc.Materials()
fuel_mat = openmc.Material()
@@ -40,7 +41,7 @@ class HexLatticeCoincidentTestHarness(PyAPITestHarness):
zirc.add_nuclide('Zr96', 1.131E-03, 'ao')
materials.append(zirc)
- materials.export_to_xml()
+ self._model.materials = materials
### Geometry ###
pin_rad = 0.7 # cm
@@ -124,8 +125,7 @@ class HexLatticeCoincidentTestHarness(PyAPITestHarness):
root_univ = openmc.Universe(name="root universe", cells=[pincell_only_cell,])
- geom = openmc.Geometry(root_univ)
- geom.export_to_xml()
+ self._model.geometry = openmc.Geometry(root_univ)
### Settings ###
@@ -144,8 +144,9 @@ class HexLatticeCoincidentTestHarness(PyAPITestHarness):
settings.inactive = 2
settings.particles = 1000
settings.seed = 22
- settings.export_to_xml()
+ self._model.settings = settings
def test_lattice_hex_coincident_surf():
- harness = HexLatticeCoincidentTestHarness('statepoint.5.h5')
+ harness = HexLatticeCoincidentTestHarness('statepoint.5.h5',
+ model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/lattice_hex_x/inputs_true.dat b/tests/regression_tests/lattice_hex_x/inputs_true.dat
index b528a97b7..2cff10f75 100644
--- a/tests/regression_tests/lattice_hex_x/inputs_true.dat
+++ b/tests/regression_tests/lattice_hex_x/inputs_true.dat
@@ -1,23 +1,53 @@
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
- 1.235 5.0
- 4
- 0.0 0.0 5.0
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 1.235 5.0
+ 4
+ 0.0 0.0 5.0
+
1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1
@@ -60,64 +90,34 @@
1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
-
- -13.62546635287517 -13.62546635287517 0.0 13.62546635287517 13.62546635287517 10.0
-
-
- 22
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
+ -13.62546635287517 -13.62546635287517 0.0 13.62546635287517 13.62546635287517 10.0
+
+
+ 22
+
+
diff --git a/tests/regression_tests/lattice_hex_x/test.py b/tests/regression_tests/lattice_hex_x/test.py
index ecb27c9c2..e582c68ae 100644
--- a/tests/regression_tests/lattice_hex_x/test.py
+++ b/tests/regression_tests/lattice_hex_x/test.py
@@ -4,8 +4,8 @@ import numpy as np
class HexLatticeOXTestHarness(PyAPITestHarness):
-
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
materials = openmc.Materials()
fuel_mat = openmc.Material(material_id=1, name="UO2")
@@ -35,7 +35,7 @@ class HexLatticeOXTestHarness(PyAPITestHarness):
zirc.add_element('Zr', 4.23e-2)
materials.append(zirc)
- materials.export_to_xml()
+ self._model.materials = materials
# Geometry #
@@ -165,7 +165,7 @@ class HexLatticeOXTestHarness(PyAPITestHarness):
(4, 21), (5, 20), (4, 27), (5, 25), (4, 33)]
for i, j in channels:
universes[i][j] = abs_ch_univ
- lattice = openmc.HexLattice(name="regular fuel assembly")
+ lattice = openmc.HexLattice(lattice_id=6, name="regular fuel assembly")
lattice.orientation = "x"
lattice.center = (0., 0., length/2.0)
lattice.pitch = (assembly_pitch, length/2.0)
@@ -180,8 +180,7 @@ class HexLatticeOXTestHarness(PyAPITestHarness):
root_univ = openmc.Universe(universe_id=5, name="root universe",
cells=[assembly_cell])
- geom = openmc.Geometry(root_univ)
- geom.export_to_xml()
+ self._model.geometry = openmc.Geometry(root_univ)
# Settings #
@@ -198,9 +197,9 @@ class HexLatticeOXTestHarness(PyAPITestHarness):
settings.inactive = 5
settings.particles = 1000
settings.seed = 22
- settings.export_to_xml()
+ self._model.settings = settings
def test_lattice_hex_ox_surf():
- harness = HexLatticeOXTestHarness('statepoint.10.h5')
+ harness = HexLatticeOXTestHarness('statepoint.10.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/lattice_multiple/inputs_true.dat b/tests/regression_tests/lattice_multiple/inputs_true.dat
index c92e841bc..0eed3c201 100644
--- a/tests/regression_tests/lattice_multiple/inputs_true.dat
+++ b/tests/regression_tests/lattice_multiple/inputs_true.dat
@@ -1,53 +1,53 @@
-
- |
- |
- |
- |
- |
- |
-
- 1.2 1.2
- 1
- 2 2
- -1.2 -1.2
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 1.2 1.2
+ 1
+ 2 2
+ -1.2 -1.2
+
2 1
1 1
-
-
- 2.4 2.4
- 2 2
- -2.4 -2.4
-
+
+
+ 2.4 2.4
+ 2 2
+ -2.4 -2.4
+
4 4
4 4
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
diff --git a/tests/regression_tests/lattice_rotated/inputs_true.dat b/tests/regression_tests/lattice_rotated/inputs_true.dat
index 8ee34b4f3..8e54bdf88 100644
--- a/tests/regression_tests/lattice_rotated/inputs_true.dat
+++ b/tests/regression_tests/lattice_rotated/inputs_true.dat
@@ -1,18 +1,35 @@
-
- |
- |
- |
- |
- |
- |
- |
- |
-
- 1.25
- 30
- 0.0 0.0
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 1.25
+ 30
+ 0.0 0.0
+
2
1 1
1 2 1
@@ -22,50 +39,33 @@
1 1 1
1 1
1
-
-
- 1.25 1.25
- 30
- 4 4
- -2.5 -2.5
-
+
+
+ 1.25 1.25
+ 30
+ 4 4
+ -2.5 -2.5
+
2 2 2 2
1 1 1 1
1 1 1 1
1 1 1 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
-
- 0.0 0.0 0.0
-
-
-
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
+ 0.0 0.0 0.0
+
+
+
+
diff --git a/tests/regression_tests/mg_basic/inputs_true.dat b/tests/regression_tests/mg_basic/inputs_true.dat
index 4f2fd3f0b..06406b5f2 100644
--- a/tests/regression_tests/mg_basic/inputs_true.dat
+++ b/tests/regression_tests/mg_basic/inputs_true.dat
@@ -1,64 +1,64 @@
-
- |
- |
- |
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
- 2g.h5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
-
- 0.0 -1000.0 -1000.0 154.90833333333333 1000.0 1000.0
-
-
-
- multi-group
-
- false
-
-
+
+
+ 2g.h5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
+ 0.0 -1000.0 -1000.0 154.90833333333333 1000.0 1000.0
+
+
+
+ multi-group
+
+ false
+
+
+
diff --git a/tests/regression_tests/mg_basic_delayed/inputs_true.dat b/tests/regression_tests/mg_basic_delayed/inputs_true.dat
index 9fb7afe7e..05108d87d 100644
--- a/tests/regression_tests/mg_basic_delayed/inputs_true.dat
+++ b/tests/regression_tests/mg_basic_delayed/inputs_true.dat
@@ -1,63 +1,63 @@
-
- |
- |
- |
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
- 2g.h5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
-
- 0.0 -1000.0 -1000.0 154.90833333333333 1000.0 1000.0
-
-
-
- multi-group
-
- false
-
-
+
+
+ 2g.h5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
+ 0.0 -1000.0 -1000.0 154.90833333333333 1000.0 1000.0
+
+
+
+ multi-group
+
+ false
+
+
+
diff --git a/tests/regression_tests/mg_convert/inputs_true.dat b/tests/regression_tests/mg_convert/inputs_true.dat
index 753c0d304..9276a7a7b 100644
--- a/tests/regression_tests/mg_convert/inputs_true.dat
+++ b/tests/regression_tests/mg_convert/inputs_true.dat
@@ -1,29 +1,29 @@
-
- |
-
-
-
-
-
-
-
- mgxs.h5
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -5 -5 -5 5 5 5
-
-
- multi-group
-
+
+
+ mgxs.h5
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -5 -5 -5 5 5 5
+
+
+ multi-group
+
+
diff --git a/tests/regression_tests/mg_convert/test.py b/tests/regression_tests/mg_convert/test.py
index c6ab485ea..d9c4a57bd 100755
--- a/tests/regression_tests/mg_convert/test.py
+++ b/tests/regression_tests/mg_convert/test.py
@@ -61,7 +61,8 @@ def build_mgxs_library(convert):
class MGXSTestHarness(PyAPITestHarness):
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
# Instantiate some Macroscopic Data
uo2_data = openmc.Macroscopic('UO2')
@@ -73,7 +74,7 @@ class MGXSTestHarness(PyAPITestHarness):
# Instantiate a Materials collection and export to XML
materials_file = openmc.Materials([mat])
materials_file.cross_sections = "./mgxs.h5"
- materials_file.export_to_xml()
+ self._model.materials = materials_file
# Instantiate ZCylinder surfaces
left = openmc.XPlane(surface_id=4, x0=-5., name='left')
@@ -102,8 +103,7 @@ class MGXSTestHarness(PyAPITestHarness):
root.add_cells([fuel])
# Instantiate a Geometry, register the root Universe, and export to XML
- geometry = openmc.Geometry(root)
- geometry.export_to_xml()
+ self._model.geometry = openmc.Geometry(root)
settings_file = openmc.Settings()
settings_file.energy_mode = "multi-group"
@@ -116,7 +116,7 @@ class MGXSTestHarness(PyAPITestHarness):
uniform_dist = openmc.stats.Box(bounds[:3], bounds[3:])
settings_file.source = openmc.source.Source(space=uniform_dist)
- settings_file.export_to_xml()
+ self._model.settings = settings_file
def _run_openmc(self):
# Run multiple conversions to compare results
@@ -194,5 +194,5 @@ class MGXSTestHarness(PyAPITestHarness):
def test_mg_convert():
- harness = MGXSTestHarness('statepoint.10.h5')
+ harness = MGXSTestHarness('statepoint.10.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/mg_legendre/inputs_true.dat b/tests/regression_tests/mg_legendre/inputs_true.dat
index ad3b434e6..d90dfb802 100644
--- a/tests/regression_tests/mg_legendre/inputs_true.dat
+++ b/tests/regression_tests/mg_legendre/inputs_true.dat
@@ -1,33 +1,33 @@
-
- |
-
-
-
-
-
- 2g.h5
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
-
- 0.0 -1000.0 -1000.0 929.45 1000.0 1000.0
-
-
-
- multi-group
-
- false
-
-
+
+
+ 2g.h5
+
+
+
+
+
+
+ |
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
+ 0.0 -1000.0 -1000.0 929.45 1000.0 1000.0
+
+
+
+ multi-group
+
+ false
+
+
+
diff --git a/tests/regression_tests/mg_max_order/inputs_true.dat b/tests/regression_tests/mg_max_order/inputs_true.dat
index 2ac83852c..9bfcd54df 100644
--- a/tests/regression_tests/mg_max_order/inputs_true.dat
+++ b/tests/regression_tests/mg_max_order/inputs_true.dat
@@ -1,34 +1,34 @@
-
- |
-
-
-
-
-
- 2g.h5
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
-
- 0.0 -1000.0 -1000.0 929.45 1000.0 1000.0
-
-
-
- multi-group
- 1
-
- false
-
-
+
+
+ 2g.h5
+
+
+
+
+
+
+ |
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
+ 0.0 -1000.0 -1000.0 929.45 1000.0 1000.0
+
+
+
+ multi-group
+ 1
+
+ false
+
+
+
diff --git a/tests/regression_tests/mg_survival_biasing/inputs_true.dat b/tests/regression_tests/mg_survival_biasing/inputs_true.dat
index 5ece3ce9f..a3a2a726f 100644
--- a/tests/regression_tests/mg_survival_biasing/inputs_true.dat
+++ b/tests/regression_tests/mg_survival_biasing/inputs_true.dat
@@ -1,34 +1,34 @@
-
- |
-
-
-
-
-
- 2g.h5
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
-
- 0.0 -1000.0 -1000.0 929.45 1000.0 1000.0
-
-
-
- multi-group
- true
-
- false
-
-
+
+
+ 2g.h5
+
+
+
+
+
+
+ |
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
+ 0.0 -1000.0 -1000.0 929.45 1000.0 1000.0
+
+
+
+ multi-group
+ true
+
+ false
+
+
+
diff --git a/tests/regression_tests/mg_tallies/inputs_true.dat b/tests/regression_tests/mg_tallies/inputs_true.dat
index 562958722..bdd41c7f8 100644
--- a/tests/regression_tests/mg_tallies/inputs_true.dat
+++ b/tests/regression_tests/mg_tallies/inputs_true.dat
@@ -1,165 +1,164 @@
-
- |
-
-
-
-
-
- 2g.h5
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
-
- 0.0 -1000.0 -1000.0 929.45 1000.0 1000.0
-
-
-
- multi-group
-
- false
-
-
-
-
-
- 10 1 1
- 0.0 0.0 0.0
- 929.45 1000 1000
-
-
- 1
-
-
- 1
-
-
- 0.0 20000000.0
-
-
- 0.0 20000000.0
-
-
- 0.0 0.625 20000000.0
-
-
- 0.0 0.625 20000000.0
-
-
- 5
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
- analog
-
-
- 5
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
- tracklength
-
-
- 6 1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux scatter nu-scatter
- analog
-
-
- 6 1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
- collision
-
-
- 6 1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
- tracklength
-
-
- 6 1 2
- scatter nu-scatter nu-fission
-
-
- 6 3
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux scatter nu-scatter
- analog
-
-
- 6 3
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
- collision
-
-
- 6 3
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
- tracklength
-
-
- 6 3 4
- scatter nu-scatter nu-fission
-
-
- 5
- mat_1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
- analog
-
-
- 5
- mat_1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
- tracklength
-
-
- 6 1
- mat_1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate scatter nu-scatter
- analog
-
-
- 6 1
- mat_1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
- collision
-
-
- 6 1
- mat_1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
- tracklength
-
-
- 6 1 2
- mat_1
- scatter nu-scatter nu-fission
-
-
- 6 3
- mat_1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate scatter nu-scatter
- analog
-
-
- 6 3
- mat_1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
- collision
-
-
- 6 3
- mat_1
- total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
- tracklength
-
-
- 6 3 4
- mat_1
- scatter nu-scatter nu-fission
-
-
+
+
+ 2g.h5
+
+
+
+
+
+
+ |
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
+ 0.0 -1000.0 -1000.0 929.45 1000.0 1000.0
+
+
+
+ multi-group
+
+ false
+
+
+
+
+ 10 1 1
+ 0.0 0.0 0.0
+ 929.45 1000 1000
+
+
+ 1
+
+
+ 1
+
+
+ 0.0 20000000.0
+
+
+ 0.0 20000000.0
+
+
+ 0.0 0.625 20000000.0
+
+
+ 0.0 0.625 20000000.0
+
+
+ 5
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
+ analog
+
+
+ 5
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
+ tracklength
+
+
+ 6 1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux scatter nu-scatter
+ analog
+
+
+ 6 1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
+ collision
+
+
+ 6 1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
+ tracklength
+
+
+ 6 1 2
+ scatter nu-scatter nu-fission
+
+
+ 6 3
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux scatter nu-scatter
+ analog
+
+
+ 6 3
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
+ collision
+
+
+ 6 3
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate flux
+ tracklength
+
+
+ 6 3 4
+ scatter nu-scatter nu-fission
+
+
+ 5
+ mat_1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
+ analog
+
+
+ 5
+ mat_1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
+ tracklength
+
+
+ 6 1
+ mat_1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate scatter nu-scatter
+ analog
+
+
+ 6 1
+ mat_1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
+ collision
+
+
+ 6 1
+ mat_1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
+ tracklength
+
+
+ 6 1 2
+ mat_1
+ scatter nu-scatter nu-fission
+
+
+ 6 3
+ mat_1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate scatter nu-scatter
+ analog
+
+
+ 6 3
+ mat_1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
+ collision
+
+
+ 6 3
+ mat_1
+ total absorption fission nu-fission inverse-velocity prompt-nu-fission delayed-nu-fission kappa-fission events decay-rate
+ tracklength
+
+
+ 6 3 4
+ mat_1
+ scatter nu-scatter nu-fission
+
+
+
diff --git a/tests/regression_tests/mgxs_library_ce_to_mg/inputs_true.dat b/tests/regression_tests/mgxs_library_ce_to_mg/inputs_true.dat
index bc5c4b2d4..533160577 100644
--- a/tests/regression_tests/mgxs_library_ce_to_mg/inputs_true.dat
+++ b/tests/regression_tests/mgxs_library_ce_to_mg/inputs_true.dat
@@ -1,251 +1,250 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -0.63 -0.63 -1 0.63 0.63 1
-
-
-
-
-
-
- 1
-
-
- 0.0 0.625 20000000.0
-
-
- 0.0 0.625 20000000.0
-
-
- 3
-
-
- 2
-
-
- 3
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 7
- total
- nu-fission
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 7 11
- total
- nu-scatter
- analog
-
-
- 1 2 7
- total
- nu-scatter
- analog
-
-
- 1 2 7
- total
- scatter
- analog
-
-
- 15 2
- total
- flux
- tracklength
-
-
- 15 2
- total
- total
- tracklength
-
-
- 15 2
- total
- flux
- tracklength
-
-
- 15 2
- total
- absorption
- tracklength
-
-
- 15 2
- total
- flux
- analog
-
-
- 15 2 7
- total
- nu-fission
- analog
-
-
- 15 2
- total
- flux
- analog
-
-
- 15 2 7 11
- total
- nu-scatter
- analog
-
-
- 15 2 7
- total
- nu-scatter
- analog
-
-
- 15 2 7
- total
- scatter
- analog
-
-
- 29 2
- total
- flux
- tracklength
-
-
- 29 2
- total
- total
- tracklength
-
-
- 29 2
- total
- flux
- tracklength
-
-
- 29 2
- total
- absorption
- tracklength
-
-
- 29 2
- total
- flux
- analog
-
-
- 29 2 7
- total
- nu-fission
- analog
-
-
- 29 2
- total
- flux
- analog
-
-
- 29 2 7 11
- total
- nu-scatter
- analog
-
-
- 29 2 7
- total
- nu-scatter
- analog
-
-
- 29 2 7
- total
- scatter
- analog
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -0.63 -0.63 -1 0.63 0.63 1
+
+
+
+
+
+ 1
+
+
+ 0.0 0.625 20000000.0
+
+
+ 0.0 0.625 20000000.0
+
+
+ 3
+
+
+ 2
+
+
+ 3
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 7
+ total
+ nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 7 11
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 7
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 7
+ total
+ scatter
+ analog
+
+
+ 15 2
+ total
+ flux
+ tracklength
+
+
+ 15 2
+ total
+ total
+ tracklength
+
+
+ 15 2
+ total
+ flux
+ tracklength
+
+
+ 15 2
+ total
+ absorption
+ tracklength
+
+
+ 15 2
+ total
+ flux
+ analog
+
+
+ 15 2 7
+ total
+ nu-fission
+ analog
+
+
+ 15 2
+ total
+ flux
+ analog
+
+
+ 15 2 7 11
+ total
+ nu-scatter
+ analog
+
+
+ 15 2 7
+ total
+ nu-scatter
+ analog
+
+
+ 15 2 7
+ total
+ scatter
+ analog
+
+
+ 29 2
+ total
+ flux
+ tracklength
+
+
+ 29 2
+ total
+ total
+ tracklength
+
+
+ 29 2
+ total
+ flux
+ tracklength
+
+
+ 29 2
+ total
+ absorption
+ tracklength
+
+
+ 29 2
+ total
+ flux
+ analog
+
+
+ 29 2 7
+ total
+ nu-fission
+ analog
+
+
+ 29 2
+ total
+ flux
+ analog
+
+
+ 29 2 7 11
+ total
+ nu-scatter
+ analog
+
+
+ 29 2 7
+ total
+ nu-scatter
+ analog
+
+
+ 29 2 7
+ total
+ scatter
+ analog
+
+
+
diff --git a/tests/regression_tests/mgxs_library_ce_to_mg/test.py b/tests/regression_tests/mgxs_library_ce_to_mg/test.py
index 72f052e68..4dff67323 100644
--- a/tests/regression_tests/mgxs_library_ce_to_mg/test.py
+++ b/tests/regression_tests/mgxs_library_ce_to_mg/test.py
@@ -48,15 +48,12 @@ class MGXSTestHarness(PyAPITestHarness):
# Modify materials and settings so we can run in MG mode
self._model.materials.cross_sections = './mgxs.h5'
self._model.settings.energy_mode = 'multi-group'
+ # Dont need tallies so clear them from the model
+ self._model.tallies = openmc.Tallies()
# Write modified input files
- self._model.settings.export_to_xml()
- self._model.geometry.export_to_xml()
- self._model.materials.export_to_xml()
+ self._model.export_to_model_xml()
self._model.mgxs_file.export_to_hdf5()
- # Dont need tallies.xml, so remove the file
- if os.path.exists('tallies.xml'):
- os.remove('tallies.xml')
# Enforce closing statepoint and summary files so HDF5
# does not throw an error during the next OpenMC execution
diff --git a/tests/regression_tests/mgxs_library_ce_to_mg_nuclides/inputs_true.dat b/tests/regression_tests/mgxs_library_ce_to_mg_nuclides/inputs_true.dat
index 576f27966..fe154a018 100644
--- a/tests/regression_tests/mgxs_library_ce_to_mg_nuclides/inputs_true.dat
+++ b/tests/regression_tests/mgxs_library_ce_to_mg_nuclides/inputs_true.dat
@@ -1,251 +1,250 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -0.63 -0.63 -1 0.63 0.63 1
-
-
-
-
-
-
- 1
-
-
- 0.0 0.625 20000000.0
-
-
- 0.0 0.625 20000000.0
-
-
- 3
-
-
- 2
-
-
- 3
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- total
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- absorption
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 7
- U234 U235 U238 O16
- nu-fission
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 7 11
- U234 U235 U238 O16
- nu-scatter
- analog
-
-
- 1 2 7
- U234 U235 U238 O16
- nu-scatter
- analog
-
-
- 1 2 7
- U234 U235 U238 O16
- scatter
- analog
-
-
- 15 2
- total
- flux
- tracklength
-
-
- 15 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- total
- tracklength
-
-
- 15 2
- total
- flux
- tracklength
-
-
- 15 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- absorption
- tracklength
-
-
- 15 2
- total
- flux
- analog
-
-
- 15 2 7
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-fission
- analog
-
-
- 15 2
- total
- flux
- analog
-
-
- 15 2 7 11
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-scatter
- analog
-
-
- 15 2 7
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-scatter
- analog
-
-
- 15 2 7
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- analog
-
-
- 29 2
- total
- flux
- tracklength
-
-
- 29 2
- H1 O16 B10 B11
- total
- tracklength
-
-
- 29 2
- total
- flux
- tracklength
-
-
- 29 2
- H1 O16 B10 B11
- absorption
- tracklength
-
-
- 29 2
- total
- flux
- analog
-
-
- 29 2 7
- H1 O16 B10 B11
- nu-fission
- analog
-
-
- 29 2
- total
- flux
- analog
-
-
- 29 2 7 11
- H1 O16 B10 B11
- nu-scatter
- analog
-
-
- 29 2 7
- H1 O16 B10 B11
- nu-scatter
- analog
-
-
- 29 2 7
- H1 O16 B10 B11
- scatter
- analog
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -0.63 -0.63 -1 0.63 0.63 1
+
+
+
+
+
+ 1
+
+
+ 0.0 0.625 20000000.0
+
+
+ 0.0 0.625 20000000.0
+
+
+ 3
+
+
+ 2
+
+
+ 3
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 7
+ U234 U235 U238 O16
+ nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 7 11
+ U234 U235 U238 O16
+ nu-scatter
+ analog
+
+
+ 1 2 7
+ U234 U235 U238 O16
+ nu-scatter
+ analog
+
+
+ 1 2 7
+ U234 U235 U238 O16
+ scatter
+ analog
+
+
+ 15 2
+ total
+ flux
+ tracklength
+
+
+ 15 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ total
+ tracklength
+
+
+ 15 2
+ total
+ flux
+ tracklength
+
+
+ 15 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ absorption
+ tracklength
+
+
+ 15 2
+ total
+ flux
+ analog
+
+
+ 15 2 7
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-fission
+ analog
+
+
+ 15 2
+ total
+ flux
+ analog
+
+
+ 15 2 7 11
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-scatter
+ analog
+
+
+ 15 2 7
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-scatter
+ analog
+
+
+ 15 2 7
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ analog
+
+
+ 29 2
+ total
+ flux
+ tracklength
+
+
+ 29 2
+ H1 O16 B10 B11
+ total
+ tracklength
+
+
+ 29 2
+ total
+ flux
+ tracklength
+
+
+ 29 2
+ H1 O16 B10 B11
+ absorption
+ tracklength
+
+
+ 29 2
+ total
+ flux
+ analog
+
+
+ 29 2 7
+ H1 O16 B10 B11
+ nu-fission
+ analog
+
+
+ 29 2
+ total
+ flux
+ analog
+
+
+ 29 2 7 11
+ H1 O16 B10 B11
+ nu-scatter
+ analog
+
+
+ 29 2 7
+ H1 O16 B10 B11
+ nu-scatter
+ analog
+
+
+ 29 2 7
+ H1 O16 B10 B11
+ scatter
+ analog
+
+
+
diff --git a/tests/regression_tests/mgxs_library_ce_to_mg_nuclides/test.py b/tests/regression_tests/mgxs_library_ce_to_mg_nuclides/test.py
index b624140d4..ee0cdf0d9 100644
--- a/tests/regression_tests/mgxs_library_ce_to_mg_nuclides/test.py
+++ b/tests/regression_tests/mgxs_library_ce_to_mg_nuclides/test.py
@@ -48,15 +48,12 @@ class MGXSTestHarness(PyAPITestHarness):
# Modify materials and settings so we can run in MG mode
self._model.materials.cross_sections = './mgxs.h5'
self._model.settings.energy_mode = 'multi-group'
+ # Dont need tallies so clear them from the model
+ self._model.tallies = openmc.Tallies()
# Write modified input files
- self._model.settings.export_to_xml()
- self._model.geometry.export_to_xml()
- self._model.materials.export_to_xml()
+ self._model.export_to_model_xml()
self._model.mgxs_file.export_to_hdf5()
- # Dont need tallies.xml, so remove the file
- if os.path.exists('tallies.xml'):
- os.remove('tallies.xml')
# Enforce closing statepoint and summary files so HDF5
# does not throw an error during the next OpenMC execution
diff --git a/tests/regression_tests/mgxs_library_condense/inputs_true.dat b/tests/regression_tests/mgxs_library_condense/inputs_true.dat
index cac18ffcd..c8f140f80 100644
--- a/tests/regression_tests/mgxs_library_condense/inputs_true.dat
+++ b/tests/regression_tests/mgxs_library_condense/inputs_true.dat
@@ -1,532 +1,531 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -0.63 -0.63 -1 0.63 0.63 1
-
-
-
-
-
-
- 2 2
- -100.0 -100.0
- 100.0 100.0
-
-
- 1
-
-
- 0.0 0.625 20000000.0
-
-
- 0.0 0.625 20000000.0
-
-
- 1
-
-
- 3
-
-
- 0.0 20000000.0
-
-
- 1
-
-
- 1 2 3 4 5 6
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- (n,2n)
- tracklength
-
-
- 1 2
- total
- (n,3n)
- tracklength
-
-
- 1 2
- total
- (n,4n)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- kappa-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- total
- nu-scatter
- analog
-
-
- 1 2 5
- total
- nu-scatter
- analog
-
-
- 1 2 5
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- nu-fission
- analog
-
-
- 1 2 5
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2 5
- total
- nu-scatter
- analog
-
-
- 1 54
- total
- nu-fission
- analog
-
-
- 1 5
- total
- nu-fission
- analog
-
-
- 1 54
- total
- prompt-nu-fission
- analog
-
-
- 1 5
- total
- prompt-nu-fission
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- inverse-velocity
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- prompt-nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- prompt-nu-fission
- analog
-
-
- 68 2
- total
- current
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 79 2
- total
- delayed-nu-fission
- tracklength
-
-
- 1 79 54
- total
- delayed-nu-fission
- analog
-
-
- 1 79 5
- total
- delayed-nu-fission
- analog
-
-
- 1 2
- total
- nu-fission
- tracklength
-
-
- 1 79 2
- total
- delayed-nu-fission
- tracklength
-
-
- 1 79
- total
- delayed-nu-fission
- tracklength
-
-
- 1 79
- total
- decay-rate
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 79 2 5
- total
- delayed-nu-fission
- analog
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -0.63 -0.63 -1 0.63 0.63 1
+
+
+
+
+
+ 2 2
+ -100.0 -100.0
+ 100.0 100.0
+
+
+ 1
+
+
+ 0.0 0.625 20000000.0
+
+
+ 0.0 0.625 20000000.0
+
+
+ 1
+
+
+ 3
+
+
+ 0.0 20000000.0
+
+
+ 1
+
+
+ 1 2 3 4 5 6
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ (n,2n)
+ tracklength
+
+
+ 1 2
+ total
+ (n,3n)
+ tracklength
+
+
+ 1 2
+ total
+ (n,4n)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ kappa-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ nu-fission
+ analog
+
+
+ 1 2 5
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 1 54
+ total
+ nu-fission
+ analog
+
+
+ 1 5
+ total
+ nu-fission
+ analog
+
+
+ 1 54
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ inverse-velocity
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ prompt-nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 68 2
+ total
+ current
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 79 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 79 54
+ total
+ delayed-nu-fission
+ analog
+
+
+ 1 79 5
+ total
+ delayed-nu-fission
+ analog
+
+
+ 1 2
+ total
+ nu-fission
+ tracklength
+
+
+ 1 79 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 79
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 79
+ total
+ decay-rate
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 79 2 5
+ total
+ delayed-nu-fission
+ analog
+
+
+
diff --git a/tests/regression_tests/mgxs_library_correction/inputs_true.dat b/tests/regression_tests/mgxs_library_correction/inputs_true.dat
index 8c1cd4d16..a1cc111de 100644
--- a/tests/regression_tests/mgxs_library_correction/inputs_true.dat
+++ b/tests/regression_tests/mgxs_library_correction/inputs_true.dat
@@ -1,344 +1,343 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -0.63 -0.63 -1 0.63 0.63 1
-
-
-
-
-
-
- 1
-
-
- 0.0 0.625 20000000.0
-
-
- 0.0 0.625 20000000.0
-
-
- 1
-
-
- 0
-
-
- 2
-
-
- 3
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 3 4
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 3 4
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 3 12
- total
- scatter
- analog
-
-
- 1 3 4
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 3 12
- total
- scatter
- analog
-
-
- 1 2 3
- total
- nu-scatter
- analog
-
-
- 1 3 4
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 19 2
- total
- flux
- analog
-
-
- 19 2 3 4
- total
- scatter
- analog
-
-
- 19 2
- total
- flux
- analog
-
-
- 19 2 3 4
- total
- nu-scatter
- analog
-
-
- 19 2
- total
- flux
- tracklength
-
-
- 19 2
- total
- scatter
- tracklength
-
-
- 19 2 3 12
- total
- scatter
- analog
-
-
- 19 3 4
- total
- scatter
- analog
-
-
- 19 2
- total
- flux
- analog
-
-
- 19 2
- total
- flux
- tracklength
-
-
- 19 2
- total
- scatter
- tracklength
-
-
- 19 2 3 12
- total
- scatter
- analog
-
-
- 19 2 3
- total
- nu-scatter
- analog
-
-
- 19 3 4
- total
- nu-scatter
- analog
-
-
- 19 2
- total
- flux
- analog
-
-
- 37 2
- total
- flux
- analog
-
-
- 37 2 3 4
- total
- scatter
- analog
-
-
- 37 2
- total
- flux
- analog
-
-
- 37 2 3 4
- total
- nu-scatter
- analog
-
-
- 37 2
- total
- flux
- tracklength
-
-
- 37 2
- total
- scatter
- tracklength
-
-
- 37 2 3 12
- total
- scatter
- analog
-
-
- 37 3 4
- total
- scatter
- analog
-
-
- 37 2
- total
- flux
- analog
-
-
- 37 2
- total
- flux
- tracklength
-
-
- 37 2
- total
- scatter
- tracklength
-
-
- 37 2 3 12
- total
- scatter
- analog
-
-
- 37 2 3
- total
- nu-scatter
- analog
-
-
- 37 3 4
- total
- nu-scatter
- analog
-
-
- 37 2
- total
- flux
- analog
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -0.63 -0.63 -1 0.63 0.63 1
+
+
+
+
+
+ 1
+
+
+ 0.0 0.625 20000000.0
+
+
+ 0.0 0.625 20000000.0
+
+
+ 1
+
+
+ 0
+
+
+ 2
+
+
+ 3
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 3 4
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 3 4
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 3 12
+ total
+ scatter
+ analog
+
+
+ 1 3 4
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 3 12
+ total
+ scatter
+ analog
+
+
+ 1 2 3
+ total
+ nu-scatter
+ analog
+
+
+ 1 3 4
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 19 2
+ total
+ flux
+ analog
+
+
+ 19 2 3 4
+ total
+ scatter
+ analog
+
+
+ 19 2
+ total
+ flux
+ analog
+
+
+ 19 2 3 4
+ total
+ nu-scatter
+ analog
+
+
+ 19 2
+ total
+ flux
+ tracklength
+
+
+ 19 2
+ total
+ scatter
+ tracklength
+
+
+ 19 2 3 12
+ total
+ scatter
+ analog
+
+
+ 19 3 4
+ total
+ scatter
+ analog
+
+
+ 19 2
+ total
+ flux
+ analog
+
+
+ 19 2
+ total
+ flux
+ tracklength
+
+
+ 19 2
+ total
+ scatter
+ tracklength
+
+
+ 19 2 3 12
+ total
+ scatter
+ analog
+
+
+ 19 2 3
+ total
+ nu-scatter
+ analog
+
+
+ 19 3 4
+ total
+ nu-scatter
+ analog
+
+
+ 19 2
+ total
+ flux
+ analog
+
+
+ 37 2
+ total
+ flux
+ analog
+
+
+ 37 2 3 4
+ total
+ scatter
+ analog
+
+
+ 37 2
+ total
+ flux
+ analog
+
+
+ 37 2 3 4
+ total
+ nu-scatter
+ analog
+
+
+ 37 2
+ total
+ flux
+ tracklength
+
+
+ 37 2
+ total
+ scatter
+ tracklength
+
+
+ 37 2 3 12
+ total
+ scatter
+ analog
+
+
+ 37 3 4
+ total
+ scatter
+ analog
+
+
+ 37 2
+ total
+ flux
+ analog
+
+
+ 37 2
+ total
+ flux
+ tracklength
+
+
+ 37 2
+ total
+ scatter
+ tracklength
+
+
+ 37 2 3 12
+ total
+ scatter
+ analog
+
+
+ 37 2 3
+ total
+ nu-scatter
+ analog
+
+
+ 37 3 4
+ total
+ nu-scatter
+ analog
+
+
+ 37 2
+ total
+ flux
+ analog
+
+
+
diff --git a/tests/regression_tests/mgxs_library_distribcell/inputs_true.dat b/tests/regression_tests/mgxs_library_distribcell/inputs_true.dat
index bd6abbb7c..895389fb9 100644
--- a/tests/regression_tests/mgxs_library_distribcell/inputs_true.dat
+++ b/tests/regression_tests/mgxs_library_distribcell/inputs_true.dat
@@ -1,17 +1,43 @@
-
- |
- |
- |
- |
- |
- |
- |
-
- 1.26 1.26
- 17 17
- -10.71 -10.71
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 1.26 1.26
+ 17 17
+ -10.71 -10.71
+
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 2 1 1 2 1 1 2 1 1 1 1 1
@@ -29,514 +55,487 @@
1 1 1 1 1 2 1 1 2 1 1 2 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -10.71 -10.71 -1 10.71 10.71 1
-
-
-
-
-
-
- 1
-
-
- 0.0 20000000.0
-
-
- 0.0 20000000.0
-
-
- 1
-
-
- 3
-
-
- 1 2 3 4 5 6
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- (n,2n)
- tracklength
-
-
- 1 2
- total
- (n,3n)
- tracklength
-
-
- 1 2
- total
- (n,4n)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- kappa-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- total
- nu-scatter
- analog
-
-
- 1 2 5
- total
- nu-scatter
- analog
-
-
- 1 2 5
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- nu-fission
- analog
-
-
- 1 2 5
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2 5
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- nu-fission
- analog
-
-
- 1 5
- total
- nu-fission
- analog
-
-
- 1 2
- total
- prompt-nu-fission
- analog
-
-
- 1 5
- total
- prompt-nu-fission
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- inverse-velocity
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- prompt-nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- prompt-nu-fission
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 75 2
- total
- delayed-nu-fission
- tracklength
-
-
- 1 75 2
- total
- delayed-nu-fission
- analog
-
-
- 1 75 5
- total
- delayed-nu-fission
- analog
-
-
- 1 2
- total
- nu-fission
- tracklength
-
-
- 1 75 2
- total
- delayed-nu-fission
- tracklength
-
-
- 1 75
- total
- delayed-nu-fission
- tracklength
-
-
- 1 75
- total
- decay-rate
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 75 2 5
- total
- delayed-nu-fission
- analog
-
-
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -10.71 -10.71 -1 10.71 10.71 1
+
+
+
+
+
+ 1
+
+
+ 0.0 20000000.0
+
+
+ 0.0 20000000.0
+
+
+ 1
+
+
+ 3
+
+
+ 1 2 3 4 5 6
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ (n,2n)
+ tracklength
+
+
+ 1 2
+ total
+ (n,3n)
+ tracklength
+
+
+ 1 2
+ total
+ (n,4n)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ kappa-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ nu-fission
+ analog
+
+
+ 1 2 5
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ nu-fission
+ analog
+
+
+ 1 5
+ total
+ nu-fission
+ analog
+
+
+ 1 2
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ inverse-velocity
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ prompt-nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 75 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 75 2
+ total
+ delayed-nu-fission
+ analog
+
+
+ 1 75 5
+ total
+ delayed-nu-fission
+ analog
+
+
+ 1 2
+ total
+ nu-fission
+ tracklength
+
+
+ 1 75 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 75
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 75
+ total
+ decay-rate
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 75 2 5
+ total
+ delayed-nu-fission
+ analog
+
+
+
diff --git a/tests/regression_tests/mgxs_library_hdf5/inputs_true.dat b/tests/regression_tests/mgxs_library_hdf5/inputs_true.dat
index cac18ffcd..c8f140f80 100644
--- a/tests/regression_tests/mgxs_library_hdf5/inputs_true.dat
+++ b/tests/regression_tests/mgxs_library_hdf5/inputs_true.dat
@@ -1,532 +1,531 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -0.63 -0.63 -1 0.63 0.63 1
-
-
-
-
-
-
- 2 2
- -100.0 -100.0
- 100.0 100.0
-
-
- 1
-
-
- 0.0 0.625 20000000.0
-
-
- 0.0 0.625 20000000.0
-
-
- 1
-
-
- 3
-
-
- 0.0 20000000.0
-
-
- 1
-
-
- 1 2 3 4 5 6
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- (n,2n)
- tracklength
-
-
- 1 2
- total
- (n,3n)
- tracklength
-
-
- 1 2
- total
- (n,4n)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- kappa-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- total
- nu-scatter
- analog
-
-
- 1 2 5
- total
- nu-scatter
- analog
-
-
- 1 2 5
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- nu-fission
- analog
-
-
- 1 2 5
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2 5
- total
- nu-scatter
- analog
-
-
- 1 54
- total
- nu-fission
- analog
-
-
- 1 5
- total
- nu-fission
- analog
-
-
- 1 54
- total
- prompt-nu-fission
- analog
-
-
- 1 5
- total
- prompt-nu-fission
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- inverse-velocity
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- prompt-nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- prompt-nu-fission
- analog
-
-
- 68 2
- total
- current
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 79 2
- total
- delayed-nu-fission
- tracklength
-
-
- 1 79 54
- total
- delayed-nu-fission
- analog
-
-
- 1 79 5
- total
- delayed-nu-fission
- analog
-
-
- 1 2
- total
- nu-fission
- tracklength
-
-
- 1 79 2
- total
- delayed-nu-fission
- tracklength
-
-
- 1 79
- total
- delayed-nu-fission
- tracklength
-
-
- 1 79
- total
- decay-rate
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 79 2 5
- total
- delayed-nu-fission
- analog
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -0.63 -0.63 -1 0.63 0.63 1
+
+
+
+
+
+ 2 2
+ -100.0 -100.0
+ 100.0 100.0
+
+
+ 1
+
+
+ 0.0 0.625 20000000.0
+
+
+ 0.0 0.625 20000000.0
+
+
+ 1
+
+
+ 3
+
+
+ 0.0 20000000.0
+
+
+ 1
+
+
+ 1 2 3 4 5 6
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ (n,2n)
+ tracklength
+
+
+ 1 2
+ total
+ (n,3n)
+ tracklength
+
+
+ 1 2
+ total
+ (n,4n)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ kappa-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ nu-fission
+ analog
+
+
+ 1 2 5
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 1 54
+ total
+ nu-fission
+ analog
+
+
+ 1 5
+ total
+ nu-fission
+ analog
+
+
+ 1 54
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ inverse-velocity
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ prompt-nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 68 2
+ total
+ current
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 79 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 79 54
+ total
+ delayed-nu-fission
+ analog
+
+
+ 1 79 5
+ total
+ delayed-nu-fission
+ analog
+
+
+ 1 2
+ total
+ nu-fission
+ tracklength
+
+
+ 1 79 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 79
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 79
+ total
+ decay-rate
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 79 2 5
+ total
+ delayed-nu-fission
+ analog
+
+
+
diff --git a/tests/regression_tests/mgxs_library_histogram/inputs_true.dat b/tests/regression_tests/mgxs_library_histogram/inputs_true.dat
index d1bd197a7..0ea55bb04 100644
--- a/tests/regression_tests/mgxs_library_histogram/inputs_true.dat
+++ b/tests/regression_tests/mgxs_library_histogram/inputs_true.dat
@@ -1,269 +1,268 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -0.63 -0.63 -1 0.63 0.63 1
-
-
-
-
-
-
- 1
-
-
- 0.0 0.625 20000000.0
-
-
- 0.0 0.625 20000000.0
-
-
- -1.0 -0.8181818181818181 -0.6363636363636364 -0.4545454545454546 -0.2727272727272727 -0.09090909090909083 0.09090909090909083 0.2727272727272727 0.4545454545454546 0.6363636363636365 0.8181818181818183 1.0
-
-
- 2
-
-
- 3
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 3 4
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 3 4
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 3 4
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 3 4
- total
- scatter
- analog
-
-
- 1 2 3
- total
- nu-scatter
- analog
-
-
- 17 2
- total
- flux
- analog
-
-
- 17 2 3 4
- total
- scatter
- analog
-
-
- 17 2
- total
- flux
- analog
-
-
- 17 2 3 4
- total
- nu-scatter
- analog
-
-
- 17 2
- total
- flux
- tracklength
-
-
- 17 2
- total
- scatter
- tracklength
-
-
- 17 2 3 4
- total
- scatter
- analog
-
-
- 17 2
- total
- flux
- tracklength
-
-
- 17 2
- total
- scatter
- tracklength
-
-
- 17 2 3 4
- total
- scatter
- analog
-
-
- 17 2 3
- total
- nu-scatter
- analog
-
-
- 33 2
- total
- flux
- analog
-
-
- 33 2 3 4
- total
- scatter
- analog
-
-
- 33 2
- total
- flux
- analog
-
-
- 33 2 3 4
- total
- nu-scatter
- analog
-
-
- 33 2
- total
- flux
- tracklength
-
-
- 33 2
- total
- scatter
- tracklength
-
-
- 33 2 3 4
- total
- scatter
- analog
-
-
- 33 2
- total
- flux
- tracklength
-
-
- 33 2
- total
- scatter
- tracklength
-
-
- 33 2 3 4
- total
- scatter
- analog
-
-
- 33 2 3
- total
- nu-scatter
- analog
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -0.63 -0.63 -1 0.63 0.63 1
+
+
+
+
+
+ 1
+
+
+ 0.0 0.625 20000000.0
+
+
+ 0.0 0.625 20000000.0
+
+
+ -1.0 -0.8181818181818181 -0.6363636363636364 -0.4545454545454546 -0.2727272727272727 -0.09090909090909083 0.09090909090909083 0.2727272727272727 0.4545454545454546 0.6363636363636365 0.8181818181818183 1.0
+
+
+ 2
+
+
+ 3
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 3 4
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 3 4
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 3 4
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 3 4
+ total
+ scatter
+ analog
+
+
+ 1 2 3
+ total
+ nu-scatter
+ analog
+
+
+ 17 2
+ total
+ flux
+ analog
+
+
+ 17 2 3 4
+ total
+ scatter
+ analog
+
+
+ 17 2
+ total
+ flux
+ analog
+
+
+ 17 2 3 4
+ total
+ nu-scatter
+ analog
+
+
+ 17 2
+ total
+ flux
+ tracklength
+
+
+ 17 2
+ total
+ scatter
+ tracklength
+
+
+ 17 2 3 4
+ total
+ scatter
+ analog
+
+
+ 17 2
+ total
+ flux
+ tracklength
+
+
+ 17 2
+ total
+ scatter
+ tracklength
+
+
+ 17 2 3 4
+ total
+ scatter
+ analog
+
+
+ 17 2 3
+ total
+ nu-scatter
+ analog
+
+
+ 33 2
+ total
+ flux
+ analog
+
+
+ 33 2 3 4
+ total
+ scatter
+ analog
+
+
+ 33 2
+ total
+ flux
+ analog
+
+
+ 33 2 3 4
+ total
+ nu-scatter
+ analog
+
+
+ 33 2
+ total
+ flux
+ tracklength
+
+
+ 33 2
+ total
+ scatter
+ tracklength
+
+
+ 33 2 3 4
+ total
+ scatter
+ analog
+
+
+ 33 2
+ total
+ flux
+ tracklength
+
+
+ 33 2
+ total
+ scatter
+ tracklength
+
+
+ 33 2 3 4
+ total
+ scatter
+ analog
+
+
+ 33 2 3
+ total
+ nu-scatter
+ analog
+
+
+
diff --git a/tests/regression_tests/mgxs_library_mesh/inputs_true.dat b/tests/regression_tests/mgxs_library_mesh/inputs_true.dat
index ac2ff0c81..b18e9773b 100644
--- a/tests/regression_tests/mgxs_library_mesh/inputs_true.dat
+++ b/tests/regression_tests/mgxs_library_mesh/inputs_true.dat
@@ -1,512 +1,511 @@
-
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
-
-
-
- 2 2
- -100.0 -100.0
- 100.0 100.0
-
-
- 1
-
-
- 0.0 20000000.0
-
-
- 0.0 20000000.0
-
-
- 1
-
-
- 3
-
-
- 1
-
-
- 1 2 3 4 5 6
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- (n,2n)
- tracklength
-
-
- 1 2
- total
- (n,3n)
- tracklength
-
-
- 1 2
- total
- (n,4n)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- kappa-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- total
- nu-scatter
- analog
-
-
- 1 2 5
- total
- nu-scatter
- analog
-
-
- 1 2 5
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- nu-fission
- analog
-
-
- 1 2 5
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2 5
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- nu-fission
- analog
-
-
- 1 5
- total
- nu-fission
- analog
-
-
- 1 2
- total
- prompt-nu-fission
- analog
-
-
- 1 5
- total
- prompt-nu-fission
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- inverse-velocity
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- prompt-nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- prompt-nu-fission
- analog
-
-
- 68 2
- total
- current
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 79 2
- total
- delayed-nu-fission
- tracklength
-
-
- 1 79 2
- total
- delayed-nu-fission
- analog
-
-
- 1 79 5
- total
- delayed-nu-fission
- analog
-
-
- 1 2
- total
- nu-fission
- tracklength
-
-
- 1 79 2
- total
- delayed-nu-fission
- tracklength
-
-
- 1 79
- total
- delayed-nu-fission
- tracklength
-
-
- 1 79
- total
- decay-rate
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 79 2 5
- total
- delayed-nu-fission
- analog
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
+
+ 2 2
+ -100.0 -100.0
+ 100.0 100.0
+
+
+ 1
+
+
+ 0.0 20000000.0
+
+
+ 0.0 20000000.0
+
+
+ 1
+
+
+ 3
+
+
+ 1
+
+
+ 1 2 3 4 5 6
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ (n,2n)
+ tracklength
+
+
+ 1 2
+ total
+ (n,3n)
+ tracklength
+
+
+ 1 2
+ total
+ (n,4n)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ kappa-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ nu-fission
+ analog
+
+
+ 1 2 5
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ nu-fission
+ analog
+
+
+ 1 5
+ total
+ nu-fission
+ analog
+
+
+ 1 2
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ inverse-velocity
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ prompt-nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 68 2
+ total
+ current
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 79 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 79 2
+ total
+ delayed-nu-fission
+ analog
+
+
+ 1 79 5
+ total
+ delayed-nu-fission
+ analog
+
+
+ 1 2
+ total
+ nu-fission
+ tracklength
+
+
+ 1 79 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 79
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 79
+ total
+ decay-rate
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 79 2 5
+ total
+ delayed-nu-fission
+ analog
+
+
+
diff --git a/tests/regression_tests/mgxs_library_no_nuclides/inputs_true.dat b/tests/regression_tests/mgxs_library_no_nuclides/inputs_true.dat
index 59cbddec4..54d095ac6 100644
--- a/tests/regression_tests/mgxs_library_no_nuclides/inputs_true.dat
+++ b/tests/regression_tests/mgxs_library_no_nuclides/inputs_true.dat
@@ -1,1952 +1,1951 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -0.63 -0.63 -1 0.63 0.63 1
-
-
-
-
-
-
- 1
-
-
- 0.0 0.625 20000000.0
-
-
- 0.0 0.625 20000000.0
-
-
- 1
-
-
- 3
-
-
- 0.0 20000000.0
-
-
- 1 2 3 4 5 6
-
-
- 2
-
-
- 3
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- (n,2n)
- tracklength
-
-
- 1 2
- total
- (n,3n)
- tracklength
-
-
- 1 2
- total
- (n,4n)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- absorption
- tracklength
-
-
- 1 2
- total
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- kappa-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- total
- nu-scatter
- analog
-
-
- 1 2 5
- total
- nu-scatter
- analog
-
-
- 1 2 5
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- nu-fission
- analog
-
-
- 1 2 5
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- scatter
- tracklength
-
-
- 1 2 5 30
- total
- scatter
- analog
-
-
- 1 2 5
- total
- nu-scatter
- analog
-
-
- 1 54
- total
- nu-fission
- analog
-
-
- 1 5
- total
- nu-fission
- analog
-
-
- 1 54
- total
- prompt-nu-fission
- analog
-
-
- 1 5
- total
- prompt-nu-fission
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- inverse-velocity
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- prompt-nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- prompt-nu-fission
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- total
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- (n,elastic)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- (n,level)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- (n,2n)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- (n,na)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- (n,nc)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- (n,gamma)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- (n,a)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- (n,Xa)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- heating
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- damage-energy
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- (n,n1)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- total
- (n,a0)
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- (n,nc)
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- (n,n1)
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- total
- (n,2n)
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 108 2
- total
- delayed-nu-fission
- tracklength
-
-
- 1 108 54
- total
- delayed-nu-fission
- analog
-
-
- 1 108 5
- total
- delayed-nu-fission
- analog
-
-
- 1 2
- total
- nu-fission
- tracklength
-
-
- 1 108 2
- total
- delayed-nu-fission
- tracklength
-
-
- 1 108
- total
- delayed-nu-fission
- tracklength
-
-
- 1 108
- total
- decay-rate
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 108 2 5
- total
- delayed-nu-fission
- analog
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- total
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- total
- tracklength
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 5 6
- total
- scatter
- analog
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- total
- tracklength
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 5 6
- total
- nu-scatter
- analog
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- absorption
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- absorption
- tracklength
-
-
- 122 2
- total
- (n,2n)
- tracklength
-
-
- 122 2
- total
- (n,3n)
- tracklength
-
-
- 122 2
- total
- (n,4n)
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- absorption
- tracklength
-
-
- 122 2
- total
- fission
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- fission
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- nu-fission
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- kappa-fission
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- scatter
- tracklength
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 2
- total
- nu-scatter
- analog
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 2 5 30
- total
- scatter
- analog
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 2 5 30
- total
- nu-scatter
- analog
-
-
- 122 2 5
- total
- nu-scatter
- analog
-
-
- 122 2 5
- total
- scatter
- analog
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 2 5
- total
- nu-fission
- analog
-
-
- 122 2 5
- total
- scatter
- analog
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- scatter
- tracklength
-
-
- 122 2 5 30
- total
- scatter
- analog
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- scatter
- tracklength
-
-
- 122 2 5 30
- total
- scatter
- analog
-
-
- 122 2 5
- total
- nu-scatter
- analog
-
-
- 122 54
- total
- nu-fission
- analog
-
-
- 122 5
- total
- nu-fission
- analog
-
-
- 122 54
- total
- prompt-nu-fission
- analog
-
-
- 122 5
- total
- prompt-nu-fission
- analog
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- inverse-velocity
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- prompt-nu-fission
- tracklength
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 2 5
- total
- prompt-nu-fission
- analog
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- total
- tracklength
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 5 6
- total
- scatter
- analog
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- total
- tracklength
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 5 6
- total
- nu-scatter
- analog
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- (n,elastic)
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- (n,level)
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- (n,2n)
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- (n,na)
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- (n,nc)
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- (n,gamma)
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- (n,a)
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- (n,Xa)
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- heating
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- damage-energy
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- (n,n1)
- tracklength
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 2
- total
- (n,a0)
- tracklength
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 2 5
- total
- (n,nc)
- analog
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 2 5
- total
- (n,n1)
- analog
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 2 5
- total
- (n,2n)
- analog
-
-
- 122 2
- total
- flux
- tracklength
-
-
- 122 108 2
- total
- delayed-nu-fission
- tracklength
-
-
- 122 108 54
- total
- delayed-nu-fission
- analog
-
-
- 122 108 5
- total
- delayed-nu-fission
- analog
-
-
- 122 2
- total
- nu-fission
- tracklength
-
-
- 122 108 2
- total
- delayed-nu-fission
- tracklength
-
-
- 122 108
- total
- delayed-nu-fission
- tracklength
-
-
- 122 108
- total
- decay-rate
- tracklength
-
-
- 122 2
- total
- flux
- analog
-
-
- 122 108 2 5
- total
- delayed-nu-fission
- analog
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- total
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- total
- tracklength
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 5 6
- total
- scatter
- analog
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- total
- tracklength
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 5 6
- total
- nu-scatter
- analog
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- absorption
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- absorption
- tracklength
-
-
- 243 2
- total
- (n,2n)
- tracklength
-
-
- 243 2
- total
- (n,3n)
- tracklength
-
-
- 243 2
- total
- (n,4n)
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- absorption
- tracklength
-
-
- 243 2
- total
- fission
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- fission
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- nu-fission
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- kappa-fission
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- scatter
- tracklength
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 2
- total
- nu-scatter
- analog
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 2 5 30
- total
- scatter
- analog
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 2 5 30
- total
- nu-scatter
- analog
-
-
- 243 2 5
- total
- nu-scatter
- analog
-
-
- 243 2 5
- total
- scatter
- analog
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 2 5
- total
- nu-fission
- analog
-
-
- 243 2 5
- total
- scatter
- analog
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- scatter
- tracklength
-
-
- 243 2 5 30
- total
- scatter
- analog
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- scatter
- tracklength
-
-
- 243 2 5 30
- total
- scatter
- analog
-
-
- 243 2 5
- total
- nu-scatter
- analog
-
-
- 243 54
- total
- nu-fission
- analog
-
-
- 243 5
- total
- nu-fission
- analog
-
-
- 243 54
- total
- prompt-nu-fission
- analog
-
-
- 243 5
- total
- prompt-nu-fission
- analog
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- inverse-velocity
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- prompt-nu-fission
- tracklength
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 2 5
- total
- prompt-nu-fission
- analog
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- total
- tracklength
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 5 6
- total
- scatter
- analog
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- total
- tracklength
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 5 6
- total
- nu-scatter
- analog
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- (n,elastic)
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- (n,level)
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- (n,2n)
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- (n,na)
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- (n,nc)
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- (n,gamma)
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- (n,a)
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- (n,Xa)
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- heating
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- damage-energy
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- (n,n1)
- tracklength
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 2
- total
- (n,a0)
- tracklength
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 2 5
- total
- (n,nc)
- analog
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 2 5
- total
- (n,n1)
- analog
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 2 5
- total
- (n,2n)
- analog
-
-
- 243 2
- total
- flux
- tracklength
-
-
- 243 108 2
- total
- delayed-nu-fission
- tracklength
-
-
- 243 108 54
- total
- delayed-nu-fission
- analog
-
-
- 243 108 5
- total
- delayed-nu-fission
- analog
-
-
- 243 2
- total
- nu-fission
- tracklength
-
-
- 243 108 2
- total
- delayed-nu-fission
- tracklength
-
-
- 243 108
- total
- delayed-nu-fission
- tracklength
-
-
- 243 108
- total
- decay-rate
- tracklength
-
-
- 243 2
- total
- flux
- analog
-
-
- 243 108 2 5
- total
- delayed-nu-fission
- analog
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -0.63 -0.63 -1 0.63 0.63 1
+
+
+
+
+
+ 1
+
+
+ 0.0 0.625 20000000.0
+
+
+ 0.0 0.625 20000000.0
+
+
+ 1
+
+
+ 3
+
+
+ 0.0 20000000.0
+
+
+ 1 2 3 4 5 6
+
+
+ 2
+
+
+ 3
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ (n,2n)
+ tracklength
+
+
+ 1 2
+ total
+ (n,3n)
+ tracklength
+
+
+ 1 2
+ total
+ (n,4n)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ kappa-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ nu-fission
+ analog
+
+
+ 1 2 5
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ total
+ scatter
+ analog
+
+
+ 1 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 1 54
+ total
+ nu-fission
+ analog
+
+
+ 1 5
+ total
+ nu-fission
+ analog
+
+
+ 1 54
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ inverse-velocity
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ prompt-nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ (n,elastic)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ (n,level)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ (n,2n)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ (n,na)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ (n,nc)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ (n,gamma)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ (n,a)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ (n,Xa)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ heating
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ damage-energy
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ (n,n1)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ total
+ (n,a0)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ (n,nc)
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ (n,n1)
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ total
+ (n,2n)
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 108 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 108 54
+ total
+ delayed-nu-fission
+ analog
+
+
+ 1 108 5
+ total
+ delayed-nu-fission
+ analog
+
+
+ 1 2
+ total
+ nu-fission
+ tracklength
+
+
+ 1 108 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 108
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 1 108
+ total
+ decay-rate
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 108 2 5
+ total
+ delayed-nu-fission
+ analog
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ total
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ total
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 5 6
+ total
+ scatter
+ analog
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ total
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ absorption
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ absorption
+ tracklength
+
+
+ 122 2
+ total
+ (n,2n)
+ tracklength
+
+
+ 122 2
+ total
+ (n,3n)
+ tracklength
+
+
+ 122 2
+ total
+ (n,4n)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ absorption
+ tracklength
+
+
+ 122 2
+ total
+ fission
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ fission
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ nu-fission
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ kappa-fission
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ scatter
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 2
+ total
+ nu-scatter
+ analog
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 2 5 30
+ total
+ scatter
+ analog
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 2 5 30
+ total
+ nu-scatter
+ analog
+
+
+ 122 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 122 2 5
+ total
+ scatter
+ analog
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 2 5
+ total
+ nu-fission
+ analog
+
+
+ 122 2 5
+ total
+ scatter
+ analog
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ scatter
+ tracklength
+
+
+ 122 2 5 30
+ total
+ scatter
+ analog
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ scatter
+ tracklength
+
+
+ 122 2 5 30
+ total
+ scatter
+ analog
+
+
+ 122 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 122 54
+ total
+ nu-fission
+ analog
+
+
+ 122 5
+ total
+ nu-fission
+ analog
+
+
+ 122 54
+ total
+ prompt-nu-fission
+ analog
+
+
+ 122 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ inverse-velocity
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ prompt-nu-fission
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 2 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ total
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 5 6
+ total
+ scatter
+ analog
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ total
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ (n,elastic)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ (n,level)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ (n,2n)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ (n,na)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ (n,nc)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ (n,gamma)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ (n,a)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ (n,Xa)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ heating
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ damage-energy
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ (n,n1)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 2
+ total
+ (n,a0)
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 2 5
+ total
+ (n,nc)
+ analog
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 2 5
+ total
+ (n,n1)
+ analog
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 2 5
+ total
+ (n,2n)
+ analog
+
+
+ 122 2
+ total
+ flux
+ tracklength
+
+
+ 122 108 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 122 108 54
+ total
+ delayed-nu-fission
+ analog
+
+
+ 122 108 5
+ total
+ delayed-nu-fission
+ analog
+
+
+ 122 2
+ total
+ nu-fission
+ tracklength
+
+
+ 122 108 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 122 108
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 122 108
+ total
+ decay-rate
+ tracklength
+
+
+ 122 2
+ total
+ flux
+ analog
+
+
+ 122 108 2 5
+ total
+ delayed-nu-fission
+ analog
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ total
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ total
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 5 6
+ total
+ scatter
+ analog
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ total
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ absorption
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ absorption
+ tracklength
+
+
+ 243 2
+ total
+ (n,2n)
+ tracklength
+
+
+ 243 2
+ total
+ (n,3n)
+ tracklength
+
+
+ 243 2
+ total
+ (n,4n)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ absorption
+ tracklength
+
+
+ 243 2
+ total
+ fission
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ fission
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ nu-fission
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ kappa-fission
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ scatter
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 2
+ total
+ nu-scatter
+ analog
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 2 5 30
+ total
+ scatter
+ analog
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 2 5 30
+ total
+ nu-scatter
+ analog
+
+
+ 243 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 243 2 5
+ total
+ scatter
+ analog
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 2 5
+ total
+ nu-fission
+ analog
+
+
+ 243 2 5
+ total
+ scatter
+ analog
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ scatter
+ tracklength
+
+
+ 243 2 5 30
+ total
+ scatter
+ analog
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ scatter
+ tracklength
+
+
+ 243 2 5 30
+ total
+ scatter
+ analog
+
+
+ 243 2 5
+ total
+ nu-scatter
+ analog
+
+
+ 243 54
+ total
+ nu-fission
+ analog
+
+
+ 243 5
+ total
+ nu-fission
+ analog
+
+
+ 243 54
+ total
+ prompt-nu-fission
+ analog
+
+
+ 243 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ inverse-velocity
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ prompt-nu-fission
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 2 5
+ total
+ prompt-nu-fission
+ analog
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ total
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 5 6
+ total
+ scatter
+ analog
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ total
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 5 6
+ total
+ nu-scatter
+ analog
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ (n,elastic)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ (n,level)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ (n,2n)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ (n,na)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ (n,nc)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ (n,gamma)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ (n,a)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ (n,Xa)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ heating
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ damage-energy
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ (n,n1)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 2
+ total
+ (n,a0)
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 2 5
+ total
+ (n,nc)
+ analog
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 2 5
+ total
+ (n,n1)
+ analog
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 2 5
+ total
+ (n,2n)
+ analog
+
+
+ 243 2
+ total
+ flux
+ tracklength
+
+
+ 243 108 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 243 108 54
+ total
+ delayed-nu-fission
+ analog
+
+
+ 243 108 5
+ total
+ delayed-nu-fission
+ analog
+
+
+ 243 2
+ total
+ nu-fission
+ tracklength
+
+
+ 243 108 2
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 243 108
+ total
+ delayed-nu-fission
+ tracklength
+
+
+ 243 108
+ total
+ decay-rate
+ tracklength
+
+
+ 243 2
+ total
+ flux
+ analog
+
+
+ 243 108 2 5
+ total
+ delayed-nu-fission
+ analog
+
+
+
diff --git a/tests/regression_tests/mgxs_library_nuclides/inputs_true.dat b/tests/regression_tests/mgxs_library_nuclides/inputs_true.dat
index e45fe389e..5e9720ced 100644
--- a/tests/regression_tests/mgxs_library_nuclides/inputs_true.dat
+++ b/tests/regression_tests/mgxs_library_nuclides/inputs_true.dat
@@ -1,1769 +1,1768 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -0.63 -0.63 -1 0.63 0.63 1
-
-
-
-
-
-
- 1
-
-
- 0.0 0.625 20000000.0
-
-
- 0.0 0.625 20000000.0
-
-
- 1
-
-
- 3
-
-
- 0.0 20000000.0
-
-
- 2
-
-
- 3
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- total
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- U234 U235 U238 O16
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- U234 U235 U238 O16
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- absorption
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- absorption
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,2n)
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,3n)
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,4n)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- absorption
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- kappa-fission
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- scatter
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2
- U234 U235 U238 O16
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- U234 U235 U238 O16
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5 30
- U234 U235 U238 O16
- nu-scatter
- analog
-
-
- 1 2 5
- U234 U235 U238 O16
- nu-scatter
- analog
-
-
- 1 2 5
- U234 U235 U238 O16
- scatter
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- U234 U235 U238 O16
- nu-fission
- analog
-
-
- 1 2 5
- U234 U235 U238 O16
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- scatter
- tracklength
-
-
- 1 2 5 30
- U234 U235 U238 O16
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- scatter
- tracklength
-
-
- 1 2 5 30
- U234 U235 U238 O16
- scatter
- analog
-
-
- 1 2 5
- U234 U235 U238 O16
- nu-scatter
- analog
-
-
- 1 54
- U234 U235 U238 O16
- nu-fission
- analog
-
-
- 1 5
- U234 U235 U238 O16
- nu-fission
- analog
-
-
- 1 54
- U234 U235 U238 O16
- prompt-nu-fission
- analog
-
-
- 1 5
- U234 U235 U238 O16
- prompt-nu-fission
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- inverse-velocity
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- prompt-nu-fission
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- U234 U235 U238 O16
- prompt-nu-fission
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- U234 U235 U238 O16
- scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- total
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 5 6
- U234 U235 U238 O16
- nu-scatter
- analog
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,elastic)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,level)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,2n)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,na)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,nc)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,gamma)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,a)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,Xa)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- heating
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- damage-energy
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,n1)
- tracklength
-
-
- 1 2
- total
- flux
- tracklength
-
-
- 1 2
- U234 U235 U238 O16
- (n,a0)
- tracklength
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- U234 U235 U238 O16
- (n,nc)
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- U234 U235 U238 O16
- (n,n1)
- analog
-
-
- 1 2
- total
- flux
- analog
-
-
- 1 2 5
- U234 U235 U238 O16
- (n,2n)
- analog
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- total
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- total
- tracklength
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 5 6
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- analog
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- total
- tracklength
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 5 6
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-scatter
- analog
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- absorption
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- absorption
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,2n)
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,3n)
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,4n)
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- absorption
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- fission
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- fission
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-fission
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- kappa-fission
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- tracklength
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-scatter
- analog
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 2 5 30
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- analog
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 2 5 30
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-scatter
- analog
-
-
- 106 2 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-scatter
- analog
-
-
- 106 2 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- analog
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 2 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-fission
- analog
-
-
- 106 2 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- analog
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- tracklength
-
-
- 106 2 5 30
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- analog
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- tracklength
-
-
- 106 2 5 30
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- analog
-
-
- 106 2 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-scatter
- analog
-
-
- 106 54
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-fission
- analog
-
-
- 106 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-fission
- analog
-
-
- 106 54
- Zr90 Zr91 Zr92 Zr94 Zr96
- prompt-nu-fission
- analog
-
-
- 106 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- prompt-nu-fission
- analog
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- inverse-velocity
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- prompt-nu-fission
- tracklength
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 2 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- prompt-nu-fission
- analog
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- total
- tracklength
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 5 6
- Zr90 Zr91 Zr92 Zr94 Zr96
- scatter
- analog
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- total
- tracklength
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 5 6
- Zr90 Zr91 Zr92 Zr94 Zr96
- nu-scatter
- analog
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,elastic)
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,level)
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,2n)
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,na)
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,nc)
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,gamma)
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,a)
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,Xa)
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- heating
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- damage-energy
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,n1)
- tracklength
-
-
- 106 2
- total
- flux
- tracklength
-
-
- 106 2
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,a0)
- tracklength
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 2 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,nc)
- analog
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 2 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,n1)
- analog
-
-
- 106 2
- total
- flux
- analog
-
-
- 106 2 5
- Zr90 Zr91 Zr92 Zr94 Zr96
- (n,2n)
- analog
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- total
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- total
- tracklength
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 5 6
- H1 O16 B10 B11
- scatter
- analog
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- total
- tracklength
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 5 6
- H1 O16 B10 B11
- nu-scatter
- analog
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- absorption
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- absorption
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,2n)
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,3n)
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,4n)
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- absorption
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- fission
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- fission
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- nu-fission
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- kappa-fission
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- scatter
- tracklength
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 2
- H1 O16 B10 B11
- nu-scatter
- analog
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 2 5 30
- H1 O16 B10 B11
- scatter
- analog
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 2 5 30
- H1 O16 B10 B11
- nu-scatter
- analog
-
-
- 211 2 5
- H1 O16 B10 B11
- nu-scatter
- analog
-
-
- 211 2 5
- H1 O16 B10 B11
- scatter
- analog
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 2 5
- H1 O16 B10 B11
- nu-fission
- analog
-
-
- 211 2 5
- H1 O16 B10 B11
- scatter
- analog
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- scatter
- tracklength
-
-
- 211 2 5 30
- H1 O16 B10 B11
- scatter
- analog
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- scatter
- tracklength
-
-
- 211 2 5 30
- H1 O16 B10 B11
- scatter
- analog
-
-
- 211 2 5
- H1 O16 B10 B11
- nu-scatter
- analog
-
-
- 211 54
- H1 O16 B10 B11
- nu-fission
- analog
-
-
- 211 5
- H1 O16 B10 B11
- nu-fission
- analog
-
-
- 211 54
- H1 O16 B10 B11
- prompt-nu-fission
- analog
-
-
- 211 5
- H1 O16 B10 B11
- prompt-nu-fission
- analog
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- inverse-velocity
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- prompt-nu-fission
- tracklength
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 2 5
- H1 O16 B10 B11
- prompt-nu-fission
- analog
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- total
- tracklength
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 5 6
- H1 O16 B10 B11
- scatter
- analog
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- total
- tracklength
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 5 6
- H1 O16 B10 B11
- nu-scatter
- analog
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,elastic)
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,level)
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,2n)
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,na)
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,nc)
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,gamma)
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,a)
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,Xa)
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- heating
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- damage-energy
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,n1)
- tracklength
-
-
- 211 2
- total
- flux
- tracklength
-
-
- 211 2
- H1 O16 B10 B11
- (n,a0)
- tracklength
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 2 5
- H1 O16 B10 B11
- (n,nc)
- analog
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 2 5
- H1 O16 B10 B11
- (n,n1)
- analog
-
-
- 211 2
- total
- flux
- analog
-
-
- 211 2 5
- H1 O16 B10 B11
- (n,2n)
- analog
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -0.63 -0.63 -1 0.63 0.63 1
+
+
+
+
+
+ 1
+
+
+ 0.0 0.625 20000000.0
+
+
+ 0.0 0.625 20000000.0
+
+
+ 1
+
+
+ 3
+
+
+ 0.0 20000000.0
+
+
+ 2
+
+
+ 3
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ U234 U235 U238 O16
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ U234 U235 U238 O16
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ absorption
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ absorption
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,2n)
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,3n)
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,4n)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ absorption
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ kappa-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ scatter
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2
+ U234 U235 U238 O16
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ U234 U235 U238 O16
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5 30
+ U234 U235 U238 O16
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ U234 U235 U238 O16
+ nu-scatter
+ analog
+
+
+ 1 2 5
+ U234 U235 U238 O16
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ U234 U235 U238 O16
+ nu-fission
+ analog
+
+
+ 1 2 5
+ U234 U235 U238 O16
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ U234 U235 U238 O16
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ scatter
+ tracklength
+
+
+ 1 2 5 30
+ U234 U235 U238 O16
+ scatter
+ analog
+
+
+ 1 2 5
+ U234 U235 U238 O16
+ nu-scatter
+ analog
+
+
+ 1 54
+ U234 U235 U238 O16
+ nu-fission
+ analog
+
+
+ 1 5
+ U234 U235 U238 O16
+ nu-fission
+ analog
+
+
+ 1 54
+ U234 U235 U238 O16
+ prompt-nu-fission
+ analog
+
+
+ 1 5
+ U234 U235 U238 O16
+ prompt-nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ inverse-velocity
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ prompt-nu-fission
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ U234 U235 U238 O16
+ prompt-nu-fission
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ U234 U235 U238 O16
+ scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ total
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 5 6
+ U234 U235 U238 O16
+ nu-scatter
+ analog
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,elastic)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,level)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,2n)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,na)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,nc)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,gamma)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,a)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,Xa)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ heating
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ damage-energy
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,n1)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ tracklength
+
+
+ 1 2
+ U234 U235 U238 O16
+ (n,a0)
+ tracklength
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ U234 U235 U238 O16
+ (n,nc)
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ U234 U235 U238 O16
+ (n,n1)
+ analog
+
+
+ 1 2
+ total
+ flux
+ analog
+
+
+ 1 2 5
+ U234 U235 U238 O16
+ (n,2n)
+ analog
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ total
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ total
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 5 6
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ analog
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ total
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 5 6
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-scatter
+ analog
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ absorption
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ absorption
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,2n)
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,3n)
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,4n)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ absorption
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ fission
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ fission
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-fission
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ kappa-fission
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-scatter
+ analog
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 2 5 30
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ analog
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 2 5 30
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-scatter
+ analog
+
+
+ 106 2 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-scatter
+ analog
+
+
+ 106 2 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ analog
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 2 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-fission
+ analog
+
+
+ 106 2 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ analog
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ tracklength
+
+
+ 106 2 5 30
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ analog
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ tracklength
+
+
+ 106 2 5 30
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ analog
+
+
+ 106 2 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-scatter
+ analog
+
+
+ 106 54
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-fission
+ analog
+
+
+ 106 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-fission
+ analog
+
+
+ 106 54
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ prompt-nu-fission
+ analog
+
+
+ 106 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ prompt-nu-fission
+ analog
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ inverse-velocity
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ prompt-nu-fission
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 2 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ prompt-nu-fission
+ analog
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ total
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 5 6
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ scatter
+ analog
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ total
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 5 6
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ nu-scatter
+ analog
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,elastic)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,level)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,2n)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,na)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,nc)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,gamma)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,a)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,Xa)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ heating
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ damage-energy
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,n1)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ tracklength
+
+
+ 106 2
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,a0)
+ tracklength
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 2 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,nc)
+ analog
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 2 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,n1)
+ analog
+
+
+ 106 2
+ total
+ flux
+ analog
+
+
+ 106 2 5
+ Zr90 Zr91 Zr92 Zr94 Zr96
+ (n,2n)
+ analog
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ total
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ total
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 5 6
+ H1 O16 B10 B11
+ scatter
+ analog
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ total
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 5 6
+ H1 O16 B10 B11
+ nu-scatter
+ analog
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ absorption
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ absorption
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,2n)
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,3n)
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,4n)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ absorption
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ fission
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ fission
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ nu-fission
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ kappa-fission
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ scatter
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 2
+ H1 O16 B10 B11
+ nu-scatter
+ analog
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 2 5 30
+ H1 O16 B10 B11
+ scatter
+ analog
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 2 5 30
+ H1 O16 B10 B11
+ nu-scatter
+ analog
+
+
+ 211 2 5
+ H1 O16 B10 B11
+ nu-scatter
+ analog
+
+
+ 211 2 5
+ H1 O16 B10 B11
+ scatter
+ analog
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 2 5
+ H1 O16 B10 B11
+ nu-fission
+ analog
+
+
+ 211 2 5
+ H1 O16 B10 B11
+ scatter
+ analog
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ scatter
+ tracklength
+
+
+ 211 2 5 30
+ H1 O16 B10 B11
+ scatter
+ analog
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ scatter
+ tracklength
+
+
+ 211 2 5 30
+ H1 O16 B10 B11
+ scatter
+ analog
+
+
+ 211 2 5
+ H1 O16 B10 B11
+ nu-scatter
+ analog
+
+
+ 211 54
+ H1 O16 B10 B11
+ nu-fission
+ analog
+
+
+ 211 5
+ H1 O16 B10 B11
+ nu-fission
+ analog
+
+
+ 211 54
+ H1 O16 B10 B11
+ prompt-nu-fission
+ analog
+
+
+ 211 5
+ H1 O16 B10 B11
+ prompt-nu-fission
+ analog
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ inverse-velocity
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ prompt-nu-fission
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 2 5
+ H1 O16 B10 B11
+ prompt-nu-fission
+ analog
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ total
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 5 6
+ H1 O16 B10 B11
+ scatter
+ analog
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ total
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 5 6
+ H1 O16 B10 B11
+ nu-scatter
+ analog
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,elastic)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,level)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,2n)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,na)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,nc)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,gamma)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,a)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,Xa)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ heating
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ damage-energy
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,n1)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ tracklength
+
+
+ 211 2
+ H1 O16 B10 B11
+ (n,a0)
+ tracklength
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 2 5
+ H1 O16 B10 B11
+ (n,nc)
+ analog
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 2 5
+ H1 O16 B10 B11
+ (n,n1)
+ analog
+
+
+ 211 2
+ total
+ flux
+ analog
+
+
+ 211 2 5
+ H1 O16 B10 B11
+ (n,2n)
+ analog
+
+
+
diff --git a/tests/regression_tests/multipole/inputs_true.dat b/tests/regression_tests/multipole/inputs_true.dat
index 3bbcc2024..3a602b28b 100644
--- a/tests/regression_tests/multipole/inputs_true.dat
+++ b/tests/regression_tests/multipole/inputs_true.dat
@@ -1,55 +1,54 @@
-
- |
- |
- |
- |
-
- 2.0 2.0
- 1
- 2 2
- -2.0 -2.0
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+
+ 2.0 2.0
+ 1
+ 2 2
+ -2.0 -2.0
+
11 11
11 11
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
-
- -1 -1 -1 1 1 1
-
-
- true
- 1000
-
-
-
-
- U235 O16 total
- total fission (n,gamma) elastic (n,p)
-
-
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
+ -1 -1 -1 1 1 1
+
+
+ true
+ 1000
+
+
+
+ U235 O16 total
+ total fission (n,gamma) elastic (n,p)
+
+
+
diff --git a/tests/regression_tests/ncrystal/inputs_true.dat b/tests/regression_tests/ncrystal/inputs_true.dat
index 7a3f20eb3..a609edcae 100644
--- a/tests/regression_tests/ncrystal/inputs_true.dat
+++ b/tests/regression_tests/ncrystal/inputs_true.dat
@@ -1,45 +1,44 @@
-
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 100000
- 10
-
-
- 0 0 -20
-
-
-
- 0.012 1.0
-
-
-
-
-
-
- 1
-
-
- 0.0 0.017453292519943295 0.03490658503988659 0.05235987755982989 0.06981317007977318 0.08726646259971647 0.10471975511965978 0.12217304763960307 0.13962634015954636 0.15707963267948966 0.17453292519943295 0.19198621771937624 0.20943951023931956 0.22689280275926285 0.24434609527920614 0.2617993877991494 0.2792526803190927 0.29670597283903605 0.3141592653589793 0.33161255787892263 0.3490658503988659 0.3665191429188092 0.3839724354387525 0.4014257279586958 0.4188790204786391 0.4363323129985824 0.4537856055185257 0.47123889803846897 0.4886921905584123 0.5061454830783556 0.5235987755982988 0.5410520681182421 0.5585053606381855 0.5759586531581288 0.5934119456780721 0.6108652381980153 0.6283185307179586 0.6457718232379019 0.6632251157578453 0.6806784082777885 0.6981317007977318 0.7155849933176751 0.7330382858376184 0.7504915783575618 0.767944870877505 0.7853981633974483 0.8028514559173916 0.8203047484373349 0.8377580409572782 0.8552113334772214 0.8726646259971648 0.8901179185171081 0.9075712110370514 0.9250245035569946 0.9424777960769379 0.9599310885968813 0.9773843811168246 0.9948376736367679 1.0122909661567112 1.0297442586766545 1.0471975511965976 1.064650843716541 1.0821041362364843 1.0995574287564276 1.117010721276371 1.1344640137963142 1.1519173063162575 1.1693705988362009 1.1868238913561442 1.2042771838760873 1.2217304763960306 1.239183768915974 1.2566370614359172 1.2740903539558606 1.2915436464758039 1.3089969389957472 1.3264502315156905 1.3439035240356338 1.361356816555577 1.3788101090755203 1.3962634015954636 1.413716694115407 1.4311699866353502 1.4486232791552935 1.4660765716752369 1.4835298641951802 1.5009831567151235 1.5184364492350666 1.53588974175501 1.5533430342749532 1.5707963267948966 1.5882496193148399 1.6057029118347832 1.6231562043547265 1.6406094968746698 1.6580627893946132 1.6755160819145565 1.6929693744344996 1.710422666954443 1.7278759594743862 1.7453292519943295 1.7627825445142729 1.7802358370342162 1.7976891295541595 1.8151424220741028 1.8325957145940461 1.8500490071139892 1.8675022996339325 1.8849555921538759 1.9024088846738192 1.9198621771937625 1.9373154697137058 1.9547687622336491 1.9722220547535925 1.9896753472735358 2.007128639793479 2.0245819323134224 2.0420352248333655 2.059488517353309 2.076941809873252 2.0943951023931953 2.111848394913139 2.129301687433082 2.1467549799530254 2.1642082724729685 2.181661564992912 2.199114857512855 2.2165681500327987 2.234021442552742 2.251474735072685 2.2689280275926285 2.2863813201125716 2.303834612632515 2.321287905152458 2.3387411976724017 2.356194490192345 2.3736477827122884 2.3911010752322315 2.4085543677521746 2.426007660272118 2.443460952792061 2.4609142453120048 2.478367537831948 2.4958208303518914 2.5132741228718345 2.530727415391778 2.548180707911721 2.5656340004316642 2.5830872929516078 2.600540585471551 2.6179938779914944 2.6354471705114375 2.652900463031381 2.670353755551324 2.6878070480712677 2.705260340591211 2.722713633111154 2.7401669256310974 2.7576202181510405 2.775073510670984 2.792526803190927 2.8099800957108707 2.827433388230814 2.8448866807507573 2.8623399732707004 2.8797932657906435 2.897246558310587 2.91469985083053 2.9321531433504737 2.949606435870417 2.9670597283903604 2.9845130209103035 3.001966313430247 3.01941960595019 3.036872898470133 3.0543261909900767 3.07177948351002 3.0892327760299634 3.1066860685499065 3.12413936106985 3.141592653589793
-
-
- 1
-
-
- 1 2 3
- current
-
-
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+ fixed source
+ 100000
+ 10
+
+
+ 0 0 -20
+
+
+
+ 0.012 1.0
+
+
+
+
+
+ 1
+
+
+ 0.0 0.017453292519943295 0.03490658503988659 0.05235987755982989 0.06981317007977318 0.08726646259971647 0.10471975511965978 0.12217304763960307 0.13962634015954636 0.15707963267948966 0.17453292519943295 0.19198621771937624 0.20943951023931956 0.22689280275926285 0.24434609527920614 0.2617993877991494 0.2792526803190927 0.29670597283903605 0.3141592653589793 0.33161255787892263 0.3490658503988659 0.3665191429188092 0.3839724354387525 0.4014257279586958 0.4188790204786391 0.4363323129985824 0.4537856055185257 0.47123889803846897 0.4886921905584123 0.5061454830783556 0.5235987755982988 0.5410520681182421 0.5585053606381855 0.5759586531581288 0.5934119456780721 0.6108652381980153 0.6283185307179586 0.6457718232379019 0.6632251157578453 0.6806784082777885 0.6981317007977318 0.7155849933176751 0.7330382858376184 0.7504915783575618 0.767944870877505 0.7853981633974483 0.8028514559173916 0.8203047484373349 0.8377580409572782 0.8552113334772214 0.8726646259971648 0.8901179185171081 0.9075712110370514 0.9250245035569946 0.9424777960769379 0.9599310885968813 0.9773843811168246 0.9948376736367679 1.0122909661567112 1.0297442586766545 1.0471975511965976 1.064650843716541 1.0821041362364843 1.0995574287564276 1.117010721276371 1.1344640137963142 1.1519173063162575 1.1693705988362009 1.1868238913561442 1.2042771838760873 1.2217304763960306 1.239183768915974 1.2566370614359172 1.2740903539558606 1.2915436464758039 1.3089969389957472 1.3264502315156905 1.3439035240356338 1.361356816555577 1.3788101090755203 1.3962634015954636 1.413716694115407 1.4311699866353502 1.4486232791552935 1.4660765716752369 1.4835298641951802 1.5009831567151235 1.5184364492350666 1.53588974175501 1.5533430342749532 1.5707963267948966 1.5882496193148399 1.6057029118347832 1.6231562043547265 1.6406094968746698 1.6580627893946132 1.6755160819145565 1.6929693744344996 1.710422666954443 1.7278759594743862 1.7453292519943295 1.7627825445142729 1.7802358370342162 1.7976891295541595 1.8151424220741028 1.8325957145940461 1.8500490071139892 1.8675022996339325 1.8849555921538759 1.9024088846738192 1.9198621771937625 1.9373154697137058 1.9547687622336491 1.9722220547535925 1.9896753472735358 2.007128639793479 2.0245819323134224 2.0420352248333655 2.059488517353309 2.076941809873252 2.0943951023931953 2.111848394913139 2.129301687433082 2.1467549799530254 2.1642082724729685 2.181661564992912 2.199114857512855 2.2165681500327987 2.234021442552742 2.251474735072685 2.2689280275926285 2.2863813201125716 2.303834612632515 2.321287905152458 2.3387411976724017 2.356194490192345 2.3736477827122884 2.3911010752322315 2.4085543677521746 2.426007660272118 2.443460952792061 2.4609142453120048 2.478367537831948 2.4958208303518914 2.5132741228718345 2.530727415391778 2.548180707911721 2.5656340004316642 2.5830872929516078 2.600540585471551 2.6179938779914944 2.6354471705114375 2.652900463031381 2.670353755551324 2.6878070480712677 2.705260340591211 2.722713633111154 2.7401669256310974 2.7576202181510405 2.775073510670984 2.792526803190927 2.8099800957108707 2.827433388230814 2.8448866807507573 2.8623399732707004 2.8797932657906435 2.897246558310587 2.91469985083053 2.9321531433504737 2.949606435870417 2.9670597283903604 2.9845130209103035 3.001966313430247 3.01941960595019 3.036872898470133 3.0543261909900767 3.07177948351002 3.0892327760299634 3.1066860685499065 3.12413936106985 3.141592653589793
+
+
+ 1
+
+
+ 1 2 3
+ current
+
+
+
diff --git a/tests/regression_tests/periodic/inputs_true.dat b/tests/regression_tests/periodic/inputs_true.dat
index c1f6d1563..9934e2de0 100644
--- a/tests/regression_tests/periodic/inputs_true.dat
+++ b/tests/regression_tests/periodic/inputs_true.dat
@@ -1,37 +1,37 @@
-
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 4
- 0
-
-
- 0 0 0 5 5 0
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 4
+ 0
+
+
+ 0 0 0 5 5 0
+
+
+
+
diff --git a/tests/regression_tests/periodic_6fold/inputs_true.dat b/tests/regression_tests/periodic_6fold/inputs_true.dat
index 35bbcc047..9c2899417 100644
--- a/tests/regression_tests/periodic_6fold/inputs_true.dat
+++ b/tests/regression_tests/periodic_6fold/inputs_true.dat
@@ -1,34 +1,34 @@
-
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 4
- 0
-
-
- 0 0 0 5 5 0
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 4
+ 0
+
+
+ 0 0 0 5 5 0
+
+
+
+
diff --git a/tests/regression_tests/periodic_hex/inputs_true.dat b/tests/regression_tests/periodic_hex/inputs_true.dat
index 00e539d4b..f4869fa58 100644
--- a/tests/regression_tests/periodic_hex/inputs_true.dat
+++ b/tests/regression_tests/periodic_hex/inputs_true.dat
@@ -1,24 +1,24 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
diff --git a/tests/regression_tests/photon_production/inputs_true.dat b/tests/regression_tests/photon_production/inputs_true.dat
index 09f1fd290..0b2b43468 100644
--- a/tests/regression_tests/photon_production/inputs_true.dat
+++ b/tests/regression_tests/photon_production/inputs_true.dat
@@ -1,68 +1,67 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 10000
- 1
-
-
- 0 0 0
-
-
-
- 14000000.0 1.0
-
-
- ttb
- true
-
- 1000.0
-
-
-
-
-
- 1
-
-
- neutron photon electron positron
-
-
- 1 2
- current
-
-
- 2
- Al27 total
- total (n,gamma)
- tracklength
-
-
- 2
- Al27 total
- total heating (n,gamma)
- collision
-
-
- 2
- Al27 total
- total heating (n,gamma)
- analog
-
-
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+ fixed source
+ 10000
+ 1
+
+
+ 0 0 0
+
+
+
+ 14000000.0 1.0
+
+
+ ttb
+ true
+
+ 1000.0
+
+
+
+
+ 1
+
+
+ neutron photon electron positron
+
+
+ 1 2
+ current
+
+
+ 2
+ Al27 total
+ total (n,gamma)
+ tracklength
+
+
+ 2
+ Al27 total
+ total heating (n,gamma)
+ collision
+
+
+ 2
+ Al27 total
+ total heating (n,gamma)
+ analog
+
+
+
diff --git a/tests/regression_tests/photon_production_fission/inputs_true.dat b/tests/regression_tests/photon_production_fission/inputs_true.dat
index c317f6273..ea6e9d9ee 100644
--- a/tests/regression_tests/photon_production_fission/inputs_true.dat
+++ b/tests/regression_tests/photon_production_fission/inputs_true.dat
@@ -1,49 +1,48 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 2
-
-
- 0 0 0
-
-
- true
-
-
-
-
- neutron photon
-
-
- 1
- U235 total
- fission heating-local
- tracklength
-
-
- 1
- U235 total
- fission heating heating-local
- collision
-
-
- 1
- U235 total
- fission heating heating-local
- analog
-
-
+
+
+
+
+
+
+
+
+ |
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 2
+
+
+ 0 0 0
+
+
+ true
+
+
+
+ neutron photon
+
+
+ 1
+ U235 total
+ fission heating-local
+ tracklength
+
+
+ 1
+ U235 total
+ fission heating heating-local
+ collision
+
+
+ 1
+ U235 total
+ fission heating heating-local
+ analog
+
+
+
diff --git a/tests/regression_tests/photon_source/inputs_true.dat b/tests/regression_tests/photon_source/inputs_true.dat
index f7c9c24b4..4c61b47fc 100644
--- a/tests/regression_tests/photon_source/inputs_true.dat
+++ b/tests/regression_tests/photon_source/inputs_true.dat
@@ -1,45 +1,44 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 10000
- 1
-
-
- 0 0 0
-
-
-
- 10000000.0 1.0
-
-
- ttb
- true
-
- 1000.0
-
-
-
-
-
- photon
-
-
- 1
- flux (n,gamma)
-
-
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ fixed source
+ 10000
+ 1
+
+
+ 0 0 0
+
+
+
+ 10000000.0 1.0
+
+
+ ttb
+ true
+
+ 1000.0
+
+
+
+
+ photon
+
+
+ 1
+ flux (n,gamma)
+
+
+
diff --git a/tests/regression_tests/photon_source/test.py b/tests/regression_tests/photon_source/test.py
index a2bfb9038..d4b4a69fd 100644
--- a/tests/regression_tests/photon_source/test.py
+++ b/tests/regression_tests/photon_source/test.py
@@ -7,20 +7,19 @@ from tests.testing_harness import PyAPITestHarness
class SourceTestHarness(PyAPITestHarness):
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
mat = openmc.Material()
mat.set_density('g/cm3', 0.998207)
mat.add_element('H', 0.111894)
mat.add_element('O', 0.888106)
- materials = openmc.Materials([mat])
- materials.export_to_xml()
+ self._model.materials = openmc.Materials([mat])
sphere = openmc.Sphere(r=1.0e9, boundary_type='reflective')
inside_sphere = openmc.Cell()
inside_sphere.region = -sphere
inside_sphere.fill = mat
- geometry = openmc.Geometry([inside_sphere])
- geometry.export_to_xml()
+ self._model.geometry = openmc.Geometry([inside_sphere])
source = openmc.Source()
source.space = openmc.stats.Point((0, 0, 0))
@@ -36,16 +35,16 @@ class SourceTestHarness(PyAPITestHarness):
settings.cutoff = {'energy_photon' : 1000.0}
settings.run_mode = 'fixed source'
settings.source = source
- settings.export_to_xml()
+ self._model.settings = settings
particle_filter = openmc.ParticleFilter('photon')
tally = openmc.Tally()
tally.filters = [particle_filter]
tally.scores = ['flux', '(n,gamma)']
tallies = openmc.Tallies([tally])
- tallies.export_to_xml()
+ self._model.tallies = tallies
def test_photon_source():
- harness = SourceTestHarness('statepoint.1.h5')
+ harness = SourceTestHarness('statepoint.1.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/resonance_scattering/inputs_true.dat b/tests/regression_tests/resonance_scattering/inputs_true.dat
index 57a5e1a4b..7165fa72b 100644
--- a/tests/regression_tests/resonance_scattering/inputs_true.dat
+++ b/tests/regression_tests/resonance_scattering/inputs_true.dat
@@ -1,34 +1,34 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
-
- -4 -4 -4 4 4 4
-
-
-
- true
- rvs
- 1.0
- 210.0
- U238 U235 Pu239
-
-
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
+ -4 -4 -4 4 4 4
+
+
+
+ true
+ rvs
+ 1.0
+ 210.0
+ U238 U235 Pu239
+
+
+
diff --git a/tests/regression_tests/resonance_scattering/test.py b/tests/regression_tests/resonance_scattering/test.py
index e77dd9258..d9f76fac5 100644
--- a/tests/regression_tests/resonance_scattering/test.py
+++ b/tests/regression_tests/resonance_scattering/test.py
@@ -4,7 +4,8 @@ from tests.testing_harness import PyAPITestHarness
class ResonanceScatteringTestHarness(PyAPITestHarness):
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
# Materials
mat = openmc.Material(material_id=1)
mat.set_density('g/cc', 1.0)
@@ -13,15 +14,13 @@ class ResonanceScatteringTestHarness(PyAPITestHarness):
mat.add_nuclide('Pu239', 0.02)
mat.add_nuclide('H1', 20.0)
- mats_file = openmc.Materials([mat])
- mats_file.export_to_xml()
+ self._model.materials = openmc.Materials([mat])
# Geometry
dumb_surface = openmc.XPlane(100, boundary_type='reflective')
c1 = openmc.Cell(cell_id=1, fill=mat, region=-dumb_surface)
root_univ = openmc.Universe(universe_id=0, cells=[c1])
- geometry = openmc.Geometry(root_univ)
- geometry.export_to_xml()
+ self._model.geometry = openmc.Geometry(root_univ)
# Resonance elastic scattering settings
res_scat_settings = {
@@ -39,9 +38,10 @@ class ResonanceScatteringTestHarness(PyAPITestHarness):
settings.source = openmc.source.Source(
space=openmc.stats.Box([-4, -4, -4], [4, 4, 4]))
settings.resonance_scattering = res_scat_settings
- settings.export_to_xml()
+ self._model.settings = settings
def test_resonance_scattering():
- harness = ResonanceScatteringTestHarness('statepoint.10.h5')
+ harness = ResonanceScatteringTestHarness('statepoint.10.h5',
+ model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/salphabeta/inputs_true.dat b/tests/regression_tests/salphabeta/inputs_true.dat
index 29d8065cf..31a81b2c8 100644
--- a/tests/regression_tests/salphabeta/inputs_true.dat
+++ b/tests/regression_tests/salphabeta/inputs_true.dat
@@ -1,60 +1,60 @@
-
- |
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 400
- 5
- 0
-
-
- -4 -4 -4 4 4 4
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+
+ eigenvalue
+ 400
+ 5
+ 0
+
+
+ -4 -4 -4 4 4 4
+
+
+
+
diff --git a/tests/regression_tests/score_current/inputs_true.dat b/tests/regression_tests/score_current/inputs_true.dat
index 2b81f508f..f9c9ba494 100644
--- a/tests/regression_tests/score_current/inputs_true.dat
+++ b/tests/regression_tests/score_current/inputs_true.dat
@@ -1,55 +1,54 @@
-
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
-
-
-
- 3 3 3
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- 1
-
-
- 0.0 0.253 20000000.0
-
-
- 1
- current
-
-
- 1 2
- current
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
+
+ 3 3 3
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ 1
+
+
+ 0.0 0.253 20000000.0
+
+
+ 1
+ current
+
+
+ 1 2
+ current
+
+
+
diff --git a/tests/regression_tests/source/inputs_true.dat b/tests/regression_tests/source/inputs_true.dat
index c9c9c4277..adf60c814 100644
--- a/tests/regression_tests/source/inputs_true.dat
+++ b/tests/regression_tests/source/inputs_true.dat
@@ -1,150 +1,150 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
-
-
-
- -4.0 -1.0 3.0 0.2 0.3 0.5
-
-
- -2.0 0.0 2.0 0.2 0.3 0.2
-
-
-
-
- -1.0 0.0 1.0 0.5 0.25 0.25
-
-
-
-
-
-
-
- -4.0 -4.0 -4.0 4.0 4.0 4.0
-
-
-
-
-
-
- 1.2 -2.3 0.781
-
-
-
- 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
-
-
-
-
-
-
- 0.7071067811865476 0.0 -0.7071067811865475 0.3 0.4 0.3
-
-
-
-
-
- 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
-
-
-
-
-
-
-
- -2.0 0.0 2.0 0.2 0.3 0.2
-
-
-
-
- 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
-
-
-
-
-
-
-
- -2.0 0.0 2.0 0.2 0.3 0.2
-
-
-
-
-
-
-
-
-
-
-
-
- 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
-
-
-
-
-
-
-
-
- 0.7071067811865476 0.0 -0.7071067811865475 0.3 0.4 0.3
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
-
-
-
-
-
-
-
-
-
-
- -2.0 0.0 2.0 0.2 0.3 0.2
-
-
-
-
-
-
-
-
-
-
-
-
- 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ |
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
+
+
+ -4.0 -1.0 3.0 0.2 0.3 0.5
+
+
+ -2.0 0.0 2.0 0.2 0.3 0.2
+
+
+
+
+ -1.0 0.0 1.0 0.5 0.25 0.25
+
+
+
+
+
+
+
+ -4.0 -4.0 -4.0 4.0 4.0 4.0
+
+
+
+
+
+
+ 1.2 -2.3 0.781
+
+
+
+ 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
+
+
+
+
+
+
+ 0.7071067811865476 0.0 -0.7071067811865475 0.3 0.4 0.3
+
+
+
+
+
+ 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
+
+
+
+
+
+
+
+ -2.0 0.0 2.0 0.2 0.3 0.2
+
+
+
+
+ 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
+
+
+
+
+
+
+
+ -2.0 0.0 2.0 0.2 0.3 0.2
+
+
+
+
+
+
+
+
+
+
+
+
+ 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
+
+
+
+
+
+
+
+
+ 0.7071067811865476 0.0 -0.7071067811865475 0.3 0.4 0.3
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
+
+
+
+
+
+
+
+
+
+
+ -2.0 0.0 2.0 0.2 0.3 0.2
+
+
+
+
+
+
+
+
+
+
+
+
+ 1.0 1.3894954943731377 1.93069772888325 2.6826957952797255 3.72759372031494 5.17947467923121 7.196856730011519 10.0 13.894954943731374 19.306977288832496 26.826957952797247 37.2759372031494 51.7947467923121 71.96856730011518 100.0 138.94954943731375 193.06977288832496 268.26957952797244 372.7593720314938 517.9474679231207 719.6856730011514 1000.0 1389.4954943731375 1930.6977288832495 2682.6957952797247 3727.593720314938 5179.474679231207 7196.856730011514 10000.0 13894.95494373136 19306.977288832495 26826.95795279722 37275.93720314938 51794.74679231213 71968.56730011514 100000.0 138949.5494373136 193069.77288832495 268269.5795279722 372759.3720314938 517947.4679231202 719685.6730011514 1000000.0 1389495.494373136 1930697.7288832497 2682695.7952797217 3727593.720314938 5179474.679231202 7196856.730011513 10000000.0 0.0 2.9086439299358713e-08 5.80533561806147e-08 8.67817193689187e-08 1.1515347785771536e-07 1.4305204600565115e-07 1.7036278261198208e-07 1.9697346200185813e-07 2.227747351856934e-07 2.4766057919761985e-07 2.715287327665956e-07 2.9428111652990295e-07 3.1582423606228735e-07 3.360695660646056e-07 3.549339141332686e-07 3.723397626156721e-07 3.882155871468592e-07 4.024961505584776e-07 4.151227709522976e-07 4.260435628367196e-07 4.3521365033538783e-07 4.4259535159179273e-07 4.4815833361210174e-07 4.5187973690993757e-07 4.5374426944091084e-07 4.5374426944091084e-07 4.5187973690993757e-07 4.4815833361210174e-07 4.4259535159179273e-07 4.352136503353879e-07 4.2604356283671966e-07 4.1512277095229767e-07 4.0249615055847764e-07 3.8821558714685926e-07 3.723397626156722e-07 3.5493391413326864e-07 3.360695660646057e-07 3.158242360622874e-07 2.942811165299031e-07 2.715287327665957e-07 2.4766057919762e-07 2.2277473518569352e-07 1.9697346200185819e-07 1.7036278261198226e-07 1.4305204600565126e-07 1.1515347785771556e-07 8.678171936891881e-08 5.805335618061493e-08 2.9086439299358858e-08 5.559621115282002e-23
+
+
+
+
+
+
+
diff --git a/tests/regression_tests/source/test.py b/tests/regression_tests/source/test.py
index a1175c48f..af9e67baa 100644
--- a/tests/regression_tests/source/test.py
+++ b/tests/regression_tests/source/test.py
@@ -7,12 +7,12 @@ from tests.testing_harness import PyAPITestHarness
class SourceTestHarness(PyAPITestHarness):
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
mat1 = openmc.Material(material_id=1, temperature=294)
mat1.set_density('g/cm3', 4.5)
mat1.add_nuclide(openmc.Nuclide('U235'), 1.0)
- materials = openmc.Materials([mat1])
- materials.export_to_xml()
+ self._model.materials = openmc.Materials([mat1])
sphere = openmc.Sphere(surface_id=1, r=10.0, boundary_type='vacuum')
inside_sphere = openmc.Cell(cell_id=1)
@@ -21,9 +21,7 @@ class SourceTestHarness(PyAPITestHarness):
root = openmc.Universe(universe_id=0)
root.add_cell(inside_sphere)
- geometry = openmc.Geometry()
- geometry.root_universe = root
- geometry.export_to_xml()
+ self._model.geometry = openmc.Geometry(root)
# Create an array of different sources
x_dist = openmc.stats.Uniform(-3., 3.)
@@ -84,9 +82,9 @@ class SourceTestHarness(PyAPITestHarness):
settings.inactive = 5
settings.particles = 1000
settings.source = [source1, source2, source3, source4, source5, source6, source7, source8]
- settings.export_to_xml()
+ self._model.settings = settings
def test_source():
- harness = SourceTestHarness('statepoint.10.h5')
+ harness = SourceTestHarness('statepoint.10.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/source_dlopen/inputs_true.dat b/tests/regression_tests/source_dlopen/inputs_true.dat
index 23878ac20..1a447ae3d 100644
--- a/tests/regression_tests/source_dlopen/inputs_true.dat
+++ b/tests/regression_tests/source_dlopen/inputs_true.dat
@@ -1,23 +1,23 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
- 0
-
-
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ fixed source
+ 1000
+ 10
+ 0
+
+
+
diff --git a/tests/regression_tests/source_parameterized_dlopen/inputs_true.dat b/tests/regression_tests/source_parameterized_dlopen/inputs_true.dat
index f4a0eba73..208030e2e 100644
--- a/tests/regression_tests/source_parameterized_dlopen/inputs_true.dat
+++ b/tests/regression_tests/source_parameterized_dlopen/inputs_true.dat
@@ -1,23 +1,23 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
- 0
-
-
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ fixed source
+ 1000
+ 10
+ 0
+
+
+
diff --git a/tests/regression_tests/surface_source/inputs_true_read.dat b/tests/regression_tests/surface_source/inputs_true_read.dat
index 3a122c737..fb843a6d1 100644
--- a/tests/regression_tests/surface_source/inputs_true_read.dat
+++ b/tests/regression_tests/surface_source/inputs_true_read.dat
@@ -1,34 +1,33 @@
-
- |
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
- surface_source_true.h5
-
- 1
-
-
-
-
- 3
-
-
- 1
- flux
-
-
+
+
+
+
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+ surface_source_true.h5
+
+ 1
+
+
+
+ 3
+
+
+ 1
+ flux
+
+
+
diff --git a/tests/regression_tests/surface_source/inputs_true_write.dat b/tests/regression_tests/surface_source/inputs_true_write.dat
index 48dde9900..dbdf22395 100644
--- a/tests/regression_tests/surface_source/inputs_true_write.dat
+++ b/tests/regression_tests/surface_source/inputs_true_write.dat
@@ -1,40 +1,39 @@
-
- |
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
- 0 0 0
-
-
-
- 1
- 1000
-
- 1
-
-
-
-
- 3
-
-
- 1
- flux
-
-
+
+
+
+
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+ 0 0 0
+
+
+
+ 1
+ 1000
+
+ 1
+
+
+
+ 3
+
+
+ 1
+ flux
+
+
+
diff --git a/tests/regression_tests/surface_source/surface_source_true.h5 b/tests/regression_tests/surface_source/surface_source_true.h5
index c1b640211..9090c9fac 100644
Binary files a/tests/regression_tests/surface_source/surface_source_true.h5 and b/tests/regression_tests/surface_source/surface_source_true.h5 differ
diff --git a/tests/regression_tests/surface_tally/inputs_true.dat b/tests/regression_tests/surface_tally/inputs_true.dat
index 96639a076..1a8907955 100644
--- a/tests/regression_tests/surface_tally/inputs_true.dat
+++ b/tests/regression_tests/surface_tally/inputs_true.dat
@@ -1,103 +1,102 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 0
-
-
- -0.62992 -0.62992 -1 0.62992 0.62992 1
-
-
-
-
-
-
- 13
-
-
- 14
-
-
- 0.0 4000000.0 20000000.0
-
-
- 0.0 0.7853981633974483 3.141592653589793
-
-
- 0.0 0.7853981633974483 3.141592653589793
-
-
- 1
-
-
- 14
-
-
- 13
-
-
- 2
-
-
- 3
-
-
- 5 6 1 2 3
- current
-
-
- 5 4 1 2 3
- current
-
-
- 7 8 1 2 3
- current
-
-
- 7 4 1 2 3
- current
-
-
- 4 1 2 3
- current
-
-
- 10 1 2 3
- current
-
-
- 11 1
- current
-
-
- 11 1
- current
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 0
+
+
+ -0.62992 -0.62992 -1 0.62992 0.62992 1
+
+
+
+
+
+ 1
+
+
+ 2
+
+
+ 0.0 4000000.0 20000000.0
+
+
+ 0.0 0.7853981633974483 3.141592653589793
+
+
+ 0.0 0.7853981633974483 3.141592653589793
+
+
+ 1
+
+
+ 2
+
+
+ 1
+
+
+ 2
+
+
+ 3
+
+
+ 5 6 1 2 3
+ current
+
+
+ 5 4 1 2 3
+ current
+
+
+ 7 8 1 2 3
+ current
+
+
+ 7 4 1 2 3
+ current
+
+
+ 4 1 2 3
+ current
+
+
+ 10 1 2 3
+ current
+
+
+ 11 1
+ current
+
+
+ 11 1
+ current
+
+
+
diff --git a/tests/regression_tests/surface_tally/test.py b/tests/regression_tests/surface_tally/test.py
index d21f361e6..001fe6448 100644
--- a/tests/regression_tests/surface_tally/test.py
+++ b/tests/regression_tests/surface_tally/test.py
@@ -6,7 +6,8 @@ from tests.testing_harness import PyAPITestHarness
class SurfaceTallyTestHarness(PyAPITestHarness):
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
# Instantiate some Materials and register the appropriate Nuclides
uo2 = openmc.Material(name='UO2 fuel at 2.4% wt enrichment')
uo2.set_density('g/cc', 10.0)
@@ -21,8 +22,7 @@ class SurfaceTallyTestHarness(PyAPITestHarness):
borated_water.add_nuclide('O16', 1.0)
# Instantiate a Materials collection and export to XML
- materials_file = openmc.Materials([uo2, borated_water])
- materials_file.export_to_xml()
+ self._model.materials = openmc.Materials([uo2, borated_water])
# Instantiate ZCylinder surfaces
fuel_or = openmc.ZCylinder(surface_id=1, x0=0, y0=0, r=1,
@@ -61,8 +61,7 @@ class SurfaceTallyTestHarness(PyAPITestHarness):
root_univ.add_cell(root_cell)
# Instantiate a Geometry, register the root Universe
- geometry = openmc.Geometry(root_univ)
- geometry.export_to_xml()
+ self._model.geometry = openmc.Geometry(root_univ)
# Instantiate a Settings object, set all runtime parameters
settings_file = openmc.Settings()
@@ -76,7 +75,7 @@ class SurfaceTallyTestHarness(PyAPITestHarness):
uniform_dist = openmc.stats.Box(bounds[:3], bounds[3:],\
only_fissionable=True)
settings_file.source = openmc.source.Source(space=uniform_dist)
- settings_file.export_to_xml()
+ self._model.settings = settings_file
# Tallies file
tallies_file = openmc.Tallies()
@@ -156,7 +155,7 @@ class SurfaceTallyTestHarness(PyAPITestHarness):
surf_tally3.scores = ['current']
tallies_file.append(surf_tally3)
- tallies_file.export_to_xml()
+ self._model.tallies = tallies_file
def _get_results(self):
"""Digest info in the statepoint and return as a string."""
@@ -174,5 +173,5 @@ class SurfaceTallyTestHarness(PyAPITestHarness):
def test_surface_tally():
- harness = SurfaceTallyTestHarness('statepoint.10.h5')
+ harness = SurfaceTallyTestHarness('statepoint.10.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/tallies/inputs_true.dat b/tests/regression_tests/tallies/inputs_true.dat
index 61daba0d4..e6725024a 100644
--- a/tests/regression_tests/tallies/inputs_true.dat
+++ b/tests/regression_tests/tallies/inputs_true.dat
@@ -1,38 +1,187 @@
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
- 1.26 1.26
- 17 17
- -10.71 -10.71
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 1.26 1.26
+ 17 17
+ -10.71 -10.71
+
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 2 1 1 2 1 1 2 1 1 1 1 1
@@ -50,12 +199,12 @@
1 1 1 1 1 2 1 1 2 1 1 2 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
-
-
- 1.26 1.26
- 17 17
- -10.71 -10.71
-
+
+
+ 1.26 1.26
+ 17 17
+ -10.71 -10.71
+
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 4 3 3 4 3 3 4 3 3 3 3 3
@@ -73,12 +222,12 @@
3 3 3 3 3 4 3 3 4 3 3 4 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
-
-
- 21.42 21.42
- 21 21
- -224.91 -224.91
-
+
+
+ 21.42 21.42
+ 21 21
+ -224.91 -224.91
+
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 6 6 6 6 6 6 6 5 5 5 5 5 5 5
@@ -100,12 +249,12 @@
5 5 5 5 5 5 5 6 6 6 6 6 6 6 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
-
-
- 21.42 21.42
- 21 21
- -224.91 -224.91
-
+
+
+ 21.42 21.42
+ 21 21
+ -224.91 -224.91
+
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 8 8 8 8 8 8 8 7 7 7 7 7 7 7
@@ -127,378 +276,228 @@
7 7 7 7 7 7 7 8 8 8 8 8 8 8 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 400
- 5
- 0
-
-
- -160 -160 -183 160 160 183
-
-
-
-
-
-
- 2 2
- -182.07 -182.07
- 182.07 182.07
-
-
- -3.14159 -1.885 -0.6283 0.6283 1.885 3.14159
-
-
- 1
-
-
- 10 21 22 23
-
-
- 1 2 3 4 5 6
-
-
- 0.0 0.253 1000.0 1000000.0 20000000.0
-
-
- 0.0 0.253 1000.0 1000000.0 20000000.0
-
-
- 1 2 3 4
-
-
- -1.0 -0.5 0.0 0.5 1.0
-
-
- 0.0 0.6283 1.2566 1.885 2.5132 3.14159
-
-
- 4
-
-
- 4
-
-
- 1 2 3 4 6 8
-
-
- 1 2 5 3 6
-
-
- 10 21 22 23 60
-
-
- 21 22 23 27 28 29 60
-
-
- 1
- flux
- tracklength
-
-
- 1
- flux
- analog
-
-
- 1 2
- flux
- tracklength
-
-
- 3
- total
-
-
- 4
- U235 O16 total
- delayed-nu-fission decay-rate
-
-
- 5
- total
-
-
- 6
- scatter
-
-
- 5 6
- scatter nu-fission
-
-
- 7
- total
-
-
- 8
- scatter nu-scatter
-
-
- 8 2
- scatter nu-scatter
-
-
- 9
- flux
- tracklength
-
-
- 9
- flux
- analog
-
-
- 9 2
- flux
- tracklength
-
-
- 10
- scatter nu-scatter
- analog
-
-
- 11
- scatter nu-scatter flux total
- analog
-
-
- 11
- flux total
- collision
-
-
- 11
- flux total
- tracklength
-
-
- 12
- total
-
-
- 15
- scatter
-
-
- 13
- absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
- tracklength
-
-
- 13
- U235 O16 total
- absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
- tracklength
-
-
- 13
- absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
- analog
-
-
- 13
- U235 O16 total
- absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
- analog
-
-
- 13
- absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
- collision
-
-
- 13
- U235 O16 total
- absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
- collision
-
-
- 14
- flux
- tracklength
-
-
- 14
- flux
- analog
-
-
- 14
- flux
- collision
-
-
- H1-production H2-production H3-production He3-production He4-production heating damage-energy
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 400
+ 5
+ 0
+
+
+ -160 -160 -183 160 160 183
+
+
+
+
+
+ 2 2
+ -182.07 -182.07
+ 182.07 182.07
+
+
+ -3.14159 -1.885 -0.6283 0.6283 1.885 3.14159
+
+
+ 1
+
+
+ 10 21 22 23
+
+
+ 1 2 3 4 5 6
+
+
+ 0.0 0.253 1000.0 1000000.0 20000000.0
+
+
+ 0.0 0.253 1000.0 1000000.0 20000000.0
+
+
+ 1 2 3 4
+
+
+ -1.0 -0.5 0.0 0.5 1.0
+
+
+ 0.0 0.6283 1.2566 1.885 2.5132 3.14159
+
+
+ 4
+
+
+ 4
+
+
+ 1 2 3 4 6 8
+
+
+ 1 2 5 3 6
+
+
+ 10 21 22 23 60
+
+
+ 21 22 23 27 28 29 60
+
+
+ 1
+ flux
+ tracklength
+
+
+ 1
+ flux
+ analog
+
+
+ 1 2
+ flux
+ tracklength
+
+
+ 3
+ total
+
+
+ 4
+ U235 O16 total
+ delayed-nu-fission decay-rate
+
+
+ 5
+ total
+
+
+ 6
+ scatter
+
+
+ 5 6
+ scatter nu-fission
+
+
+ 7
+ total
+
+
+ 8
+ scatter nu-scatter
+
+
+ 8 2
+ scatter nu-scatter
+
+
+ 9
+ flux
+ tracklength
+
+
+ 9
+ flux
+ analog
+
+
+ 9 2
+ flux
+ tracklength
+
+
+ 10
+ scatter nu-scatter
+ analog
+
+
+ 11
+ scatter nu-scatter flux total
+ analog
+
+
+ 11
+ flux total
+ collision
+
+
+ 11
+ flux total
+ tracklength
+
+
+ 12
+ total
+
+
+ 15
+ scatter
+
+
+ 13
+ absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
+ tracklength
+
+
+ 13
+ U235 O16 total
+ absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
+ tracklength
+
+
+ 13
+ absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
+ analog
+
+
+ 13
+ U235 O16 total
+ absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
+ analog
+
+
+ 13
+ absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
+ collision
+
+
+ 13
+ U235 O16 total
+ absorption delayed-nu-fission events fission inverse-velocity kappa-fission (n,2n) (n,n1) (n,gamma) nu-fission scatter elastic total prompt-nu-fission fission-q-prompt fission-q-recoverable decay-rate
+ collision
+
+
+ 14
+ flux
+ tracklength
+
+
+ 14
+ flux
+ analog
+
+
+ 14
+ flux
+ collision
+
+
+ H1-production H2-production H3-production He3-production He4-production heating damage-energy
+
+
+
diff --git a/tests/regression_tests/tally_aggregation/inputs_true.dat b/tests/regression_tests/tally_aggregation/inputs_true.dat
index 80356f711..bb2dcddc5 100644
--- a/tests/regression_tests/tally_aggregation/inputs_true.dat
+++ b/tests/regression_tests/tally_aggregation/inputs_true.dat
@@ -1,57 +1,56 @@
-
- |
- |
- |
-
- 1.2 1.2
- 1
- 2 2
- -1.2 -1.2
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+ 1.2 1.2
+ 1
+ 2 2
+ -1.2 -1.2
+
1 1
1 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
-
-
-
- 0.0 0.253 1000.0 1000000.0 20000000.0
-
-
- 1
-
-
- 1 2
- U234 U235 U238
- nu-fission total
-
-
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
+
+ 0.0 0.253 1000.0 1000000.0 20000000.0
+
+
+ 1
+
+
+ 1 2
+ U234 U235 U238
+ nu-fission total
+
+
+
diff --git a/tests/regression_tests/tally_arithmetic/inputs_true.dat b/tests/regression_tests/tally_arithmetic/inputs_true.dat
index fbbf94fa9..41760f3cf 100644
--- a/tests/regression_tests/tally_arithmetic/inputs_true.dat
+++ b/tests/regression_tests/tally_arithmetic/inputs_true.dat
@@ -1,56 +1,55 @@
-
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 5
- 0
-
-
-
-
- 2 2
- -10.0 -10.0
- 10.0 10.0
-
-
- 1 2
-
-
- 0.0 10.0 20000000.0
-
-
- 1
-
-
- 2 1
- U234 U235
- nu-fission total
-
-
- 1 3
- U238 U235
- total fission
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+ eigenvalue
+ 1000
+ 5
+ 0
+
+
+
+ 2 2
+ -10.0 -10.0
+ 10.0 10.0
+
+
+ 1 2
+
+
+ 0.0 10.0 20000000.0
+
+
+ 1
+
+
+ 2 1
+ U234 U235
+ nu-fission total
+
+
+ 1 3
+ U238 U235
+ total fission
+
+
+
diff --git a/tests/regression_tests/tally_slice_merge/inputs_true.dat b/tests/regression_tests/tally_slice_merge/inputs_true.dat
index 6f421b1d9..5b5731efb 100644
--- a/tests/regression_tests/tally_slice_merge/inputs_true.dat
+++ b/tests/regression_tests/tally_slice_merge/inputs_true.dat
@@ -1,38 +1,187 @@
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
- 1.26 1.26
- 17 17
- -10.71 -10.71
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 1.26 1.26
+ 17 17
+ -10.71 -10.71
+
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 2 1 1 2 1 1 2 1 1 1 1 1
@@ -50,12 +199,12 @@
1 1 1 1 1 2 1 1 2 1 1 2 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
-
-
- 1.26 1.26
- 17 17
- -10.71 -10.71
-
+
+
+ 1.26 1.26
+ 17 17
+ -10.71 -10.71
+
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 4 3 3 4 3 3 4 3 3 3 3 3
@@ -73,12 +222,12 @@
3 3 3 3 3 4 3 3 4 3 3 4 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
-
-
- 21.42 21.42
- 21 21
- -224.91 -224.91
-
+
+
+ 21.42 21.42
+ 21 21
+ -224.91 -224.91
+
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 6 6 6 6 6 6 6 5 5 5 5 5 5 5
@@ -100,12 +249,12 @@
5 5 5 5 5 5 5 6 6 6 6 6 6 6 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5
-
-
- 21.42 21.42
- 21 21
- -224.91 -224.91
-
+
+
+ 21.42 21.42
+ 21 21
+ -224.91 -224.91
+
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 8 8 8 8 8 8 8 7 7 7 7 7 7 7
@@ -127,222 +276,72 @@
7 7 7 7 7 7 7 8 8 8 8 8 8 8 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 10
- 5
-
-
- -160 -160 -183 160 160 183
-
-
-
-
-
-
-
- 2 2
- -50.0 -50.0
- 50.0 50.0
-
-
- 21 27
-
-
- 0.0 0.625 20000000.0
-
-
- 21
-
-
- 1
-
-
- 16 8
- U235 U238
- fission nu-fission
- tracklength
-
-
- 6 8
- U235 U238
- fission nu-fission
- tracklength
-
-
- 7 8
- U235 U238
- fission nu-fission
- tracklength
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 10
+ 5
+
+
+ -160 -160 -183 160 160 183
+
+
+
+
+
+
+ 2 2
+ -50.0 -50.0
+ 50.0 50.0
+
+
+ 21 27
+
+
+ 0.0 0.625 20000000.0
+
+
+ 21
+
+
+ 1
+
+
+ 16 8
+ U235 U238
+ fission nu-fission
+ tracklength
+
+
+ 6 8
+ U235 U238
+ fission nu-fission
+ tracklength
+
+
+ 7 8
+ U235 U238
+ fission nu-fission
+ tracklength
+
+
+
diff --git a/tests/regression_tests/torus/inputs_true.dat b/tests/regression_tests/torus/inputs_true.dat
index 0ccbda400..c4aa2072a 100644
--- a/tests/regression_tests/torus/inputs_true.dat
+++ b/tests/regression_tests/torus/inputs_true.dat
@@ -1,34 +1,34 @@
-
- |
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 1000
- 10
- 5
-
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 1000
+ 10
+ 5
+
+
diff --git a/tests/regression_tests/torus/large_major/inputs_true.dat b/tests/regression_tests/torus/large_major/inputs_true.dat
index ae3f72d0f..8e3c9a9e3 100644
--- a/tests/regression_tests/torus/large_major/inputs_true.dat
+++ b/tests/regression_tests/torus/large_major/inputs_true.dat
@@ -1,37 +1,36 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
- -1000.0 0 0
-
-
-
-
-
-
- flux
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+ -1000.0 0 0
+
+
+
+
+
+ flux
+
+
+
diff --git a/tests/regression_tests/trigger_statepoint_restart/inputs_true.dat b/tests/regression_tests/trigger_statepoint_restart/inputs_true.dat
index 2c422697b..d30f24fc0 100644
--- a/tests/regression_tests/trigger_statepoint_restart/inputs_true.dat
+++ b/tests/regression_tests/trigger_statepoint_restart/inputs_true.dat
@@ -1,35 +1,34 @@
-
- |
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 400
- 15
- 10
-
- 0.003
- std_dev
-
-
- true
- 1000
- 1
-
- 1
-
-
-
-
- flux
-
-
+
+
+
+
+
+
+
+
+ |
+
+
+
+ eigenvalue
+ 400
+ 15
+ 10
+
+ 0.003
+ std_dev
+
+
+ true
+ 1000
+ 1
+
+ 1
+
+
+
+ flux
+
+
+
diff --git a/tests/regression_tests/triso/inputs_true.dat b/tests/regression_tests/triso/inputs_true.dat
index 2ea049465..c43483884 100644
--- a/tests/regression_tests/triso/inputs_true.dat
+++ b/tests/regression_tests/triso/inputs_true.dat
@@ -1,442 +1,442 @@
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
- 0.3333333333333333 0.3333333333333333 0.3333333333333333
- 38
- 3 3 3
- -0.5 -0.5 -0.5
-
-17 18 19
-14 15 16
-11 12 13
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ 0.3333333333333333 0.3333333333333333 0.3333333333333333
+ 30
+ 3 3 3
+ -0.5 -0.5 -0.5
+
+9 10 11
+6 7 8
+3 4 5
-26 27 28
-23 24 25
-20 21 22
+18 19 20
+15 16 17
+12 13 14
-35 36 37
-32 33 34
-29 30 31
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- eigenvalue
- 100
- 4
- 0
-
-
- 0.0 0.0 0.0
-
-
-
+27 28 29
+24 25 26
+21 22 23
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ eigenvalue
+ 100
+ 4
+ 0
+
+
+ 0.0 0.0 0.0
+
+
+
+
diff --git a/tests/regression_tests/triso/test.py b/tests/regression_tests/triso/test.py
index c44715691..248724cc2 100644
--- a/tests/regression_tests/triso/test.py
+++ b/tests/regression_tests/triso/test.py
@@ -9,7 +9,8 @@ from tests.testing_harness import PyAPITestHarness
class TRISOTestHarness(PyAPITestHarness):
- def _build_inputs(self):
+ def __init__(self, *args, **kwargs):
+ super().__init__(*args, **kwargs)
# Define TRISO matrials
fuel = openmc.Material()
fuel.set_density('g/cm3', 10.5)
@@ -78,20 +79,19 @@ class TRISOTestHarness(PyAPITestHarness):
box.fill = lattice
root = openmc.Universe(0, cells=[box])
- geom = openmc.Geometry(root)
- geom.export_to_xml()
+ self._model.geometry = openmc.Geometry(root)
settings = openmc.Settings()
settings.batches = 4
settings.inactive = 0
settings.particles = 100
settings.source = openmc.Source(space=openmc.stats.Point())
- settings.export_to_xml()
+ self._model.settings = settings
- mats = openmc.Materials([fuel, porous_carbon, ipyc, sic, opyc, graphite])
- mats.export_to_xml()
+ self._model.materials = openmc.Materials([fuel, porous_carbon, ipyc,
+ sic, opyc, graphite])
def test_triso():
- harness = TRISOTestHarness('statepoint.4.h5')
+ harness = TRISOTestHarness('statepoint.4.h5', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true.dat b/tests/regression_tests/unstructured_mesh/inputs_true.dat
index e556782ad..dba721d7e 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_hexes.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- collision
-
-
- 2
- flux
- collision
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_hexes.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ collision
+
+
+ 2
+ flux
+ collision
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true0.dat b/tests/regression_tests/unstructured_mesh/inputs_true0.dat
index 2e2594cde..7c3b5a53a 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true0.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true0.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets_w_holes.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- collision
-
-
- 2
- flux
- collision
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets_w_holes.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ collision
+
+
+ 2
+ flux
+ collision
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true1.dat b/tests/regression_tests/unstructured_mesh/inputs_true1.dat
index 84a3b186b..2a0ca5168 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true1.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true1.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- collision
-
-
- 2
- flux
- collision
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ collision
+
+
+ 2
+ flux
+ collision
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true10.dat b/tests/regression_tests/unstructured_mesh/inputs_true10.dat
index e9272a333..1290a9835 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true10.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true10.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets_w_holes.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- collision
-
-
- 2
- flux
- collision
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets_w_holes.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ collision
+
+
+ 2
+ flux
+ collision
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true11.dat b/tests/regression_tests/unstructured_mesh/inputs_true11.dat
index 0b89d280c..5edb5cf0f 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true11.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true11.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- collision
-
-
- 2
- flux
- collision
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ collision
+
+
+ 2
+ flux
+ collision
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true12.dat b/tests/regression_tests/unstructured_mesh/inputs_true12.dat
index b3673a254..d8def3b5b 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true12.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true12.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets_w_holes.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- tracklength
-
-
- 2
- flux
- tracklength
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets_w_holes.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ tracklength
+
+
+ 2
+ flux
+ tracklength
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true13.dat b/tests/regression_tests/unstructured_mesh/inputs_true13.dat
index c466396b6..3afb0ce50 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true13.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true13.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- tracklength
-
-
- 2
- flux
- tracklength
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ tracklength
+
+
+ 2
+ flux
+ tracklength
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true14.dat b/tests/regression_tests/unstructured_mesh/inputs_true14.dat
index 8c6a5120a..b7de468ea 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true14.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true14.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets_w_holes.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- tracklength
-
-
- 2
- flux
- tracklength
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets_w_holes.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ tracklength
+
+
+ 2
+ flux
+ tracklength
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true15.dat b/tests/regression_tests/unstructured_mesh/inputs_true15.dat
index 1b9abbd83..bdb1dd037 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true15.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true15.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- tracklength
-
-
- 2
- flux
- tracklength
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ tracklength
+
+
+ 2
+ flux
+ tracklength
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true2.dat b/tests/regression_tests/unstructured_mesh/inputs_true2.dat
index 7136d485a..b2a998786 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true2.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true2.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets_w_holes.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- collision
-
-
- 2
- flux
- collision
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets_w_holes.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ collision
+
+
+ 2
+ flux
+ collision
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true3.dat b/tests/regression_tests/unstructured_mesh/inputs_true3.dat
index 23900a060..4a66dc2a6 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true3.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true3.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- collision
-
-
- 2
- flux
- collision
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ collision
+
+
+ 2
+ flux
+ collision
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true4.dat b/tests/regression_tests/unstructured_mesh/inputs_true4.dat
index 995a1828f..7006c0f41 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true4.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true4.dat
@@ -1,92 +1,91 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 100
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets_w_holes.exo
-
-
- 9
-
-
- 10
-
-
- 9
- flux
- tracklength
-
-
- 10
- flux
- tracklength
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 100
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets_w_holes.exo
+
+
+ 9
+
+
+ 10
+
+
+ 9
+ flux
+ tracklength
+
+
+ 10
+ flux
+ tracklength
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true5.dat b/tests/regression_tests/unstructured_mesh/inputs_true5.dat
index 60229e5e5..6c20900fa 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true5.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true5.dat
@@ -1,92 +1,91 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 100
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets.exo
-
-
- 11
-
-
- 12
-
-
- 11
- flux
- tracklength
-
-
- 12
- flux
- tracklength
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 100
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets.exo
+
+
+ 11
+
+
+ 12
+
+
+ 11
+ flux
+ tracklength
+
+
+ 12
+ flux
+ tracklength
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true6.dat b/tests/regression_tests/unstructured_mesh/inputs_true6.dat
index 7a9257cb7..e0be90360 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true6.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true6.dat
@@ -1,92 +1,91 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 100
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets_w_holes.exo
-
-
- 13
-
-
- 14
-
-
- 13
- flux
- tracklength
-
-
- 14
- flux
- tracklength
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 100
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets_w_holes.exo
+
+
+ 13
+
+
+ 14
+
+
+ 13
+ flux
+ tracklength
+
+
+ 14
+ flux
+ tracklength
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true7.dat b/tests/regression_tests/unstructured_mesh/inputs_true7.dat
index 52802febf..3a4cc1b83 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true7.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true7.dat
@@ -1,92 +1,91 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 100
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets.exo
-
-
- 15
-
-
- 16
-
-
- 15
- flux
- tracklength
-
-
- 16
- flux
- tracklength
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 100
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets.exo
+
+
+ 15
+
+
+ 16
+
+
+ 15
+ flux
+ tracklength
+
+
+ 16
+ flux
+ tracklength
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true8.dat b/tests/regression_tests/unstructured_mesh/inputs_true8.dat
index a0cbbcae7..bd19a95ae 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true8.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true8.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets_w_holes.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- collision
-
-
- 2
- flux
- collision
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets_w_holes.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ collision
+
+
+ 2
+ flux
+ collision
+
+
+
diff --git a/tests/regression_tests/unstructured_mesh/inputs_true9.dat b/tests/regression_tests/unstructured_mesh/inputs_true9.dat
index 930bd8579..2e595a96c 100644
--- a/tests/regression_tests/unstructured_mesh/inputs_true9.dat
+++ b/tests/regression_tests/unstructured_mesh/inputs_true9.dat
@@ -1,91 +1,90 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 10
-
-
-
-
- 1.0 1.0
-
-
- 0.0 1.0
-
-
-
- 15000000.0 1.0
-
-
-
-
-
-
- 10 10 10
- -10.0 -10.0 -10.0
- 10.0 10.0 10.0
-
-
- test_mesh_tets.e
-
-
- 1
-
-
- 2
-
-
- 1
- flux
- collision
-
-
- 2
- flux
- collision
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 10
+
+
+
+
+ 1.0 1.0
+
+
+ 0.0 1.0
+
+
+
+ 15000000.0 1.0
+
+
+
+
+
+ 10 10 10
+ -10.0 -10.0 -10.0
+ 10.0 10.0 10.0
+
+
+ test_mesh_tets.e
+
+
+ 1
+
+
+ 2
+
+
+ 1
+ flux
+ collision
+
+
+ 2
+ flux
+ collision
+
+
+
diff --git a/tests/regression_tests/void/inputs_true.dat b/tests/regression_tests/void/inputs_true.dat
index 644952097..443c168bd 100644
--- a/tests/regression_tests/void/inputs_true.dat
+++ b/tests/regression_tests/void/inputs_true.dat
@@ -1,132 +1,131 @@
-
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 1000
- 3
-
-
- 0.0 0.0 0.0
-
-
-
-
-
-
- 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
-
-
- 1
- total
-
-
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ fixed source
+ 1000
+ 3
+
+
+ 0.0 0.0 0.0
+
+
+
+
+
+ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
+
+
+ 1
+ total
+
+
+
diff --git a/tests/regression_tests/volume_calc/inputs_true.dat b/tests/regression_tests/volume_calc/inputs_true.dat
index aaf6d8b00..879e05b8f 100644
--- a/tests/regression_tests/volume_calc/inputs_true.dat
+++ b/tests/regression_tests/volume_calc/inputs_true.dat
@@ -1,75 +1,75 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- volume
-
- cell
- 1 2 3
- 100000
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
- material
- 1 2
- 100000
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
- universe
- 0
- 100000
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
- cell
- 1 2 3
- 100
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
-
- material
- 1 2
- 100
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
-
- cell
- 1 2 3
- 100
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+ volume
+
+ cell
+ 1 2 3
+ 100000
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+ material
+ 1 2
+ 100000
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+ universe
+ 0
+ 100000
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+ cell
+ 1 2 3
+ 100
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+
+ material
+ 1 2
+ 100
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+
+ cell
+ 1 2 3
+ 100
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+
+
diff --git a/tests/regression_tests/volume_calc/inputs_true_mg.dat b/tests/regression_tests/volume_calc/inputs_true_mg.dat
index 21c2a9834..f114bd8c2 100644
--- a/tests/regression_tests/volume_calc/inputs_true_mg.dat
+++ b/tests/regression_tests/volume_calc/inputs_true_mg.dat
@@ -1,76 +1,76 @@
-
- |
- |
- |
-
-
-
-
-
-
-
-
- mg_lib.h5
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- volume
- multi-group
-
- cell
- 1 2 3
- 100000
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
- material
- 1 2
- 100000
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
- universe
- 0
- 100000
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
- cell
- 1 2 3
- 100
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
-
- material
- 1 2
- 100
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
-
- cell
- 1 2 3
- 100
- -1.0 -1.0 -6.0
- 1.0 1.0 6.0
-
-
-
+
+
+ mg_lib.h5
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+ |
+
+
+
+
+
+
+
+ volume
+ multi-group
+
+ cell
+ 1 2 3
+ 100000
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+ material
+ 1 2
+ 100000
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+ universe
+ 0
+ 100000
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+ cell
+ 1 2 3
+ 100
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+
+ material
+ 1 2
+ 100
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+
+ cell
+ 1 2 3
+ 100
+ -1.0 -1.0 -6.0
+ 1.0 1.0 6.0
+
+
+
+
diff --git a/tests/regression_tests/volume_calc/test.py b/tests/regression_tests/volume_calc/test.py
index e04eac7ff..c94d16c79 100644
--- a/tests/regression_tests/volume_calc/test.py
+++ b/tests/regression_tests/volume_calc/test.py
@@ -21,7 +21,6 @@ class VolumeTest(PyAPITestHarness):
if not is_ce:
self.inputs_true = 'inputs_true_mg.dat'
- def _build_inputs(self):
# Define materials
water = openmc.Material(1)
water.add_nuclide('H1', 2.0)
@@ -39,7 +38,7 @@ class VolumeTest(PyAPITestHarness):
materials = openmc.Materials((water, fuel))
if not self.is_ce:
materials.cross_sections = 'mg_lib.h5'
- materials.export_to_xml()
+ self._model.materials = materials
cyl = openmc.ZCylinder(surface_id=1, r=1.0, boundary_type='vacuum')
top_sphere = openmc.Sphere(surface_id=2, z0=5., r=1., boundary_type='vacuum')
@@ -53,8 +52,7 @@ class VolumeTest(PyAPITestHarness):
bottom_hemisphere = openmc.Cell(3, fill=water, region=-bottom_sphere & -top_plane)
root = openmc.Universe(0, cells=(inside_cyl, top_hemisphere, bottom_hemisphere))
- geometry = openmc.Geometry(root)
- geometry.export_to_xml()
+ self._model.geometry = openmc.Geometry(root)
# Set up stochastic volume calculation
ll, ur = root.bounding_box
@@ -79,7 +77,7 @@ class VolumeTest(PyAPITestHarness):
if not self.is_ce:
settings.energy_mode = 'multi-group'
settings.volume_calculations = vol_calcs
- settings.export_to_xml()
+ self._model.settings = settings
# Create the MGXS file if necessary
if not self.is_ce:
@@ -170,5 +168,5 @@ class VolumeTest(PyAPITestHarness):
@pytest.mark.parametrize('is_ce', [True, False])
def test_volume_calc(is_ce):
- harness = VolumeTest(is_ce, '')
+ harness = VolumeTest(is_ce, '', model=openmc.Model())
harness.main()
diff --git a/tests/regression_tests/weightwindows/inputs_true.dat b/tests/regression_tests/weightwindows/inputs_true.dat
index eb42baddf..16f03a4a0 100644
--- a/tests/regression_tests/weightwindows/inputs_true.dat
+++ b/tests/regression_tests/weightwindows/inputs_true.dat
@@ -1,96 +1,95 @@
-
- |
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- fixed source
- 200
- 2
-
-
- 0.001 0.001 0.001
-
-
- 14000000.0 1.0
-
-
- true
-
- 2
- neutron
- 0.0 0.5 20000000.0
- -1.0 0.007673145137236567 6.542700644645627e-07 0.0017541380096893788 0.0007245451610090619 7.476545089278482e-06 2.253382683081525e-06 2.1040609012865134e-05 0.08285899874014539 -1.0 1.0262431550731535e-13 3.3164825349503764e-16 0.0064803314120165335 3.5981031766416143e-06 -1.0 1.6205064883026195e-11 1.7770136411255912e-05 0.0001670700632870335 4.323138781337963e-05 -1.0 -1.0 6.922231352729155e-05 0.06550426960512012 -1.0 2.5639656866250453e-06 1.4508262073256659e-13 -1.0 -1.0 0.0009127050763987511 3.8523247550378815e-12 -1.0 0.0008175033526488423 -1.0 0.015148978428271613 2.5157355790201773e-07 2.1612150425221703e-06 1.3181562352445092e-10 2.9282097947816224e-05 2.762955748645507e-05 2.936268747135548e-14 1.6859219614058024e-19 3.937160538176268e-07 2.6011787393916806e-06 0.001570829313580841 -1.0 1.7041669224797384e-09 1.6421491993751715e-11 0.4899999304038166 6.948292975998466e-07 -1.0 -1.0 0.08657573566388353 0.006639379668946672 1.681305446488884e-11 2.2487617828938326e-05 4.109066205029878e-05 0.08288806458368345 -1.0 0.007385384405891666 -1.0 -1.0 1.008394964750947e-06 6.655926357459275e-08 0.0016279794552427574 1.4825219199133353e-12 -1.0 1.93847081892941e-05 1.284759166582202e-05 5.1161740516205715e-05 2.5447281241730366e-07 3.853097455417877e-06 -1.0 8.887234042637684e-05 0.01621821782442112 -1.0 1.8747824667478637e-14 5.97653814110781e-06 -1.0 -1.0 1.2296747260635405e-06 -1.0 -1.0 7.754700849337902e-06 7.091263906557291e-05 3.2799045883372075e-06 0.00020573181450240786 5.6949597066784976e-05 1.271128669411295e-07 0.0010019432401508087 -1.0 -1.0 6.848642863465585e-07 5.783974359937857e-06 2.380955631371226e-06 4.756872959630257e-05 2.1360401784344975e-18 0.00046029617115127556 1.0092905083158804e-11 0.08095280568305474 3.89841667138598e-08 4.354946981329799e-05 -1.0 0.5 0.0015447823995470042 -1.0 -1.0 0.001959411999677113 0.48573842213878143 -1.0 7.962899789920809e-06 5.619835883512353e-14 0.0835648710074336 2.7207433165796702e-11 0.00027464244062887683 4.076762579823379e-17 2.124999182004655e-05 8.037131813528501e-07 8.846493399850663e-06 1.080711295768551e-05 -1.0 -1.0 0.0010737081832502356 2.679340942769232e-06 2.1648918040467363e-05 0.0002668579837809081 1.3455341306162382e-05 2.5629068330446215e-05 1.3228013765525015e-05 -1.0 -1.0 7.002861620919232e-08 1.5172912057312398e-14 -1.0 7.989579285134734e-06 2.639268952045579e-10 -1.0 0.013330619853379314 0.00021534568699157805 2.4469456008493614e-09 8.211982683649991e-09 1.951356547084204e-15 0.00016419031150495913 5.985108617124989e-06 1.28584557092134e-05 1.5476769237571295e-14 5.5379154134462336e-08 0.0016637126543321873 2.499931357628383e-07 8.020767115181574e-07 2.7697233171399416e-13 -1.0 0.007197662162700777 -1.0 0.0833931797381589 2.8226276944532696e-05 3.353295403842037e-05 5.504813693036933e-12 0.007136750029575816 0.08636569925236791 -1.0 -1.0 6.315154082213375e-07 0.4877856021170283 -1.0 3.7051518220083886e-06 -1.0 0.0017950613169359904 7.84289689494925e-06 9.041149893307806e-07 -1.0 8.48176145671274e-10 9.03108551826469e-05 3.634644995026692e-05 2.0295213621716706e-09 1.0305672698745657e-11 1.5550455959178486e-06 0.01664109232689093 8.533030345699353e-17 0.0009252532821720597 -1.0 7.695031155172816e-14 0.0007151459162818186 -1.0 -1.0 5.182269672663266e-10 3.0160758454323657e-07 -1.0 0.06539005235506369 3.452537179033895e-05 -1.0 -1.0 3.855884234344845e-06 0.00017699858357744463 2.594951085377588e-06 1.1333627604823673e-09 -1.0 2.4306375693722205e-06 0.0063790654507599135 2.2060992580622125e-11 -1.0 -1.0 0.0848872967381878 3.932389299316285e-06 1.2911827198500372e-08 1.957092814065688e-05 0.0007213722022489493 0.0018327593437608 1.6699254277734109e-06 0.007188410694198128 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0
- -10.0 0.07673145137236567 6.5427006446456266e-06 0.017541380096893787 0.0072454516100906195 7.476545089278483e-05 2.253382683081525e-05 0.00021040609012865135 0.828589987401454 -10.0 1.0262431550731535e-12 3.3164825349503764e-15 0.06480331412016534 3.5981031766416144e-05 -10.0 1.6205064883026195e-10 0.0001777013641125591 0.001670700632870335 0.0004323138781337963 -10.0 -10.0 0.0006922231352729155 0.6550426960512012 -10.0 2.5639656866250452e-05 1.4508262073256658e-12 -10.0 -10.0 0.009127050763987512 3.852324755037882e-11 -10.0 0.008175033526488424 -10.0 0.15148978428271614 2.515735579020177e-06 2.1612150425221703e-05 1.3181562352445092e-09 0.00029282097947816227 0.0002762955748645507 2.9362687471355483e-13 1.6859219614058023e-18 3.937160538176268e-06 2.6011787393916804e-05 0.015708293135808408 -10.0 1.7041669224797384e-08 1.6421491993751715e-10 4.899999304038166 6.948292975998466e-06 -10.0 -10.0 0.8657573566388354 0.06639379668946672 1.681305446488884e-10 0.00022487617828938325 0.0004109066205029878 0.8288806458368345 -10.0 0.07385384405891665 -10.0 -10.0 1.0083949647509469e-05 6.655926357459275e-07 0.016279794552427576 1.4825219199133352e-11 -10.0 0.000193847081892941 0.0001284759166582202 0.0005116174051620571 2.5447281241730365e-06 3.853097455417877e-05 -10.0 0.0008887234042637684 0.16218217824421122 -10.0 1.8747824667478637e-13 5.97653814110781e-05 -10.0 -10.0 1.2296747260635405e-05 -10.0 -10.0 7.754700849337902e-05 0.0007091263906557291 3.2799045883372076e-05 0.0020573181450240785 0.0005694959706678497 1.271128669411295e-06 0.010019432401508087 -10.0 -10.0 6.848642863465585e-06 5.7839743599378564e-05 2.380955631371226e-05 0.0004756872959630257 2.1360401784344976e-17 0.004602961711512756 1.0092905083158804e-10 0.8095280568305474 3.89841667138598e-07 0.00043549469813297995 -10.0 5.0 0.015447823995470043 -10.0 -10.0 0.01959411999677113 4.8573842213878144 -10.0 7.96289978992081e-05 5.619835883512353e-13 0.8356487100743359 2.7207433165796704e-10 0.002746424406288768 4.076762579823379e-16 0.00021249991820046548 8.037131813528501e-06 8.846493399850663e-05 0.0001080711295768551 -10.0 -10.0 0.010737081832502356 2.679340942769232e-05 0.00021648918040467362 0.0026685798378090807 0.00013455341306162382 0.00025629068330446217 0.00013228013765525016 -10.0 -10.0 7.002861620919232e-07 1.51729120573124e-13 -10.0 7.989579285134734e-05 2.639268952045579e-09 -10.0 0.13330619853379314 0.0021534568699157807 2.4469456008493615e-08 8.211982683649991e-08 1.951356547084204e-14 0.0016419031150495913 5.985108617124989e-05 0.000128584557092134 1.5476769237571296e-13 5.537915413446234e-07 0.016637126543321872 2.499931357628383e-06 8.020767115181574e-06 2.7697233171399415e-12 -10.0 0.07197662162700777 -10.0 0.8339317973815891 0.000282262769445327 0.00033532954038420373 5.504813693036933e-11 0.07136750029575815 0.8636569925236791 -10.0 -10.0 6.3151540822133754e-06 4.877856021170283 -10.0 3.7051518220083885e-05 -10.0 0.017950613169359905 7.84289689494925e-05 9.041149893307805e-06 -10.0 8.48176145671274e-09 0.000903108551826469 0.0003634644995026692 2.0295213621716707e-08 1.0305672698745658e-10 1.5550455959178486e-05 0.1664109232689093 8.533030345699353e-16 0.009252532821720597 -10.0 7.695031155172816e-13 0.007151459162818186 -10.0 -10.0 5.182269672663266e-09 3.0160758454323656e-06 -10.0 0.6539005235506369 0.0003452537179033895 -10.0 -10.0 3.855884234344845e-05 0.0017699858357744464 2.594951085377588e-05 1.1333627604823672e-08 -10.0 2.4306375693722206e-05 0.06379065450759913 2.2060992580622125e-10 -10.0 -10.0 0.848872967381878 3.9323892993162844e-05 1.2911827198500372e-07 0.0001957092814065688 0.0072137220224894934 0.018327593437608 1.669925427773411e-05 0.07188410694198127 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0
- 3
- 1.5
- 10
- 1e-38
-
-
- 5 6 7
- -240 -240 -240
- 240 240 240
-
-
- 2
- neutron
- 0.0 0.5 20000000.0
- -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 0.06827568359008944 0.00017329528628152923 0.018541112907970003 0.011113024641218336 8.76041935303527e-05 8.168081568291806e-05 0.00046693784586018913 0.4952432605379829 2.2512327083641865e-10 4.6258592060517866e-07 2.7044817176109556e-05 0.054902816619122045 0.00014126153603265097 8.304845400451923e-08 2.2950716170641463e-05 0.0001335621430311088 0.003432919201293737 0.0005197081842709918 5.726152701849347e-16 -1.0 0.0013332554437480327 0.4346984808472855 7.691527781829036e-17 0.00011042047857307253 3.0571050855707084e-06 -1.0 4.986698316296507e-06 0.011128424196387618 1.3106335518133802e-05 5.447493368067179e-10 0.011440381012864086 4.670673837764874e-08 0.12364069326350118 0.00012558879474108074 3.136829920007009e-05 2.34750482787598e-05 0.001537590300149361 0.0017693279949094218 6.717625881826167e-05 4.587143797469485e-08 2.6211239246796104e-05 0.00030002326388383244 0.01729816946709781 4.5757238372058234e-11 6.92296299242814e-05 3.792209399652396e-06 -1.0 9.256616392487858e-05 8.541606727879512e-07 -1.0 0.49317081643076643 0.05500108683629957 1.298062961617927e-05 0.0006870228272606287 0.0008231482263927564 0.5 3.419181071650816e-06 0.06433819434431046 6.574706543646946e-16 4.0404626147344e-13 0.0003782322077390033 0.00012637534695610975 0.017602971074583987 1.0044390728858277e-05 -1.0 0.0008787411098754915 0.00023686818807101741 0.0009304497896205121 6.949587369646497e-05 0.00012918433677593975 2.0707648529746894e-06 0.0023295401596005313 0.11819165666519223 -1.0 2.1606550732170693e-05 0.00022057970761624768 -1.0 1.0325207105027347e-08 0.0002029396545382813 2.1234980618763222e-13 -1.0 0.00024175998138228048 0.001178616843705956 0.0001399807456616496 0.0038811025614225057 0.0011076796092102186 0.00010814452764860558 0.010955637485319249 -1.0 9.382800796426366e-17 5.098747893974248e-05 0.00027052054298385255 0.00021305826462238593 0.000808100901275472 4.233410073487772e-06 0.0051513292132259495 8.616027294555462e-07 0.4873897581604287 2.9093345975075226e-05 0.000469589568463265 -1.0 -1.0 0.017802624844035688 1.3116807133030035e-15 2.617878055106949e-16 0.01884234453311008 -1.0 2.027381220364608e-16 0.0004299195570308035 1.4628847959717225e-05 0.4899952354672477 2.774067049392004e-07 0.004441328419270369 4.279460329782799e-09 0.0012297303081805393 0.0002792896409558745 0.0006934466049804711 8.370896020975689e-05 3.8270536025799805e-15 -1.0 0.01208261392046878 0.0001497958445994315 0.0015016500045374082 0.005384625561469684 0.00025519632243117644 0.0011028020390507682 0.0002362355168421952 -1.0 -1.0 8.862760180332873e-05 1.3806577785135177e-06 -1.0 0.0001319677450153934 2.6866894852481906e-05 -1.0 0.11510120013926417 0.002672923773363389 1.2257360246712472e-05 8.544159282151438e-05 2.777791741571174e-05 0.0014957033281168012 0.0003257646134837451 0.0008919466185572302 1.2907171695294846e-13 4.6842350882367666e-05 0.01721806295736377 0.00025106741008066317 0.00022234471595443313 2.101790478097517e-09 5.752120832330886e-11 0.06428782790571179 3.2478301680021854e-08 0.4903495510314233 0.001146714816952061 0.0004777967757842694 1.0882011018684852e-06 0.05708498338352203 0.4981497862127628 -1.0 3.2790914744011534e-06 0.00010077009726691265 -1.0 2.210707325798542e-07 4.3166052799897375e-05 -1.0 0.01825795827020865 0.0003182108781955478 3.8561696337086434e-05 1.0995322456277382e-06 9.53380658669839e-06 0.001550036616828061 0.0012648333883989995 5.272021975060514e-06 1.9257248009114363e-05 0.00016757997590048827 0.11891251244906934 5.515522196186723e-06 0.01102706140784316 9.904481358675478e-13 3.520674728719278e-05 0.011294708566804167 7.239087311622819e-08 -1.0 3.5740607788414942e-06 0.00035983547999740665 1.0588257623722672e-07 0.42372713683725016 0.0011273340972061078 8.582011716859219e-15 1.1514579117272292e-10 0.00043130977711323417 0.0027847329307350423 0.00017287873387910357 6.401055165502384e-06 1.722191123879782e-08 0.00020848309220162036 0.05639071613735579 1.8064550990294753e-05 1.289814511028015e-06 1.078687446476881e-14 0.4897735047310072 0.0002981891705231209 0.00016079768514218546 9.332371598523186e-05 0.011724714376848187 0.019040707071165303 0.00014242053195529864 0.06684484191345574 -1.0
- -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 0.6827568359008944 0.0017329528628152924 0.18541112907970003 0.11113024641218336 0.0008760419353035269 0.0008168081568291806 0.004669378458601891 4.952432605379829 2.2512327083641864e-09 4.625859206051786e-06 0.00027044817176109554 0.5490281661912204 0.0014126153603265096 8.304845400451923e-07 0.00022950716170641464 0.001335621430311088 0.03432919201293737 0.0051970818427099184 5.726152701849347e-15 -10.0 0.013332554437480326 4.346984808472855 7.6915277818290365e-16 0.0011042047857307254 3.0571050855707086e-05 -10.0 4.986698316296507e-05 0.11128424196387618 0.000131063355181338 5.447493368067179e-09 0.11440381012864086 4.670673837764874e-07 1.2364069326350118 0.0012558879474108074 0.0003136829920007009 0.000234750482787598 0.01537590300149361 0.01769327994909422 0.0006717625881826168 4.587143797469485e-07 0.000262112392467961 0.0030002326388383245 0.1729816946709781 4.5757238372058235e-10 0.0006922962992428139 3.792209399652396e-05 -10.0 0.0009256616392487858 8.541606727879512e-06 -10.0 4.931708164307665 0.5500108683629957 0.00012980629616179268 0.006870228272606287 0.008231482263927564 5.0 3.419181071650816e-05 0.6433819434431045 6.574706543646946e-15 4.0404626147344005e-12 0.003782322077390033 0.0012637534695610975 0.17602971074583987 0.00010044390728858278 -10.0 0.008787411098754914 0.002368681880710174 0.00930449789620512 0.0006949587369646498 0.0012918433677593976 2.0707648529746893e-05 0.023295401596005315 1.1819165666519222 -10.0 0.00021606550732170693 0.0022057970761624767 -10.0 1.0325207105027347e-07 0.0020293965453828133 2.123498061876322e-12 -10.0 0.0024175998138228046 0.01178616843705956 0.0013998074566164962 0.03881102561422506 0.011076796092102187 0.0010814452764860557 0.10955637485319249 -10.0 9.382800796426367e-16 0.0005098747893974248 0.0027052054298385255 0.0021305826462238594 0.00808100901275472 4.233410073487772e-05 0.0515132921322595 8.61602729455546e-06 4.873897581604287 0.0002909334597507523 0.0046958956846326495 -10.0 -10.0 0.1780262484403569 1.3116807133030034e-14 2.6178780551069492e-15 0.1884234453311008 -10.0 2.027381220364608e-15 0.004299195570308035 0.00014628847959717226 4.899952354672477 2.774067049392004e-06 0.04441328419270369 4.279460329782799e-08 0.012297303081805393 0.002792896409558745 0.006934466049804711 0.0008370896020975689 3.8270536025799805e-14 -10.0 0.1208261392046878 0.001497958445994315 0.015016500045374082 0.05384625561469684 0.0025519632243117644 0.011028020390507681 0.002362355168421952 -10.0 -10.0 0.0008862760180332873 1.3806577785135176e-05 -10.0 0.001319677450153934 0.00026866894852481903 -10.0 1.1510120013926417 0.026729237733633893 0.00012257360246712473 0.0008544159282151438 0.0002777791741571174 0.014957033281168012 0.0032576461348374514 0.008919466185572301 1.2907171695294846e-12 0.00046842350882367664 0.17218062957363772 0.0025106741008066318 0.0022234471595443312 2.101790478097517e-08 5.752120832330886e-10 0.6428782790571179 3.2478301680021856e-07 4.903495510314233 0.01146714816952061 0.004777967757842694 1.0882011018684853e-05 0.5708498338352204 4.981497862127628 -10.0 3.279091474401153e-05 0.0010077009726691265 -10.0 2.210707325798542e-06 0.00043166052799897375 -10.0 0.1825795827020865 0.0031821087819554777 0.00038561696337086434 1.0995322456277382e-05 9.53380658669839e-05 0.01550036616828061 0.012648333883989995 5.272021975060514e-05 0.00019257248009114364 0.0016757997590048828 1.1891251244906933 5.515522196186723e-05 0.1102706140784316 9.904481358675478e-12 0.0003520674728719278 0.11294708566804167 7.239087311622819e-07 -10.0 3.574060778841494e-05 0.0035983547999740664 1.0588257623722672e-06 4.237271368372502 0.011273340972061077 8.582011716859219e-14 1.151457911727229e-09 0.004313097771132342 0.027847329307350423 0.0017287873387910357 6.401055165502385e-05 1.722191123879782e-07 0.0020848309220162036 0.5639071613735579 0.00018064550990294753 1.289814511028015e-05 1.078687446476881e-13 4.897735047310072 0.002981891705231209 0.0016079768514218546 0.0009332371598523186 0.11724714376848187 0.19040707071165303 0.0014242053195529865 0.6684484191345574 -10.0
- 3
- 1.5
- 10
- 1e-38
-
- 200
-
-
-
-
- 5 10 15
- -240 -240 -240
- 240 240 240
-
-
- 1
-
-
- 0.0 0.5 20000000.0
-
-
- neutron photon
-
-
- 1 2 3
- flux
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ |
+
+
+
+
+ fixed source
+ 200
+ 2
+
+
+ 0.001 0.001 0.001
+
+
+ 14000000.0 1.0
+
+
+ true
+
+ 2
+ neutron
+ 0.0 0.5 20000000.0
+ -1.0 0.007673145137236567 6.542700644645627e-07 0.0017541380096893788 0.0007245451610090619 7.476545089278482e-06 2.253382683081525e-06 2.1040609012865134e-05 0.08285899874014539 -1.0 1.0262431550731535e-13 3.3164825349503764e-16 0.0064803314120165335 3.5981031766416143e-06 -1.0 1.6205064883026195e-11 1.7770136411255912e-05 0.0001670700632870335 4.323138781337963e-05 -1.0 -1.0 6.922231352729155e-05 0.06550426960512012 -1.0 2.5639656866250453e-06 1.4508262073256659e-13 -1.0 -1.0 0.0009127050763987511 3.8523247550378815e-12 -1.0 0.0008175033526488423 -1.0 0.015148978428271613 2.5157355790201773e-07 2.1612150425221703e-06 1.3181562352445092e-10 2.9282097947816224e-05 2.762955748645507e-05 2.936268747135548e-14 1.6859219614058024e-19 3.937160538176268e-07 2.6011787393916806e-06 0.001570829313580841 -1.0 1.7041669224797384e-09 1.6421491993751715e-11 0.4899999304038166 6.948292975998466e-07 -1.0 -1.0 0.08657573566388353 0.006639379668946672 1.681305446488884e-11 2.2487617828938326e-05 4.109066205029878e-05 0.08288806458368345 -1.0 0.007385384405891666 -1.0 -1.0 1.008394964750947e-06 6.655926357459275e-08 0.0016279794552427574 1.4825219199133353e-12 -1.0 1.93847081892941e-05 1.284759166582202e-05 5.1161740516205715e-05 2.5447281241730366e-07 3.853097455417877e-06 -1.0 8.887234042637684e-05 0.01621821782442112 -1.0 1.8747824667478637e-14 5.97653814110781e-06 -1.0 -1.0 1.2296747260635405e-06 -1.0 -1.0 7.754700849337902e-06 7.091263906557291e-05 3.2799045883372075e-06 0.00020573181450240786 5.6949597066784976e-05 1.271128669411295e-07 0.0010019432401508087 -1.0 -1.0 6.848642863465585e-07 5.783974359937857e-06 2.380955631371226e-06 4.756872959630257e-05 2.1360401784344975e-18 0.00046029617115127556 1.0092905083158804e-11 0.08095280568305474 3.89841667138598e-08 4.354946981329799e-05 -1.0 0.5 0.0015447823995470042 -1.0 -1.0 0.001959411999677113 0.48573842213878143 -1.0 7.962899789920809e-06 5.619835883512353e-14 0.0835648710074336 2.7207433165796702e-11 0.00027464244062887683 4.076762579823379e-17 2.124999182004655e-05 8.037131813528501e-07 8.846493399850663e-06 1.080711295768551e-05 -1.0 -1.0 0.0010737081832502356 2.679340942769232e-06 2.1648918040467363e-05 0.0002668579837809081 1.3455341306162382e-05 2.5629068330446215e-05 1.3228013765525015e-05 -1.0 -1.0 7.002861620919232e-08 1.5172912057312398e-14 -1.0 7.989579285134734e-06 2.639268952045579e-10 -1.0 0.013330619853379314 0.00021534568699157805 2.4469456008493614e-09 8.211982683649991e-09 1.951356547084204e-15 0.00016419031150495913 5.985108617124989e-06 1.28584557092134e-05 1.5476769237571295e-14 5.5379154134462336e-08 0.0016637126543321873 2.499931357628383e-07 8.020767115181574e-07 2.7697233171399416e-13 -1.0 0.007197662162700777 -1.0 0.0833931797381589 2.8226276944532696e-05 3.353295403842037e-05 5.504813693036933e-12 0.007136750029575816 0.08636569925236791 -1.0 -1.0 6.315154082213375e-07 0.4877856021170283 -1.0 3.7051518220083886e-06 -1.0 0.0017950613169359904 7.84289689494925e-06 9.041149893307806e-07 -1.0 8.48176145671274e-10 9.03108551826469e-05 3.634644995026692e-05 2.0295213621716706e-09 1.0305672698745657e-11 1.5550455959178486e-06 0.01664109232689093 8.533030345699353e-17 0.0009252532821720597 -1.0 7.695031155172816e-14 0.0007151459162818186 -1.0 -1.0 5.182269672663266e-10 3.0160758454323657e-07 -1.0 0.06539005235506369 3.452537179033895e-05 -1.0 -1.0 3.855884234344845e-06 0.00017699858357744463 2.594951085377588e-06 1.1333627604823673e-09 -1.0 2.4306375693722205e-06 0.0063790654507599135 2.2060992580622125e-11 -1.0 -1.0 0.0848872967381878 3.932389299316285e-06 1.2911827198500372e-08 1.957092814065688e-05 0.0007213722022489493 0.0018327593437608 1.6699254277734109e-06 0.007188410694198128 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0
+ -10.0 0.07673145137236567 6.5427006446456266e-06 0.017541380096893787 0.0072454516100906195 7.476545089278483e-05 2.253382683081525e-05 0.00021040609012865135 0.828589987401454 -10.0 1.0262431550731535e-12 3.3164825349503764e-15 0.06480331412016534 3.5981031766416144e-05 -10.0 1.6205064883026195e-10 0.0001777013641125591 0.001670700632870335 0.0004323138781337963 -10.0 -10.0 0.0006922231352729155 0.6550426960512012 -10.0 2.5639656866250452e-05 1.4508262073256658e-12 -10.0 -10.0 0.009127050763987512 3.852324755037882e-11 -10.0 0.008175033526488424 -10.0 0.15148978428271614 2.515735579020177e-06 2.1612150425221703e-05 1.3181562352445092e-09 0.00029282097947816227 0.0002762955748645507 2.9362687471355483e-13 1.6859219614058023e-18 3.937160538176268e-06 2.6011787393916804e-05 0.015708293135808408 -10.0 1.7041669224797384e-08 1.6421491993751715e-10 4.899999304038166 6.948292975998466e-06 -10.0 -10.0 0.8657573566388354 0.06639379668946672 1.681305446488884e-10 0.00022487617828938325 0.0004109066205029878 0.8288806458368345 -10.0 0.07385384405891665 -10.0 -10.0 1.0083949647509469e-05 6.655926357459275e-07 0.016279794552427576 1.4825219199133352e-11 -10.0 0.000193847081892941 0.0001284759166582202 0.0005116174051620571 2.5447281241730365e-06 3.853097455417877e-05 -10.0 0.0008887234042637684 0.16218217824421122 -10.0 1.8747824667478637e-13 5.97653814110781e-05 -10.0 -10.0 1.2296747260635405e-05 -10.0 -10.0 7.754700849337902e-05 0.0007091263906557291 3.2799045883372076e-05 0.0020573181450240785 0.0005694959706678497 1.271128669411295e-06 0.010019432401508087 -10.0 -10.0 6.848642863465585e-06 5.7839743599378564e-05 2.380955631371226e-05 0.0004756872959630257 2.1360401784344976e-17 0.004602961711512756 1.0092905083158804e-10 0.8095280568305474 3.89841667138598e-07 0.00043549469813297995 -10.0 5.0 0.015447823995470043 -10.0 -10.0 0.01959411999677113 4.8573842213878144 -10.0 7.96289978992081e-05 5.619835883512353e-13 0.8356487100743359 2.7207433165796704e-10 0.002746424406288768 4.076762579823379e-16 0.00021249991820046548 8.037131813528501e-06 8.846493399850663e-05 0.0001080711295768551 -10.0 -10.0 0.010737081832502356 2.679340942769232e-05 0.00021648918040467362 0.0026685798378090807 0.00013455341306162382 0.00025629068330446217 0.00013228013765525016 -10.0 -10.0 7.002861620919232e-07 1.51729120573124e-13 -10.0 7.989579285134734e-05 2.639268952045579e-09 -10.0 0.13330619853379314 0.0021534568699157807 2.4469456008493615e-08 8.211982683649991e-08 1.951356547084204e-14 0.0016419031150495913 5.985108617124989e-05 0.000128584557092134 1.5476769237571296e-13 5.537915413446234e-07 0.016637126543321872 2.499931357628383e-06 8.020767115181574e-06 2.7697233171399415e-12 -10.0 0.07197662162700777 -10.0 0.8339317973815891 0.000282262769445327 0.00033532954038420373 5.504813693036933e-11 0.07136750029575815 0.8636569925236791 -10.0 -10.0 6.3151540822133754e-06 4.877856021170283 -10.0 3.7051518220083885e-05 -10.0 0.017950613169359905 7.84289689494925e-05 9.041149893307805e-06 -10.0 8.48176145671274e-09 0.000903108551826469 0.0003634644995026692 2.0295213621716707e-08 1.0305672698745658e-10 1.5550455959178486e-05 0.1664109232689093 8.533030345699353e-16 0.009252532821720597 -10.0 7.695031155172816e-13 0.007151459162818186 -10.0 -10.0 5.182269672663266e-09 3.0160758454323656e-06 -10.0 0.6539005235506369 0.0003452537179033895 -10.0 -10.0 3.855884234344845e-05 0.0017699858357744464 2.594951085377588e-05 1.1333627604823672e-08 -10.0 2.4306375693722206e-05 0.06379065450759913 2.2060992580622125e-10 -10.0 -10.0 0.848872967381878 3.9323892993162844e-05 1.2911827198500372e-07 0.0001957092814065688 0.0072137220224894934 0.018327593437608 1.669925427773411e-05 0.07188410694198127 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0
+ 3
+ 1.5
+ 10
+ 1e-38
+
+
+ 5 6 7
+ -240 -240 -240
+ 240 240 240
+
+
+ 2
+ neutron
+ 0.0 0.5 20000000.0
+ -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 -1.0 0.06827568359008944 0.00017329528628152923 0.018541112907970003 0.011113024641218336 8.76041935303527e-05 8.168081568291806e-05 0.00046693784586018913 0.4952432605379829 2.2512327083641865e-10 4.6258592060517866e-07 2.7044817176109556e-05 0.054902816619122045 0.00014126153603265097 8.304845400451923e-08 2.2950716170641463e-05 0.0001335621430311088 0.003432919201293737 0.0005197081842709918 5.726152701849347e-16 -1.0 0.0013332554437480327 0.4346984808472855 7.691527781829036e-17 0.00011042047857307253 3.0571050855707084e-06 -1.0 4.986698316296507e-06 0.011128424196387618 1.3106335518133802e-05 5.447493368067179e-10 0.011440381012864086 4.670673837764874e-08 0.12364069326350118 0.00012558879474108074 3.136829920007009e-05 2.34750482787598e-05 0.001537590300149361 0.0017693279949094218 6.717625881826167e-05 4.587143797469485e-08 2.6211239246796104e-05 0.00030002326388383244 0.01729816946709781 4.5757238372058234e-11 6.92296299242814e-05 3.792209399652396e-06 -1.0 9.256616392487858e-05 8.541606727879512e-07 -1.0 0.49317081643076643 0.05500108683629957 1.298062961617927e-05 0.0006870228272606287 0.0008231482263927564 0.5 3.419181071650816e-06 0.06433819434431046 6.574706543646946e-16 4.0404626147344e-13 0.0003782322077390033 0.00012637534695610975 0.017602971074583987 1.0044390728858277e-05 -1.0 0.0008787411098754915 0.00023686818807101741 0.0009304497896205121 6.949587369646497e-05 0.00012918433677593975 2.0707648529746894e-06 0.0023295401596005313 0.11819165666519223 -1.0 2.1606550732170693e-05 0.00022057970761624768 -1.0 1.0325207105027347e-08 0.0002029396545382813 2.1234980618763222e-13 -1.0 0.00024175998138228048 0.001178616843705956 0.0001399807456616496 0.0038811025614225057 0.0011076796092102186 0.00010814452764860558 0.010955637485319249 -1.0 9.382800796426366e-17 5.098747893974248e-05 0.00027052054298385255 0.00021305826462238593 0.000808100901275472 4.233410073487772e-06 0.0051513292132259495 8.616027294555462e-07 0.4873897581604287 2.9093345975075226e-05 0.000469589568463265 -1.0 -1.0 0.017802624844035688 1.3116807133030035e-15 2.617878055106949e-16 0.01884234453311008 -1.0 2.027381220364608e-16 0.0004299195570308035 1.4628847959717225e-05 0.4899952354672477 2.774067049392004e-07 0.004441328419270369 4.279460329782799e-09 0.0012297303081805393 0.0002792896409558745 0.0006934466049804711 8.370896020975689e-05 3.8270536025799805e-15 -1.0 0.01208261392046878 0.0001497958445994315 0.0015016500045374082 0.005384625561469684 0.00025519632243117644 0.0011028020390507682 0.0002362355168421952 -1.0 -1.0 8.862760180332873e-05 1.3806577785135177e-06 -1.0 0.0001319677450153934 2.6866894852481906e-05 -1.0 0.11510120013926417 0.002672923773363389 1.2257360246712472e-05 8.544159282151438e-05 2.777791741571174e-05 0.0014957033281168012 0.0003257646134837451 0.0008919466185572302 1.2907171695294846e-13 4.6842350882367666e-05 0.01721806295736377 0.00025106741008066317 0.00022234471595443313 2.101790478097517e-09 5.752120832330886e-11 0.06428782790571179 3.2478301680021854e-08 0.4903495510314233 0.001146714816952061 0.0004777967757842694 1.0882011018684852e-06 0.05708498338352203 0.4981497862127628 -1.0 3.2790914744011534e-06 0.00010077009726691265 -1.0 2.210707325798542e-07 4.3166052799897375e-05 -1.0 0.01825795827020865 0.0003182108781955478 3.8561696337086434e-05 1.0995322456277382e-06 9.53380658669839e-06 0.001550036616828061 0.0012648333883989995 5.272021975060514e-06 1.9257248009114363e-05 0.00016757997590048827 0.11891251244906934 5.515522196186723e-06 0.01102706140784316 9.904481358675478e-13 3.520674728719278e-05 0.011294708566804167 7.239087311622819e-08 -1.0 3.5740607788414942e-06 0.00035983547999740665 1.0588257623722672e-07 0.42372713683725016 0.0011273340972061078 8.582011716859219e-15 1.1514579117272292e-10 0.00043130977711323417 0.0027847329307350423 0.00017287873387910357 6.401055165502384e-06 1.722191123879782e-08 0.00020848309220162036 0.05639071613735579 1.8064550990294753e-05 1.289814511028015e-06 1.078687446476881e-14 0.4897735047310072 0.0002981891705231209 0.00016079768514218546 9.332371598523186e-05 0.011724714376848187 0.019040707071165303 0.00014242053195529864 0.06684484191345574 -1.0
+ -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 -10.0 0.6827568359008944 0.0017329528628152924 0.18541112907970003 0.11113024641218336 0.0008760419353035269 0.0008168081568291806 0.004669378458601891 4.952432605379829 2.2512327083641864e-09 4.625859206051786e-06 0.00027044817176109554 0.5490281661912204 0.0014126153603265096 8.304845400451923e-07 0.00022950716170641464 0.001335621430311088 0.03432919201293737 0.0051970818427099184 5.726152701849347e-15 -10.0 0.013332554437480326 4.346984808472855 7.6915277818290365e-16 0.0011042047857307254 3.0571050855707086e-05 -10.0 4.986698316296507e-05 0.11128424196387618 0.000131063355181338 5.447493368067179e-09 0.11440381012864086 4.670673837764874e-07 1.2364069326350118 0.0012558879474108074 0.0003136829920007009 0.000234750482787598 0.01537590300149361 0.01769327994909422 0.0006717625881826168 4.587143797469485e-07 0.000262112392467961 0.0030002326388383245 0.1729816946709781 4.5757238372058235e-10 0.0006922962992428139 3.792209399652396e-05 -10.0 0.0009256616392487858 8.541606727879512e-06 -10.0 4.931708164307665 0.5500108683629957 0.00012980629616179268 0.006870228272606287 0.008231482263927564 5.0 3.419181071650816e-05 0.6433819434431045 6.574706543646946e-15 4.0404626147344005e-12 0.003782322077390033 0.0012637534695610975 0.17602971074583987 0.00010044390728858278 -10.0 0.008787411098754914 0.002368681880710174 0.00930449789620512 0.0006949587369646498 0.0012918433677593976 2.0707648529746893e-05 0.023295401596005315 1.1819165666519222 -10.0 0.00021606550732170693 0.0022057970761624767 -10.0 1.0325207105027347e-07 0.0020293965453828133 2.123498061876322e-12 -10.0 0.0024175998138228046 0.01178616843705956 0.0013998074566164962 0.03881102561422506 0.011076796092102187 0.0010814452764860557 0.10955637485319249 -10.0 9.382800796426367e-16 0.0005098747893974248 0.0027052054298385255 0.0021305826462238594 0.00808100901275472 4.233410073487772e-05 0.0515132921322595 8.61602729455546e-06 4.873897581604287 0.0002909334597507523 0.0046958956846326495 -10.0 -10.0 0.1780262484403569 1.3116807133030034e-14 2.6178780551069492e-15 0.1884234453311008 -10.0 2.027381220364608e-15 0.004299195570308035 0.00014628847959717226 4.899952354672477 2.774067049392004e-06 0.04441328419270369 4.279460329782799e-08 0.012297303081805393 0.002792896409558745 0.006934466049804711 0.0008370896020975689 3.8270536025799805e-14 -10.0 0.1208261392046878 0.001497958445994315 0.015016500045374082 0.05384625561469684 0.0025519632243117644 0.011028020390507681 0.002362355168421952 -10.0 -10.0 0.0008862760180332873 1.3806577785135176e-05 -10.0 0.001319677450153934 0.00026866894852481903 -10.0 1.1510120013926417 0.026729237733633893 0.00012257360246712473 0.0008544159282151438 0.0002777791741571174 0.014957033281168012 0.0032576461348374514 0.008919466185572301 1.2907171695294846e-12 0.00046842350882367664 0.17218062957363772 0.0025106741008066318 0.0022234471595443312 2.101790478097517e-08 5.752120832330886e-10 0.6428782790571179 3.2478301680021856e-07 4.903495510314233 0.01146714816952061 0.004777967757842694 1.0882011018684853e-05 0.5708498338352204 4.981497862127628 -10.0 3.279091474401153e-05 0.0010077009726691265 -10.0 2.210707325798542e-06 0.00043166052799897375 -10.0 0.1825795827020865 0.0031821087819554777 0.00038561696337086434 1.0995322456277382e-05 9.53380658669839e-05 0.01550036616828061 0.012648333883989995 5.272021975060514e-05 0.00019257248009114364 0.0016757997590048828 1.1891251244906933 5.515522196186723e-05 0.1102706140784316 9.904481358675478e-12 0.0003520674728719278 0.11294708566804167 7.239087311622819e-07 -10.0 3.574060778841494e-05 0.0035983547999740664 1.0588257623722672e-06 4.237271368372502 0.011273340972061077 8.582011716859219e-14 1.151457911727229e-09 0.004313097771132342 0.027847329307350423 0.0017287873387910357 6.401055165502385e-05 1.722191123879782e-07 0.0020848309220162036 0.5639071613735579 0.00018064550990294753 1.289814511028015e-05 1.078687446476881e-13 4.897735047310072 0.002981891705231209 0.0016079768514218546 0.0009332371598523186 0.11724714376848187 0.19040707071165303 0.0014242053195529865 0.6684484191345574 -10.0
+ 3
+ 1.5
+ 10
+ 1e-38
+
+ 200
+
+
+
+ 5 10 15
+ -240 -240 -240
+ 240 240 240
+
+
+ 1
+
+
+ 0.0 0.5 20000000.0
+
+
+ neutron photon
+
+
+ 1 2 3
+ flux
+
+
+
diff --git a/tests/testing_harness.py b/tests/testing_harness.py
index 0525dd476..157f6e640 100644
--- a/tests/testing_harness.py
+++ b/tests/testing_harness.py
@@ -336,12 +336,11 @@ class PyAPITestHarness(TestHarness):
def _build_inputs(self):
"""Write input XML files."""
- self._model.export_to_xml()
+ self._model.export_to_model_xml()
def _get_inputs(self):
"""Return a hash digest of the input XML files."""
- xmls = ['geometry.xml', 'materials.xml', 'settings.xml',
- 'tallies.xml', 'plots.xml']
+ xmls = ['model.xml', 'plots.xml']
return ''.join([open(fname).read() for fname in xmls
if os.path.exists(fname)])
@@ -371,7 +370,7 @@ class PyAPITestHarness(TestHarness):
"""Delete XMLs, statepoints, tally, and test files."""
super()._cleanup()
output = ['materials.xml', 'geometry.xml', 'settings.xml',
- 'tallies.xml', 'plots.xml', 'inputs_test.dat']
+ 'tallies.xml', 'plots.xml', 'inputs_test.dat', 'model.xml']
for f in output:
if os.path.exists(f):
os.remove(f)