Radiative splitting ausgab object (AO) #472
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A first step for implementing the variance reduction technique (VRT) radiative splitting via an AO making this VRT available to any C++ application. It simply turns on the intrinsic uniform radiative splitting in
EGSnrc
by settingnbr_split
to a user-defined value which can have the following effects:nbr_split > 1
: uniform radiative splitting (URS) is ONnbr_split = 1
: no radiative splittingnbr_split < 1
: Radiative events OFF !!!This should make possible the efficient simulation of electronic brachytherapy sources. It will also allow modelling x-ray tubes and linacs albeit less efficiently than the DBS technique as implemented in
BEAMnrc
. The next step is to implement directional radiative splitting which would increase the efficiency in the simulation of x-ray tubes and linacs.The syntax to define this AO is simply: