CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

polyline-chart in Paraview

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 26, 2011, 08:29
Default polyline-chart in Paraview
  #1
jms
Member
 
José
Join Date: Jan 2011
Posts: 73
Rep Power: 15
jms is on a distinguished road
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é
jms is offline   Reply With Quote

Old   May 26, 2011, 09:03
Default
  #2
Senior Member
 
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 21
MartinB will become famous soon enough
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
MartinB is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 02:32
Paraview not found fusij OpenFOAM Installation 2 January 1, 2011 20:44
[OpenFOAM] Distributed ParaView and PV3FoamReader micalil ParaView 4 July 1, 2010 05:09
paraFoam reader for OpenFOAM 1.6 smart OpenFOAM Installation 13 November 16, 2009 21:41
Paraview installation troubles jjhall OpenFOAM Installation 3 April 17, 2008 12:59


All times are GMT -4. The time now is 12:26.