Skip to content

Commit

Permalink
fix control rod specs
Browse files Browse the repository at this point in the history
  • Loading branch information
yardasol committed Nov 18, 2022
1 parent 4021cf5 commit 6ee2f36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/msbr/openmc_msbr_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def cr_lattice(cr_boundary, core_base, core_top):
gr_extra_regions,
inter_elem_channel,
fuel_hole) = shared_elem_geometry(elem_type='cr',
gr_sq_d=7.23645,
gr_sq_d=7.23646,
gr_sq_r=0.99,
r_rib=0.8,
l1=5.8801,
Expand Down Expand Up @@ -455,10 +455,10 @@ def plot_geometry(name,
'range': (800, 1000)}

ll, ur = geo.root_universe.bounding_box
msbr_volume_calc = openmc.VolumeCalculation([fuel, moder], 100000000, ll, ur)
msbr_volume_calc.set_trigger(1e-03, 'rel_err')
msbr_volume_calc = openmc.VolumeCalculation([fuel, moder], 1000000000, ll, ur)
#msbr_volume_calc.set_trigger(1e-03, 'rel_err')
settings.volume_calculations = [msbr_volume_calc]
#settings.run_mode = 'volume'
settings.run_mode = 'volume'
settings.export_to_xml()

## Slice plots
Expand Down

0 comments on commit 6ee2f36

Please sign in to comment.