dworogers

Results 11 issues of dworogers

Various RZ and other codes need to convert from scored MeV/g to Gy. Using latest codata values the conversion is 1.6021766E-10 rather than 1.602E-10 used in the codes, i.e. 0.011%...

improvement

The standard rz codes only allow mode 0 and mode 1 formats for .ensrc input spectra. However in the egs++ world, a mode 2 line spectrum is allowed (although I...

bug

In edknrc, if `$MXREG` is not set properly or at least large enough, the code just stops with no explanation. It would be useful to have a check at the...

bug

Using DOSRZnrc with a vacuum region on the surface, I occasionally get dose deposited in the vacuum region which is impossible. The attached file takes some time to run but...

bug

Malkov's EEMF_macros.mortran for including magnetic and electric field effects are distributed with the system but there is no documentation in PIRS701 about these macros which are faster and easier to...

improvement

There are many outputs for plots like ``` YTITLE='planar fluence/incident particle /cm\\S-2\\N'; ``` This should be ``` YTITLE='planar fluence/incident particle /cm\S-2\N'; ``` i.e., `\\S` --> `\S` and `\\N` --> `\N`....

bug

In the egs++ manuals description of egs_box, it is not explicitly stated that the box is centred about the origin. That would be helpful. The example could also make clear...

improvement
documentation

Clicking on the link for [egs_brachy_technical_manual.pdf](https://github.com/clrp-code/egs_brachy/blob/main/docs/pdf/egs_brachy_technical_manual.pdf) uploads a 2.7 kB blank file.

**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

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