I'm trying to simulate VVER reactor assembly but i couldn't understand how to set hexagonal lattice in openmc the assembly VVER contain 312 fuel pins and 19 guide tubes , so can you share with me any way to understand how to set it up because i cannot understand the concept of the hexagonal lattice in openmcThanks
--
You received this message because you are subscribed to the Google Groups "OpenMC Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openmc-users+unsubscribe@googlegroups.com.
To post to this group, send email to openmc...@googlegroups.com.
Visit this group at https://groups.google.com/group/openmc-users.
For more options, visit https://groups.google.com/d/optout.
I believe that the problem is either in some surface, region or settings definition, however, I am running out of ideas how to fix it. My base for geometry was this workshop suggested by Paul. The calculations work fine when I use cylinder or rectangular region. But when I use openmc.get_hexagonal_prism(edge_length, orientation='y', boundary_type='reflective') it does not. I keep receiving following error:
WARNING: After particle 3 crossed surface 10019 it could not be located in any cell and it did not leak. WARNING: After particle 3 crossed surface 10019 it could not be located in any cell and it did not leak. WARNING: After particle 4 crossed surface 10018 it could not be located in any cell and it did not leak. WARNING: After particle 6 crossed surface 10019 it could not be located in any cell and it did not leak. WARNING: After particle 7 crossed surface 10019 it could not be located in any cell and it did not leak. WARNING: After particle 8 crossed surface 10018 it could not be located in any cell and it did not leak. WARNING: After particle 9 crossed surface 10019 it could not be located in any cell and it did not leak. WARNING: After particle 11 crossed surface 10019 it could not be located in any cell and it did not leak. WARNING: After particle 12 crossed surface 10018 it could not be located in any cell and it did not leak. WARNING: After particle 13 crossed surface 10019 it could not be located in any cell and it did not leak. ERROR: Maximum number of lost particles has been reached. ERROR STOP
I would appreciate any help in this matter. Is there any example of similar geometry? Please let me know if you have any questions?
Best,
Marcin
--