mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Update Jupyter notebooks based on Tally property changes
This commit is contained in:
parent
1e674ebbdb
commit
a4ed73fc11
4 changed files with 237 additions and 250 deletions
|
|
@ -408,9 +408,8 @@
|
|||
"\n",
|
||||
"# Create mesh tally to score flux and fission rate\n",
|
||||
"tally = openmc.Tally(name='flux')\n",
|
||||
"tally.add_filter(mesh_filter)\n",
|
||||
"tally.add_score('flux')\n",
|
||||
"tally.add_score('fission')\n",
|
||||
"tally.filters = [mesh_filter]\n",
|
||||
"tally.scores = ['flux', 'fission']\n",
|
||||
"tallies_file.add_tally(tally)"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue