mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Updating test input.
This commit is contained in:
parent
b9bbfa5d33
commit
6fc769a36d
2 changed files with 4 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -93,14 +93,14 @@ def model():
|
|||
None,
|
||||
10.0,
|
||||
e_bnds,
|
||||
max_lb_ratio=5.0)
|
||||
max_lb_ratio=1.0)
|
||||
|
||||
ww_p = openmc.WeightWindows(ww_mesh,
|
||||
ww_p_lower_bnds,
|
||||
None,
|
||||
10.0,
|
||||
e_bnds,
|
||||
max_lb_ratio=5.0)
|
||||
max_lb_ratio=1.0)
|
||||
|
||||
model.settings.weight_windows = [ww_n, ww_p]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue