mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Updating unstructured mesh test results.
This commit is contained in:
parent
abda65d038
commit
c4087307f0
10 changed files with 25487 additions and 25487 deletions
|
|
@ -70,7 +70,7 @@
|
|||
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
||||
<upper_right>10.0 10.0 10.0</upper_right>
|
||||
</mesh>
|
||||
<mesh id="2" type="unstructured">
|
||||
<mesh id="2" library="moab" type="unstructured">
|
||||
<filename>test_mesh_tets_w_holes.h5m</filename>
|
||||
</mesh>
|
||||
<filter id="1" type="mesh">
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
||||
<upper_right>10.0 10.0 10.0</upper_right>
|
||||
</mesh>
|
||||
<mesh id="4" type="unstructured">
|
||||
<mesh id="4" library="moab" type="unstructured">
|
||||
<filename>test_mesh_tets.h5m</filename>
|
||||
</mesh>
|
||||
<filter id="3" type="mesh">
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
||||
<upper_right>10.0 10.0 10.0</upper_right>
|
||||
</mesh>
|
||||
<mesh id="6" type="unstructured">
|
||||
<mesh id="6" library="moab" type="unstructured">
|
||||
<filename>test_mesh_tets_w_holes.h5m</filename>
|
||||
</mesh>
|
||||
<filter id="5" type="mesh">
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
||||
<upper_right>10.0 10.0 10.0</upper_right>
|
||||
</mesh>
|
||||
<mesh id="8" type="unstructured">
|
||||
<mesh id="8" library="moab" type="unstructured">
|
||||
<filename>test_mesh_tets.h5m</filename>
|
||||
</mesh>
|
||||
<filter id="7" type="mesh">
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
||||
<upper_right>10.0 10.0 10.0</upper_right>
|
||||
</mesh>
|
||||
<mesh id="10" type="unstructured">
|
||||
<mesh id="10" library="moab" type="unstructured">
|
||||
<filename>test_mesh_tets_w_holes.h5m</filename>
|
||||
</mesh>
|
||||
<filter id="9" type="mesh">
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
||||
<upper_right>10.0 10.0 10.0</upper_right>
|
||||
</mesh>
|
||||
<mesh id="12" type="unstructured">
|
||||
<mesh id="12" library="moab" type="unstructured">
|
||||
<filename>test_mesh_tets.h5m</filename>
|
||||
</mesh>
|
||||
<filter id="11" type="mesh">
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
||||
<upper_right>10.0 10.0 10.0</upper_right>
|
||||
</mesh>
|
||||
<mesh id="14" type="unstructured">
|
||||
<mesh id="14" library="moab" type="unstructured">
|
||||
<filename>test_mesh_tets_w_holes.h5m</filename>
|
||||
</mesh>
|
||||
<filter id="13" type="mesh">
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
<lower_left>-10.0 -10.0 -10.0</lower_left>
|
||||
<upper_right>10.0 10.0 10.0</upper_right>
|
||||
</mesh>
|
||||
<mesh id="16" type="unstructured">
|
||||
<mesh id="16" library="moab" type="unstructured">
|
||||
<filename>test_mesh_tets.h5m</filename>
|
||||
</mesh>
|
||||
<filter id="15" type="mesh">
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -190,7 +190,7 @@ def test_unstructured_mesh(test_opts):
|
|||
mesh_filename = "test_mesh_tets.h5m"
|
||||
|
||||
uscd_mesh = openmc.UnstructuredMesh(mesh_filename)
|
||||
uscd_mesh.mesh_lib = 'moab'
|
||||
uscd_mesh.library = 'moab'
|
||||
uscd_filter = openmc.MeshFilter(mesh=uscd_mesh)
|
||||
|
||||
# create tallies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue