mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Setting the max lower bound ratio when retrieving a weight window.
This commit is contained in:
parent
9aa6134366
commit
b9bbfa5d33
1 changed files with 1 additions and 0 deletions
|
|
@ -260,6 +260,7 @@ WeightWindow WeightWindows::get_weight_window(const Particle& p) const
|
|||
ww.lower_weight = lower_ww_[ww_index];
|
||||
ww.upper_weight = upper_ww_[ww_index];
|
||||
ww.survival_weight = ww.lower_weight * survival_ratio_;
|
||||
ww.max_lb_ratio = max_lb_ratio_;
|
||||
ww.max_split = max_split_;
|
||||
ww.weight_cutoff = weight_cutoff_;
|
||||
return ww;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue