|
[Sponsors] |
[General] Averaging/integrating multiple slices individually |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 19, 2015, 10:51 |
Averaging/integrating multiple slices individually
|
#1 |
New Member
Brian
Join Date: Mar 2009
Posts: 17
Rep Power: 17 |
Hi all,
The TLDR version of my question: If I create a slice with multiple offsets, the IntegrateVariables filter will integrate across all the slices together, rather than each slice individually. Is there any way to get average values of each slice offset individually, rather than averaging across all of the slices simultaneously? Here's an explanation of my problem in full in case anyone has any better ways of doing this: I am postprocessing some Fluent CFD data, exported via the Ensight Gold format. I'm trying to create a plot of heat transfer coefficient on a surface against x-coordinate, but with the HTC averaged across the surface in the direction normal to the plot direction. The best method I've come up with so far is to have a filter pipeline of: | |->Slice [Creates a slice over which to average - this is a 1D curved line] |->IntegrateVariables |->CellDatatoPointData [To allow the "Length" field to be accessed by the Calculator] ->Calculator [Divides the "integrated HTC" by "integrated Length" to calculate the actual average] This works, but only for one location at a time. If I create multiple slice offsets, the IntegrateVariables filter integrates over all slices together. I could reproduce this filter pipeline for every single x-position and then use groupDatasets to assemble them, but this would get very laborious. Does anyone have any better ways of doing this? Thanks! |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
[General] Merge data from multiple slices | leotsixri | ParaView | 1 | December 21, 2017 10:01 |
[OpenFOAM.org] Install openFOAM 3.0.1 in Ubuntu 16.04 LTS from Deb packs | Pier84 | OpenFOAM Installation | 4 | June 18, 2016 17:22 |
[General] Saving Slices Over Multiple Time Steps | bju1990 | ParaView | 1 | October 12, 2014 06:23 |
OpenFOAM static build on Cray XT5 | asaijo | OpenFOAM Installation | 9 | April 6, 2011 13:21 |