minor
This commit is contained in:
parent
071c7015a4
commit
b29580c7ca
1 changed files with 2 additions and 1 deletions
3
msre.py
3
msre.py
|
|
@ -397,9 +397,10 @@ def depletion(model, mass, power):
|
|||
|
||||
def control_rod_worth(model):
|
||||
keffs = []
|
||||
cell = model.geometry.get_cells_by_name('CR1')[0]
|
||||
for inch in np.arange(0,51,10):
|
||||
cm = inch*2.54
|
||||
setattr(cr1_cell, 'translation', [0,0,19.2+cm])
|
||||
setattr(cell, 'translation', [0,0,19.2+cm])
|
||||
results=model.run()
|
||||
with openmc.StatePoint(res) as sp:
|
||||
keffs.append(sp.keff.n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue