mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
add necessary xmls
This commit is contained in:
parent
005189bfdf
commit
935396e40b
2 changed files with 17 additions and 0 deletions
8
tests/regression_tests/source_mcpl_file/geometry.xml
Normal file
8
tests/regression_tests/source_mcpl_file/geometry.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<geometry>
|
||||
|
||||
<!-- Sphere with radius 10 -->
|
||||
<surface id="1" type="sphere" coeffs="0 0 0 10" boundary="vacuum"/>
|
||||
<cell id="1" material="1" region="-1" />
|
||||
|
||||
</geometry>
|
||||
9
tests/regression_tests/source_mcpl_file/materials.xml
Normal file
9
tests/regression_tests/source_mcpl_file/materials.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<materials>
|
||||
|
||||
<material id="1">
|
||||
<density value="4.5" units="g/cc" />
|
||||
<nuclide name="U235" ao="1.0" />
|
||||
</material>
|
||||
|
||||
</materials>
|
||||
Loading…
Add table
Add a link
Reference in a new issue