Greeting community,
I’m a new user of OpenMC, and I am experimenting a lot of things.
I came across an error of "Unable to set ‘domains’ to ‘Cell’ which is not of type “Iterable”
when calculating the volume of a cell using openmc.VolumeCalculation().
I dont’t understand what “iterable” means here and why i’m encountring this error.
My cells are correctly defined using “openmc.cell()” and the code runs well. however, i encounter this issue when i’m trying to use the volume calculation function.
this is how I’m applying the function:
Variable = openmc.VolumeCalculation(cell variable, integer)
any help is much appreciated