Computing (effective) delayed neutron fraction

Hi @Lorenzo_Mazzocco. Unfortunately there is no way to properly get the effective delayed neutron fraction from our basic tallies. If you’re willing to make a patch to the code, you can calculate an estimate of beta-effective using the “prompt method”. See the discussion on a previous topic:

The prompt method is described in a paper by Meulekamp and var der Marck. The way it works is as follows. First, you would calculate k using a normal version of OpenMC, and then you’d calculate k using the patched version (call it k’), which gives you k-effective accounting only for prompt neutrons rather than prompt+delayed. The prompt method approximation is then βeff = 1 - k’ / k.