So I have a geometry model of a core + shielding. A kcode runs fine on it.
I want to quantify how much makes it through the shielding. Specifically, what the absorbed dose rate of neutrons and gammas would be in a specific material right out side the shielding. (So total energy deposited divided by density*volume of the material.)
I’ll need variance reduction. Both for the neutrons and for the gammas, and since different sections of the shield will absorb neutrons and gammas respectively, neutrons and gammas need separate weight windows.
How can this be done in in OpenMC?
How do I define an absorbed dose tally?
How do I model all gammas produced by fission and n-gamma reactions?
How do I create weight windows for neutrons and gammas respectively?
How do I save the neutron and photon source from the kcode, so I don’t have to bother with kcode calculations during the weigh window generation?
OK. And have I understood it right that get the actual power deposition from such a tally in W, I should multiply it with the actual reactor power divided by the output of a tally defined thus:
Unfortunately weight window generation capabilities are not yet in the code, although it is actively being worked on. If you have existing WWs from a wwinp file (for MCNP), you can convert them with the openmc.wwinp_to_wws function.