fusion-energy / neutronics-workshop

A workshop covering a range of fusion relevant analysis and simulations with OpenMC, DAGMC, Paramak and other open source fusion neutronics tools
MIT License
117 stars 51 forks source link

adding Weight Windows with cpp example #197

Closed shimwell closed 1 year ago

shimwell commented 1 year ago

I'm keen to update the variance reduction examples to use the c++ version of weight windows. Tihs PR is a start for that process

shimwell commented 1 year ago

Looks like we will have 3 examples in this folder

one where we use openmc lib to do a simulation then make a ww from the tally and do another simulation.

one where we iterate the ww every run

one where we have a trigger in the spectrum tally and iterate the ww every batch

I should add a readme file to the folder for this one