In talking with @pshriwise about getting the volume for a specific cell instance, we determined it would be valuable to be able to get the volume of each cell instance directly rather than have to back it out from the total. Right now, if there is a volume calculation setup for a cell that is repeated throughout the model, the reported volume is the total volume for all cells. To get the volume of a single instance, one has to divide that total by the number of instances. I haven't investigated the complexity of implementing this but I imagine it is doable because the DistribcellFilter is setup to do something similar for tallies.
In talking with @pshriwise about getting the volume for a specific cell instance, we determined it would be valuable to be able to get the volume of each cell instance directly rather than have to back it out from the total. Right now, if there is a volume calculation setup for a cell that is repeated throughout the model, the reported volume is the total volume for all cells. To get the volume of a single instance, one has to divide that total by the number of instances. I haven't investigated the complexity of implementing this but I imagine it is doable because the
DistribcellFilteris setup to do something similar for tallies.