This commit is contained in:
church89 2022-11-17 16:06:22 +01:00
parent b29580c7ca
commit 5e50ee0b01

View file

@ -401,7 +401,7 @@ def control_rod_worth(model):
for inch in np.arange(0,51,10):
cm = inch*2.54
setattr(cell, 'translation', [0,0,19.2+cm])
results=model.run()
res=model.run()
with openmc.StatePoint(res) as sp:
keffs.append(sp.keff.n)
plt.figure()