OpenMC/tests/regression_tests/albedo_box/geometry.xml
Yuvraj Jain 693314d097
Leaky and Albedo Boundary Conditions Implementation (#2724)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2023-10-30 16:51:31 -04:00

13 lines
645 B
XML

<?xml version="1.0"?>
<geometry>
<!-- Reflective box with albedo -->
<surface id="1" type="x-plane" coeffs="-5" boundary="reflective" albedo="0.952"/>
<surface id="2" type="x-plane" coeffs="5" boundary="reflective" albedo="0.952"/>
<surface id="3" type="y-plane" coeffs="-5" boundary="reflective" albedo="0.952"/>
<surface id="4" type="y-plane" coeffs="5" boundary="reflective" albedo="0.952"/>
<surface id="5" type="z-plane" coeffs="-5" boundary="reflective" albedo="0.952"/>
<surface id="6" type="z-plane" coeffs="5" boundary="reflective" albedo="0.952"/>
<cell id="1" material="1" region="1 -2 3 -4 5 -6" />
</geometry>