mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
add regression test for white boundary condition
This commit is contained in:
parent
c36f19a56f
commit
c377231d8d
2 changed files with 15 additions and 0 deletions
13
tests/regression_tests/white_plane/geometry.xml
Normal file
13
tests/regression_tests/white_plane/geometry.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<geometry>
|
||||
|
||||
<!-- Reflective box -->
|
||||
<surface id="1" type="x-plane" coeffs="-5" boundary="white"/>
|
||||
<surface id="2" type="x-plane" coeffs="5" boundary="white"/>
|
||||
<surface id="3" type="y-plane" coeffs="-5" boundary="white"/>
|
||||
<surface id="4" type="y-plane" coeffs="5" boundary="white"/>
|
||||
<surface id="5" type="z-plane" coeffs="-5" boundary="white"/>
|
||||
<surface id="6" type="z-plane" coeffs="5" boundary="white"/>
|
||||
<cell id="1" material="1" region="1 -2 3 -4 5 -6" />
|
||||
|
||||
</geometry>
|
||||
2
tests/regression_tests/white_plane/results_true.dat
Normal file
2
tests/regression_tests/white_plane/results_true.dat
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
k-combined:
|
||||
2.268730E+00 4.470768E-03
|
||||
Loading…
Add table
Add a link
Reference in a new issue