mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
13 lines
419 B
XML
13 lines
419 B
XML
<?xml version="1.0"?>
|
|
<geometry>
|
|
|
|
<surface id="1" type="x-plane" coeffs="-10" boundary="vacuum"/>
|
|
<surface id="2" type="x-plane" coeffs="-5" />
|
|
<surface id="3" type="x-plane" coeffs="5" />
|
|
<surface id="4" type="x-plane" coeffs="10" boundary="vacuum"/>
|
|
|
|
<cell id="1" material="1" surfaces="1 -2" />
|
|
<cell id="2" material="2" surfaces="2 -3" />
|
|
<cell id="3" material="3" surfaces="3 -4" />
|
|
|
|
</geometry>
|