Another question:
I tried running the compute volume fraction plugin and it says:
Volume fraction is : -nan %ion... [OK]
Moreover, even when I run it only in the pre-processing stage it slows the rest of the computation down substantially? Any reason for this? Even slower when I put in in the main processing loop, even with IterLoop=100 or so.
You can take a look at all of the code if you like, its just a vibrating half-box with some cubes in it (here i've removed computeVolumeFraction):
https://www.dropbox.com/s/setsi5khc34axn0/cubes.zip?dl=0I'd just like to compute the packing density basically; ideally it would automatically construct some imaginary closed bounding surface that best fits around all of the elements, then simply take the ratio of DEM element volume to total volume of the bounding surface. Is this close to what computeVolumeFraction does? Maybe i'm using it wrong??
Thanks again for all the help y'all!