I am running a depletion simulation on a CANDU reactor, and I define my materials using the following code,
which I then call when constructing the cell in this code,
I was just wondering how the volume was managed here. When I allocate volume to the material, and then assign that material to multiple cells, which make up a greater cell, does the volume get spread out, or does it get duplicated. I need to know if I’m assigning the volume for the entire bundle, or for individual sheaths. Thank you in advanced.