I noticed when trying to run openmc_model.py on the fng_str model that the weight windows referenced there are missing:
|
settings.weight_windows = openmc.wwinp_to_wws("ww_heating.cadis.wwinp") |
|
else: |
|
settings.weight_windows = openmc.wwinp_to_wws("ww_rr.cadis.wwinp") |
In the folder, there is a weight_windows.cadis.wwinp file.
I noticed when trying to run openmc_model.py on the fng_str model that the weight windows referenced there are missing:
openmc_fusion_benchmarks/models/fng_str/openmc_model.py
Lines 2184 to 2186 in 8dd3e60
In the folder, there is a weight_windows.cadis.wwinp file.