- #1
Gregorovych
- 4
- 1
Hi everyone, I'm making a fuel assembly model and I would like to have a cylindrical gamma source on each fuel rod to measure the decay heat of a fuel assembly but I'm struggling to define the source since it is in a repeated structure. This is the geometry of my model:
Level 2 : cells 1, 2 3 and 4 corresponding to a fuel pin and is defined by universe 1
Level 1 : cell 5 which is a lattice made of universe 1 and universe 3 (filled by himself +universe 1) like this: lat=1 fill=-14:0 -14:0 0:0 11111111111
11131131111u=3
Level 0 : cell 6 filled by universe 3 and cell 7 defines the outside world
Then, I defined my source by giving an discrete energy distribution (corresponding to the highest gamma peaks), the cell definition and finally the axial and radial sampling limits (corresponding to the dimensions of the fuel rod):
SDEF ERG=D1 CEL=D3:D4 RAD=D5 EXT=D6 PAR=P (I will put only the cell def for clarity)
SI3 L (4<5[u=1]<6)
SP3 1 1 1 1 1 1... (# corresponding to all fuel rods)
SI4 L 1 2 3
SP3 1 0 0
When I'm running my code, the following message appears:
" entry 3 on SI -1141636198 for independent variable cel at the last sampled position 1.20045E-01 1.24405E-02 -2.41423E-01 appears incorrect. Expire parameter is the sampling efficiency in source cell 1 is too low. bad trouble in subroutine sourcb of mcrun source particle no. 1 starting random number = 6647299061401 the sampling efficiency in source cell 1 is too low. "
I understand that there is a problem at the beginning of the simulation when the program tries to sample the particles, but I don't know how to solve this problem. I already tried to use the lower the EFF parameter when defining my source but it is only taking more time to write me the same message. I think that the problem can come from the source path because I didn't completely understood how to define the source path.
Any and all info/suggestions would be gratefully received! Thank you in advance for your response!
Level 2 : cells 1, 2 3 and 4 corresponding to a fuel pin and is defined by universe 1
Level 1 : cell 5 which is a lattice made of universe 1 and universe 3 (filled by himself +universe 1) like this: lat=1 fill=-14:0 -14:0 0:0 11111111111
11131131111u=3
Level 0 : cell 6 filled by universe 3 and cell 7 defines the outside world
Then, I defined my source by giving an discrete energy distribution (corresponding to the highest gamma peaks), the cell definition and finally the axial and radial sampling limits (corresponding to the dimensions of the fuel rod):
SDEF ERG=D1 CEL=D3:D4 RAD=D5 EXT=D6 PAR=P (I will put only the cell def for clarity)
SI3 L (4<5[u=1]<6)
SP3 1 1 1 1 1 1... (# corresponding to all fuel rods)
SI4 L 1 2 3
SP3 1 0 0
When I'm running my code, the following message appears:
" entry 3 on SI -1141636198 for independent variable cel at the last sampled position 1.20045E-01 1.24405E-02 -2.41423E-01 appears incorrect. Expire parameter is the sampling efficiency in source cell 1 is too low. bad trouble in subroutine sourcb of mcrun source particle no. 1 starting random number = 6647299061401 the sampling efficiency in source cell 1 is too low. "
I understand that there is a problem at the beginning of the simulation when the program tries to sample the particles, but I don't know how to solve this problem. I already tried to use the lower the EFF parameter when defining my source but it is only taking more time to write me the same message. I think that the problem can come from the source path because I didn't completely understood how to define the source path.
Any and all info/suggestions would be gratefully received! Thank you in advance for your response!