mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Added test suite based on nosetests. Closes #27.
This commit is contained in:
parent
43ae900e7c
commit
358b7ca7bb
282 changed files with 15270 additions and 0 deletions
13
tests/test_plot_basis/geometry.xml
Normal file
13
tests/test_plot_basis/geometry.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0"?>
|
||||
<geometry>
|
||||
|
||||
<surface id="1" type="z-cylinder" coeffs="0 0 2" />
|
||||
<surface id="2" type="z-cylinder" coeffs="0 0 5" />
|
||||
<surface id="3" type="z-cylinder" coeffs="0 0 10" boundary="vacuum" />
|
||||
<surface id="4" type="y-plane" coeffs="5" boundary="vacuum" />
|
||||
|
||||
<cell id="1" material="1" surfaces=" -1 -4" />
|
||||
<cell id="2" material="3" surfaces="1 -2 -4" />
|
||||
<cell id="3" material="2" surfaces="2 -3 -4" />
|
||||
|
||||
</geometry>
|
||||
Loading…
Add table
Add a link
Reference in a new issue