mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Changed MGXS Library keff storage based on runmode of k-eigenvalue
This commit is contained in:
parent
3de4f1fce7
commit
01f2e8372e
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ class Library(object):
|
|||
self._sp_filename = statepoint._f.filename
|
||||
self._openmc_geometry = statepoint.summary.openmc_geometry
|
||||
|
||||
if statepoint.run_mode == 'k-effective':
|
||||
if statepoint.run_mode == 'k-eigenvalue':
|
||||
self._keff = statepoint.k_combined[0]
|
||||
|
||||
# Load tallies for each MGXS for each domain and mgxs type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue