mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
cleaner way to get initial time
This commit is contained in:
parent
73d8b4a043
commit
29222f69cf
2 changed files with 1 additions and 4 deletions
|
|
@ -76,9 +76,6 @@ results = openmc.deplete.ResultsList("depletion_results.h5")
|
|||
|
||||
# Obtain K_eff as a function of time
|
||||
time, keff = results.get_eigenvalue()
|
||||
|
||||
print(time/24/60/60)
|
||||
print(keff)
|
||||
|
||||
# Plot eigenvalue as a function of time
|
||||
plt.figure()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue