mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
Updated examples/basic.
This commit is contained in:
parent
7a2a1afdc7
commit
afc4304ff9
2 changed files with 18 additions and 15 deletions
|
|
@ -2,16 +2,14 @@
|
|||
<geometry>
|
||||
|
||||
<!-- Definition of Cells -->
|
||||
<cell uid="1" universe="0" fill="37" surfaces="-2 4 -5" />
|
||||
<cell uid="1" universe="0" fill="37" surfaces="-2" />
|
||||
<cell uid="100" universe="37" material="40" surfaces="-1" />
|
||||
<cell uid="101" universe="37" material="41" surfaces="1" />
|
||||
<cell uid="2" universe="0" material="41" surfaces = "2 -3 4 -5" />
|
||||
<cell uid="2" universe="0" material="41" surfaces = "2 -3" />
|
||||
|
||||
<!-- Defition of Surfaces -->
|
||||
<surface uid="1" type="z-cylinder" coeffs="0 0 7" />
|
||||
<surface uid="2" type="z-cylinder" coeffs="0 0 9" />
|
||||
<surface uid="3" type="z-cylinder" coeffs="0 0 11" boundary="vacuum" />
|
||||
<surface uid="4" type="z-plane" coeffs="-50" boundary="vacuum" />
|
||||
<surface uid="5" type="z-plane" coeffs="50" boundary="vacuum" />
|
||||
|
||||
</geometry>
|
||||
|
|
|
|||
|
|
@ -1,23 +1,28 @@
|
|||
<?xml version="1.0"?>
|
||||
<tallies>
|
||||
|
||||
<mesh id="32">
|
||||
<type>rectangular</type>
|
||||
<dimension>1 1 5</dimension>
|
||||
<origin>-50.0 -50.0 -50.0</origin>
|
||||
<width>100.0 100.0 20.0</width>
|
||||
</mesh>
|
||||
|
||||
<tally id="1">
|
||||
<!-- this is where you specify filters -->
|
||||
<filters>
|
||||
<cell>100</cell>
|
||||
<mesh>32</mesh>
|
||||
</filters>
|
||||
<macros>total scatter nu-scatter absorption fission nu-fission</macros>
|
||||
</tally>
|
||||
|
||||
<!-- which reactions to score -->
|
||||
<macros>total scatter absorption fission nu-fission</macros>
|
||||
<tally id="2">
|
||||
<filters>
|
||||
<cell>100</cell>
|
||||
<energy>0 20.0</energy>
|
||||
</filters>
|
||||
<macros>total scatter nu-scatter absorption fission nu-fission</macros>
|
||||
</tally>
|
||||
|
||||
<tally id="3">
|
||||
<filters>
|
||||
<cell>100</cell>
|
||||
<energy>0 20.0</energy>
|
||||
<energyout>0 20.0</energyout>
|
||||
</filters>
|
||||
<macros>scatter nu-scatter nu-fission</macros>
|
||||
</tally>
|
||||
|
||||
</tallies>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue