EGSnrc icon indicating copy to clipboard operation
EGSnrc copied to clipboard

Toolkit for Monte Carlo simulation of ionizing radiation — Trousse d'outils logiciels pour la simulation Monte Carlo du rayonnement ionisant

Results 172 EGSnrc issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Currently in parallel runs where ncase (total no. of histories) > Nphsp (no. of particles in phase space source), any "chunk" of the run for which the...

bug

I would like to suggest to add a "Rotation angle" to egs-view in the camera control. Something similar to "rotation point" except that the rotation would be for X angle...

improvement

- Total fluence normalization bug during output: `norm /= volume[k];` reduces normalization for $` \Phi[k]`$ by $`V[k-1]*V[k-2]*...*V[1] `$ changed to `norm = norma/volume[k];` - Fix issue #1002 - Read user-requested...

This fix divides phase space sources used in parallel runs into npar\*nchunk equal segments, where npar is the no. of parallel runs and nchunk is the no. of chunks (defaults...

bug
critical

**Describe the bug** [edknrc_template.egsinp](https://github.com/nrc-cnrc/EGSnrc/blob/4850d0dddf23ed225c96100f3d091ca44f9d9e8b/HEN_HOUSE/user_codes/edknrc/edknrc_template.egsinp#L152C1-L155C70) describes source options as ``` SOURCE NUMBER= 0 # 0,1,2 # 0: point source AT origin, emission along Z-axis # 1: point source AT origin, isotropically...

bug
documentation

Clarify that multiple-scattering transport is triggered only if the intended electron step is longer than a skin depth, even in bulk media away from any region boundaries. This improves efficiency,...

Lines [1247-1250](https://github.com/nrc-cnrc/EGSnrc/blob/fe83057e6db99768a281e343498e3eedf185206d/HEN_HOUSE/src/egsnrc.mortran#L1247-L1250) in egsnrc.mortran state ``` IF((tustep skindepth))) [ "We are further way from a boundary than a skindepth, so "perform a normal condensed-history step ``` The comment ignores the...

improvement
documentation

Handle "rare" cases of energy deposited (edep) in vacuum due to tracks ending once particles cross into the region by immediately zeroing edep. Requires a fix to dosxyznrc to handle...

**Is your feature request related to a problem? Please describe.** Currently, egs++ supports reading a CT .egsphant file into a rectilinear EGS_XYZGeometry. Using EGS_DoseScoring, a .3ddose file can potentially be...

improvement