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

I'm making my way through the Getting Started manual and was successful the first time around up to "4.5 Change the type of incident particles". I took a break for...

The `elements` line should be `H,C` instead of `C,H` in the following entry of the `HEN_HOUSE/pegs4/data/material.dat file`: ``` medium=POLYSTY521ICRU rho=1.06 elements=C,H mass fractions=7.74180E-02,9.22582E-01 bremsstrahlung correction=NRC density correction file=polystyrene ``` Thank...

bug

_Thank you to Erlend Andersen for reporting this issue:_ I’m playing around with modelling of Compton events and think I spotted a typo in the manual in equation 2.2.35. I...

documentation

The `EGS_Windows` source code has not been available to download from NRC since May 2013. Users are periodically asking about this gui to view BEAMnrc geometries and tracks. I posted...

The `egs-parallel` script includes an option to insert a user-defined delay between each job: ``` -d | --delay delay in seconds between individual jobs ``` However, the `egs-parallel-cpu` sub-script to...

improvement

In the DOSXYZnrc documentation, `BEAM_SIZE` is mentioned for the input line where `NCASE, IWATCH, TIMMAX, INSEED1, INSEED2` etc. have to be specified, in record 13 (or record 9, if `NMED...

bug
documentation

There are situations were `ranmar` gives wrong results. It is a better approach to have someone switch to the low resolution ranmar rng intentionally, than having users obtaining wrong results...

improvement

Hello Everyone, I´m new to EGSnrc and I´m trying to recreate the task of the "getting started"-PDF. In Chapter 5.4 "Generate particles tracks" there is a task where you simulate...

bug

Hi, I am having an issue in compiling in BEAMnrc code and i get this error ``` Mortran compiling ... compilation error (stop 12) /home/mayor/EGSnrc/HEN_HOUSE/makefiles/beam_makefile:113: fallo en las instrucciones para...

bug
compilation

There is buffer overflow in **egs_dose_scoring.cpp** in setApplication() line 259 > sprintf(buf,"%*s %*s rho/[g/cm**3]\n",max_medl/2,"medium",max_medl/2," "); for material names longer then 16 chars. Please increase buffer size at line 135 **char...