Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to increase the number of radii using edknrc #1204

Open
zccdeepl opened this issue Oct 25, 2024 · 1 comment · May be fixed by #1217
Open

how to increase the number of radii using edknrc #1204

zccdeepl opened this issue Oct 25, 2024 · 1 comment · May be fixed by #1217
Assignees
Labels
Milestone

Comments

@zccdeepl
Copy link

the edknrc_template geometry only have 24 radii spheres,how to change egsinp file to add the spheres number ? please give a example.
Thanks.

i attempt like this , but it does not work.

NUMBER OF SPHERES = 50 # number of spheres (individual or by group)
# For individual inputs as below, number of spheres can be omitted

RADII= 0.1

@zccdeepl zccdeepl added the bug label Oct 25, 2024
@rtownson
Copy link
Collaborator

It might be hitting the maximum number of regions. In egs_home/edknrc.mortran change line 702 so that it is larger. In the output of edknrc it tells you how many regions are in your geometry. E.g. try:

REPLACE {$MXREG} WITH      {3121}"#REGIONS, $MAXRADII*$MAXCDOSE+1(VAC)"

Then recompile edknrc and try again.

@ftessier ftessier linked a pull request Nov 13, 2024 that will close this issue
@ftessier ftessier added this to the Release 2024 milestone Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants