mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Changed tally filters in examples.
This commit is contained in:
parent
8e5624de8b
commit
842bbe9121
3 changed files with 8 additions and 20 deletions
|
|
@ -2,26 +2,20 @@
|
|||
<tallies>
|
||||
|
||||
<tally id="1">
|
||||
<filters>
|
||||
<cell>100</cell>
|
||||
</filters>
|
||||
<filter type="cell" bins="100" />
|
||||
<scores>total scatter nu-scatter absorption fission nu-fission</scores>
|
||||
</tally>
|
||||
|
||||
<tally id="2">
|
||||
<filters>
|
||||
<cell>100</cell>
|
||||
<energy>0 20.0</energy>
|
||||
</filters>
|
||||
<filter type="cell" bins="100" />
|
||||
<filter type="energy" bins="0 20.0" />
|
||||
<scores>total scatter nu-scatter absorption fission nu-fission</scores>
|
||||
</tally>
|
||||
|
||||
<tally id="3">
|
||||
<filters>
|
||||
<cell>100</cell>
|
||||
<energy>0 20.0</energy>
|
||||
<energyout>0 20.0</energyout>
|
||||
</filters>
|
||||
<filter type="cell" bins="100" />
|
||||
<filter type="energy" bins="0 20.0" />
|
||||
<filter type="energyout" bins="0 20.0" />
|
||||
<scores>scatter nu-scatter nu-fission</scores>
|
||||
</tally>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,10 +9,7 @@
|
|||
</mesh>
|
||||
|
||||
<tally id="1">
|
||||
<filters>
|
||||
<mesh>1</mesh>
|
||||
</filters>
|
||||
|
||||
<filter type="mesh" bins="1" />
|
||||
<scores>total</scores>
|
||||
</tally>
|
||||
|
||||
|
|
|
|||
|
|
@ -9,10 +9,7 @@
|
|||
</mesh>
|
||||
|
||||
<tally id="1">
|
||||
<filters>
|
||||
<mesh>1</mesh>
|
||||
</filters>
|
||||
|
||||
<filter type="mesh" bins="1" />
|
||||
<scores>total</scores>
|
||||
</tally>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue