|
[Sponsors] |
May 26, 2011, 09:29 |
polyline-chart in Paraview
|
#1 |
Member
José
Join Date: Jan 2011
Posts: 73
Rep Power: 15 |
Dear all,
I am using OpenFOAM to calculate the flow around airfoils I would like to create a polyline a certain distance from the airfoil (equidistant!) and the extract data from this polyline in order to create a chart. Does anybody know how to do it? Thank you for your attention. Regards, José |
|
May 26, 2011, 10:03 |
|
#2 |
Senior Member
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 22 |
Hi José,
here is an idea: Create a postprocessing utility which uses OpenFOAMs wallDist function: #include "wallDist.H" // include before main() . . . wallDist y(mesh, true); // calculation of wall distance y.write(); // write into time step directory . . . In ParaView you can use the "Filters->Alphabetical->Contour" filter to extract the iso surface based on wall distance. From this surface you can cut iso lines and make your further postprocessing on it. Martin |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Newbie: Install ParaView 3.81 on OF-1.6-ext/OpenSuse 11.2? | lentschi | OpenFOAM Installation | 1 | March 9, 2011 03:32 |
Paraview not found | fusij | OpenFOAM Installation | 2 | January 1, 2011 21:44 |
[OpenFOAM] Distributed ParaView and PV3FoamReader | micalil | ParaView | 4 | July 1, 2010 06:09 |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |
Paraview installation troubles | jjhall | OpenFOAM Installation | 3 | April 17, 2008 13:59 |