mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update processing.html
This commit is contained in:
parent
81c42dea5b
commit
1e7b5d00ca
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ data has been extracted as was done in the 2D plotting example script above, a
|
|||
SILO file can be created with:</p>
|
||||
<div class="highlight-python"><pre>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