mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Initial commmit for tally triggers with squashed commit log
This commit is contained in:
parent
b73464be7d
commit
fc5c421854
47 changed files with 2280 additions and 71 deletions
10
tests/test_trigger_batch_interval/geometry.xml
Normal file
10
tests/test_trigger_batch_interval/geometry.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0"?>
|
||||
<geometry>
|
||||
|
||||
<surface id="1" type="sphere" coeffs="0. 0. 0. 1.4" />
|
||||
<surface id="2" type="sphere" coeffs="0. 0. 0. 5.35" boundary="vacuum" />
|
||||
|
||||
<cell id="1" material="void" surfaces="-1" /> <!-- cavity -->
|
||||
<cell id="2" material="1" surfaces=" 1 -2" /> <!-- Pu Core -->
|
||||
|
||||
</geometry>
|
||||
Loading…
Add table
Add a link
Reference in a new issue