John Mayers
unread,Aug 9, 2023, 7:35:04 AM8/9/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenMOC Users Group
Hi everyone.
I have some misunderstanding of what is going on in the SubdivideCell procedure. This procedure calls sectorize and ringify in turn, passing an array of subcells as a parameter. At the end of ringify, the procedure clears the subcells in which the sectors are written and writes the rings there. Thus, we lose information about the sector cells. Because of this, an error should occur when using the LoadFromFile procedure, since there is information about the parent cell, but there is no parent cell in all_cells itself, since it did not get there due to the cleaning of the subcells array. Can someone clarify this for me?