mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Corrected tally slicing for Python API MultiGroupXS
This commit is contained in:
parent
40f893e6d0
commit
d58e902784
13 changed files with 1597 additions and 650 deletions
8
docs/source/pythonapi/examples/geometry.xml
Normal file
8
docs/source/pythonapi/examples/geometry.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<geometry>
|
||||
<cell id="1" material="10000" name="cell" surfaces="10000 -10001 10002 -10003" universe="0" />
|
||||
<surface boundary="reflective" coeffs="-0.63" id="10000" type="x-plane" />
|
||||
<surface boundary="reflective" coeffs="0.63" id="10001" type="x-plane" />
|
||||
<surface boundary="reflective" coeffs="-0.63" id="10002" type="y-plane" />
|
||||
<surface boundary="reflective" coeffs="0.63" id="10003" type="y-plane" />
|
||||
</geometry>
|
||||
Loading…
Add table
Add a link
Reference in a new issue