Hi Alan, My question is how should the forces be added up? I'm inferring that you mean that the point/cell data array should just be added up. It seems odd to do it like this since "small" cells don't get weighted proportionally to "big" cells. If you wanted to do it like this though it seems like numpy in the python programmable filter would work fairly well for this (assuming this isn't in parallel AND with point data).
I thought that maybe for point data you could use the Glyph filter with 2d box glyphs with a unit size and then use the integrate attributes filter. I didn't check if this gave the correct answer or not but theoretically it should work. Regards, Andy On Mon, May 19, 2014 at 9:43 PM, Scott, W Alan <[email protected]> wrote: > Utkarsh/Berk/All, > I have a user that wants to add up all of the forces in a dataset, not > volume corrected. Is there a reason that the Integrate Variable filter > can’t do this (default off)? My user just dumped the raw data as a .csv > file and read it into excel, which worked. It would be nicer if ParaView > did this internally. > > Also, having just poked through the documentation for this filter, from > that I could find, it does not explicitly state that the variables are > being corrected for volume, area or length. Documentation should be > adjusted to state this. I finally had to create a hacky test, along with > reading the code, to find what this filter does. > > Alan > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
