|
[Sponsors] |
simpleFOAM NACA0012 (α=8°) cL, cD not matching published data |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 27, 2012, 21:48 |
simpleFOAM NACA0012 (α=8°) cL, cD not matching published data
|
#1 |
Member
Joe
Join Date: Dec 2011
Location: Groton, CT
Posts: 69
Rep Power: 15 |
I'm looking to model a NACA0012 airfoil using simpleFOAM. Abbot and Von Doenhoff (p462) report a lift coefficient of about 0.9 and a drag coefficient of about 0.01. I am calculating a lift coefficient of 0.710 and a drag coefficient of 0.0242 - values that are significantly off, especially the drag. I get the same results when I double the cells in the x and y directions. My y+ on the finer of the two meshes is about 6.5. I'm not really sure what to look for to debug this - can anyone point me in the right direction?
|
|
March 28, 2012, 02:41 |
|
#2 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
Hi,
Which turbulence model are you using? And what are the values of epslion and k you have used if using RANs? NOTE: pasting the patch of epslion and k would give a clear idea. Regards CFDkid |
|
March 28, 2012, 12:20 |
|
#3 |
Member
Joe
Join Date: Dec 2011
Location: Groton, CT
Posts: 69
Rep Power: 15 |
Thanks for the reply CFDkid. I'm using the Spalart-Allmaras turbulence model, so I'm specifying boundary conditions for nuTilda and nut.
My nut boundary conditions are: boundaryField { frontAndBack { type empty; } topAndBottom { type advective; } left { type inletOutlet; inletValue uniform 1e-06; } right { type advective; } airfoil { type nutUSpaldingWallFunction; value uniform 1e-10; } } nuTilda: boundaryField { frontAndBack { type empty; } topAndBottom { type advective; } left { type inletOutlet; inletValue uniform 3e-06; } right { type advective; } airfoil { type nutUSpaldingWallFunction; value uniform 1e-10; } } pressure: boundaryField { frontAndBack { type empty; } topAndBottom { type outletInlet; outletValue uniform 0; } left { type outletInlet; outletValue uniform 0; } right { type outletInlet; outletValue uniform 0; } airfoil { type zeroGradient; } } velocity: boundaryField { topAndBottom { type inletOutlet; inletValue uniform (29.7081 4.1751 0); } frontAndBack { type empty; } left { type inletOutlet; inletValue uniform (29.7081 4.1751 0); } right { type inletOutlet; inletValue uniform (29.7081 4.1751 0); } airfoil { type fixedValue; value uniform (0 0 0); } } |
|
March 29, 2012, 13:45 |
|
#4 |
Member
Joe
Join Date: Dec 2011
Location: Groton, CT
Posts: 69
Rep Power: 15 |
http://www.cfd-online.com/Forums/ope...-get-help.html
Just saw this thread. When I get home this evening I'll post everything to do with my case. |
|
March 29, 2012, 17:32 |
|
#5 |
Member
Joe
Join Date: Dec 2011
Location: Groton, CT
Posts: 69
Rep Power: 15 |
CheckMesh output: http://dl.dropbox.com/u/62138912/checkMeshLog
fvSchemes: http://dl.dropbox.com/u/62138912/fvSchemes fvSolution: http://dl.dropbox.com/u/62138912/fvSolution Complete mesh: Zoomed in some: I'm a bit concerned about this - the gridlines aren't really normal to the surface and I'm getting cells with very large aspect ratios near the surface. Thanks again. |
|
March 30, 2012, 09:18 |
|
#6 |
Member
Joe
Join Date: Dec 2011
Location: Groton, CT
Posts: 69
Rep Power: 15 |
Long story short - I was looking at a NACA 0020 airfoil and comparing the results to those published for a NACA 0012 airfoil. I'm very embarassed by this. My advisor made me aware of this yesterday evening. I will rerun with the correct geometry this afternoon.
|
|
April 2, 2012, 01:36 |
|
#7 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
Hello,
Can you share the NACA0012 paper with me. I was doing NACA4412, the one validation study that comes with Fluent. https://confluence.cornell.edu/displ...ver+an+Airfoil But it would be better doing NACA0012. Please help regarding the resources to carry out this study. Regards CFDkid |
|
April 2, 2012, 09:23 |
|
#8 | |
Member
Joe
Join Date: Dec 2011
Location: Groton, CT
Posts: 69
Rep Power: 15 |
Quote:
After fixing my geometry (NACA 0012 vs 0020), I reran under the same conditions. I'm calculating lift that's slightly higher, but my drag is still double what it should be. I may still have something fishy going on with my mesh - I'm using a rounded trailing edge who's radius looks to be too large, so my trailing edge isn't tangent to the rest of the airfoil. I would expect this to cause my drag to increase, but would this make it double what it should be? |
||
April 2, 2012, 22:00 |
|
#9 |
Senior Member
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16 |
I have a similar problem, I am trying to analyze the NACA 5012 airfoil and getting a Cl of 0.52 at 0 degrees AOA and 15 at 5 degrees AOA! I am hoping that with the low airspeed we are still in the laminar regime.
Here are my forcecoeffs Airfoil 5 degree: forces { type forceCoeffs; functionObjectLibs ( "libforces.so" ); outputControl timeStep; outputInterval 1; patches ( "vol1face1" "vol1face2" "vol1face3" "vol1face4" ); pName p; UName U; rhoName rhoInf; // Indicates incompressible log true; rhoInf 1; // Redundant for incompressible liftDir (-0.087 0.996 0); dragDir (0.996 0.087 0); CofR (0.72 0 0); // Axle midpoint on ground pitchAxis (0 0 1); magUInf 20.0; lRef 1.0; Aref 10.0; } 0 degrees: forces { type forceCoeffs; functionObjectLibs ( "libforces.so" ); outputControl timeStep; outputInterval 1; patches ( "vol1face1" "vol1face2" "vol1face3" "vol1face4" ); pName p; UName U; rhoName rhoInf; // Indicates incompressible log true; rhoInf 1; // Redundant for incompressible liftDir (0 1 0); dragDir (1 0 0); CofR (0.72 0 0); // Axle midpoint on ground pitchAxis (0 0 1); magUInf 20.0; lRef 1.00; Aref 10.0; }
__________________
Mihai Pruna's Bio |
|
April 2, 2012, 22:30 |
|
#10 |
Member
Joe
Join Date: Dec 2011
Location: Groton, CT
Posts: 69
Rep Power: 15 |
Mikhail, the first thing to catch my attention is that you are looking at a 5012 airfoil. This could just be a typo, but if your point of maximum camber is at your leading edge that would be an awkward airfoil. What kinematic viscosity are you using? I see you have a reference length of 1 and reference area of 10. From this is see that your chord is 1 m and your span (even if this is 2D) is 10 m. Is this the case in your geometry? If not this could cause your results to off by an order of magnitude. Also, one of your notes States that the density is not needed for incompressible flow - I'm not sure if this is true because to get the lift and drag coefficients you would need to get the force then divide by the area (like I mentioned earlier) and the dynamic pressure (where density shows up).
Forgive any grammatical errors, I'm typing on my cell phone so it's tough to gather my thoughts properly. Also forgive if I'm flat out wrong, I'm still very new to openFOAM. |
|
April 3, 2012, 01:05 |
|
#11 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
Jferrari,
Thank you for sharing those plots. I came across this paper which seems to be good, "Evaluation of the turbulence models for the simulation of the flow over a National Advisory Committee for Aeronautics (NACA) 0012 airfoil " Douvi C. Eleni*, Tsavalos I. Athanasios and Margaris P. Dionissios Would follow this to run a case. Also, i will look at your plots and get back with some results if possible. Regards, CFDkid |
|
April 3, 2012, 08:48 |
|
#12 |
Senior Member
Vesselin Krastev
Join Date: Jan 2010
Location: University of Tor Vergata, Rome
Posts: 368
Rep Power: 20 |
If you are interested in NACA0012 validation, just take a look at this:
http://turbmodels.larc.nasa.gov/naca0012_val.html There you can find also some indications for useful experimental databases. Regards V. |
|
April 3, 2012, 08:59 |
|
#13 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
True, had gone to that site before. thanks even the paper we discussed have Aboot's experimental data. But yes the link of naca has around 4 to 5 experimental data, which is good.
Can you help me on how to calulate Lift Force and Drag Force . Which i suppose could be implemented directly in OpenFOAM, but i do not no the implementation. How to go about it? Regards CFDkid |
|
April 3, 2012, 09:24 |
|
#14 | |
Senior Member
Vesselin Krastev
Join Date: Jan 2010
Location: University of Tor Vergata, Rome
Posts: 368
Rep Power: 20 |
Quote:
functions { totalDrag { // rhoInf - reference density // CofR - Centre of rotation // dragDir - Direction of drag coefficient // liftDir - Direction of lift coefficient // pitchAxis - Pitching moment axis // magUinf - free stream velocity magnitude // lRef - reference length // Aref - reference area type forceCoeffs; functionObjectLibs ("libforces.so"); patches (nose body slant back); rhoName rhoInf; rhoInf 1.184; CofR (0 0 0); liftDir (0 1 0); dragDir (1 0 0); pitchAxis (0 0 1); magUInf 40; lRef 0.288; Aref 0.0561; outputControl timeStep; outputInterval 50; } } The above syntax allows the code to activate force coefficients calculation at run time and to print the values every 50 steps. The same syntax applies for the forces, but in that case the type should be forces instead of forceCoeffs. Just some additional details: 1) This EXACT syntax applies to the OF-1.7.x family: there could be some small formal differences for the 2.x.x releases which I'm not aware of; 2) For incompressible runs, the rhoInf value is used for absolute forces calculation (not for force coefficients), while for compressible runs you have to use the actual rho value (rhoName becomes rho) 3) For an airfoil, lref is the chord length, while Aref should be the actual spanwise section (remember that in OF 2D grids are physically 3D), which is the chord length multiplied by the grid width. Hope this helps V. |
||
April 3, 2012, 10:29 |
|
#15 | |
Senior Member
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16 |
Quote:
http://www.dur.ac.uk/g.l.ingram/down...ofoilGuide.pdf I was assuming that since the static pressure is set to 0 and the flow is incompressible, the value of the density doesn't matter as it factors out. Indeed,I have a 10m wing span and 1 m chord. Thanks for the feedback. I am mainly concerned about the discrepancy that a 5 degrees angle of attack seems to cause in Cl.
__________________
Mihai Pruna's Bio |
||
April 3, 2012, 10:46 |
|
#16 | |
Senior Member
Vesselin Krastev
Join Date: Jan 2010
Location: University of Tor Vergata, Rome
Posts: 368
Rep Power: 20 |
Quote:
Regards V. |
||
April 3, 2012, 11:20 |
|
#17 |
Senior Member
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16 |
That is understood, and I'm only looking for a reasonably accurate Cl and Cd.
__________________
Mihai Pruna's Bio |
|
April 3, 2012, 18:15 |
|
#18 |
Member
Joe
Join Date: Dec 2011
Location: Groton, CT
Posts: 69
Rep Power: 15 |
Mihai, you mentioned that you were looking to stay in the laminar flow regime, but you're posting in this thread about simpleFoam. This is a turbulent solver. The laminar solver is icoFoam. Which solver are you using? What Reynolds number are you using? If you're using simpleFoam, what turbulence model are you using?
|
|
April 4, 2012, 01:35 |
|
#19 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
Hi jferrari,
SimpleFOAM is turbulent solver, but we can use it for laminar flow calculation with little modification. One needs to edit RASProperties file and switch off turbulence (control/RASProperties). icoFoam: Transient solver for incompressible, laminar flow of Newtonian fluids.( PISO algorithm) simpleFoam: Steady-state solver for incompressible, turbulent flow. (SIMPLE algorithm). Hope the difference is clear now. regards, CFDkid. |
|
April 4, 2012, 01:38 |
|
#20 |
Senior Member
cfdkid
Join Date: Mar 2009
Posts: 133
Rep Power: 17 |
Vesselin Krastev,
Thanks, will share results after i am done. regards CFDkid |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] fluentMeshToFoam multidomain mesh conversion problem | Attesz | OpenFOAM Meshing & Mesh Conversion | 12 | May 2, 2013 11:52 |
matching variable data with grid point data | anfho | OpenFOAM Programming & Development | 0 | May 6, 2011 16:28 |
Naca0012 k-e mpirun gives fpe whereas simpleFoam not | Pierpaolo | OpenFOAM | 1 | May 8, 2010 04:08 |
NACA0012 Data as a function of Re for a VAWT model | psd | Main CFD Forum | 1 | July 31, 2009 23:04 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |