mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Updated 3D example in tally plotting usersguide
This commit is contained in:
parent
a7af1bdeb9
commit
aaabfdc797
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ SILO file can be created with:
|
|||
|
||||
import silomesh as sm
|
||||
sm.init_silo("fluxtally.silo")
|
||||
sm.init_mesh('tally_mesh',*mesh.dimension, *mesh.lower_left, *mesh.width)
|
||||
sm.init_mesh('tally_mesh',*mesh.dimension, *mesh.lower_left, *mesh.upper_right)
|
||||
sm.init_var('flux_tally_thermal')
|
||||
for x in range(1,nx+1):
|
||||
for y in range(1,ny+1):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue