The IntegrateVariables filter creates a spreadsheet of PointData (or CellData, depending on where your data is stored in the filter just before IntegrateVariables) with the integral of your data over the volume/area/length depending on if it is 3D/2D/1D data respectively.
It also adds a field to the CellData array that will be Volume/Area/Length respectively. My guess is if you aren't seeing it immediately it is because you are looking at the PointData array and not the CellData array. In the SpreadSheetView that opens up, change the Attribute dropdown from Point Data to Cell Data. Also, as a note -- the values for your variables (pressure, velocity, whatever) are multiplied by the length scale, so if you want the average value in the domain, you need to divide it by the length scale. Tim ________________________________ From: Saideep Pavuluri <[email protected]> Sent: Saturday, March 4, 2017 12:30 PM To: Gallagher, Timothy P; [email protected] Subject: RE: Finding volume enclosed by a contour. Thanks Tim; I could precisely extract the bubble using the threshold filter as you said (attached picture). Coming to the 2nd step: I applied the integrate variables filter on the threshold data but I get the general data set values within individual cells like the computed velocity, pressure, etc…. How do I integrate the the region in space to find the enclosed volume? Sorry, if it’s a basic question. Saideep From: Gallagher, Timothy P [mailto:[email protected]] Sent: 04 March 2017 17:09 To: Saideep Pavuluri <[email protected]>; [email protected] Subject: Re: Finding volume enclosed by a contour. Your best bet would be to use the Threshold filter to extract the region where the scalar is greater (or less than) 0.5 and then use the IntegrateVariables filter on the Threshold. It's not entirely clear your exact pipeline, but it sounds like you are using the IntegrateVariables filter on the Contour, which would give you the surface area of the region instead. Tim ________________________________ From: ParaView <[email protected]<mailto:[email protected]>> on behalf of Saideep Pavuluri <[email protected]<mailto:[email protected]>> Sent: Saturday, March 4, 2017 11:36 AM To: [email protected]<mailto:[email protected]> Subject: [Paraview] Finding volume enclosed by a contour. Hi guys; I am using a numerical method (Volume of fluid, just for information) to look at the breaking of a bubble in a micro-channel. Attached picture. As mostly, the bubbles are of uniform size, I would like to know the volume of any one bubble formed. The bubble is represented by a scalar data set represented by 1 and bounded by the same data set with values 0. I think to clip the region enclosing one bubble and draw a contour where the scalar value is 0.5. Now, I tried the integrate variables filter but I did not find a data representing the volume. Any idea how can I get the volume enclosed by this contour? Any help appreciated. Thanks; SaiD
_______________________________________________ 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 Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
