|
[Sponsors] |
March 25, 2013, 08:29 |
Pressure distribution around airfoil
|
#1 |
New Member
H. Omar
Join Date: Mar 2013
Posts: 23
Rep Power: 13 |
Hi,
It's my first question in this forum and I hope a reply. I'm trying to plot the pressure distribution around airfoil (just near the wall. Is there anyone who can help me to do that. I'm using paraview and the results are obtained by OpenFOAM. Thank your for your help |
|
March 25, 2013, 12:06 |
|
#2 |
Senior Member
Join Date: Dec 2011
Posts: 111
Rep Power: 19 |
This was discussed yesterday: http://www.cfd-online.com/Forums/ope...ing-chord.html I hope that you find your answer there.
|
|
March 25, 2013, 12:37 |
|
#3 |
Member
Eric Robertson
Join Date: Jul 2012
Posts: 95
Rep Power: 15 |
Stater,
An alternative method (compared to what's in that thread) is to just open the airfoil surface VTK file in Paraview and take a chordwise plane slice. Once you've done this, open up the Spreadsheet View and select that slice in the small drop-down menu. Click File ---> Export Data (or something to that effect). This will export pressure at data points on that plane slice on the surface of the airfoil into a .csv file, which can be further manipulated. Please let me know if you need any further help. |
|
March 26, 2013, 13:21 |
|
#4 |
New Member
H. Omar
Join Date: Mar 2013
Posts: 23
Rep Power: 13 |
Hi haakon and msuaeronautics,
thank you for yours helps. Finally I preferred the Fimiya method's mentioned in Haakon tread, it was easy to doing it. However I have problem with method using sampleDict. I put sampleDict in system directory and I launched OP, but at the end I don't know where to go to plot the pressure using gnuplot My sampleDict is as follow /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.0.1 | | \\ / A nd | Web: www.OpenFOAM.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object sampleDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // setFormat gnuplot; surfaceFormat raw; fields ( p ); sets ( TopAirfoil { type cloud; axis x; points ((0.0473 0.0168 0.000)(0.9452 0.2397 0.000)); } bottomAirfoil { type cloud; axis x; points ((0.9452 0.2397 0.000)(0.0493 0.0090 0.000)); } ); // ************************************************** ********************* // Thinks again |
|
April 26, 2013, 07:56 |
|
#5 | |
Senior Member
saeideh mohamadi
Join Date: Aug 2012
Posts: 229
Rep Power: 15 |
Quote:
how should we take a chordwise plane slice? thank you very much |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
"Pressure Inlet" Boundary Setup | Wijaya | FLUENT | 15 | May 18, 2016 11:08 |
Bad pressure distribution in pump | oringo | FLUENT | 2 | March 2, 2013 11:38 |
Pressure BC for combustion chamber | Giuki | FLUENT | 1 | July 19, 2011 12:35 |
[PyFoam] pressure distribution with pyFoam | gimli79 | OpenFOAM Community Contributions | 2 | May 4, 2010 06:28 |
Airfoil pressure distribution | kanishkpanchal | Main CFD Forum | 2 | December 7, 2009 14:21 |