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

Calculation of lift and drag coefficients on airfoil

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By CoolHersheys
  • 3 Post By cyss38

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 8, 2018, 12:58
Default Calculation of lift and drag coefficients on airfoil
  #1
New Member
 
Join Date: Jun 2017
Posts: 3
Rep Power: 8
CoolHersheys is on a distinguished road
Hello everyone,

I am aware that this question has been asked several times before, but I just can't seem to figure out how to solve my problem. I am attempting to simulate the flow around a NACA 2412 airfoil, calculate the lift and drag coefficients at several angles of attack and validate the results with the experimental data from NACA. All of this using OpenFOAM, while my mesh is self-made using Salome. The issue is my lift coefficient seems to be right in most of the cases (I shall explain what "most of the cases" means) but my drag coefficient is too high on all cases, except one. Before anything, we are talking about a steady flow 2-D case (only one layer of cells in the wingspan direction, but with the correct wingspan of the real airfoil).

For the simulations themselves, I've tried an incompressible solver (simpleFoam) and a compressible solver (rhoSimpleFoam), both with laminar flow and turbulent flow (Spalart-Allmaras turbulence model). Accordingly, based on the conditions of the NACA experiments, I have a Reynolds number of 9x10^6 (velocity magnitude equal to 90 m/s, chord as characteristic length, density of 1 kg/m^3, dynamic viscosity of 1x10^-5 kg/m-s). The way I study different angles of attack is by changing the direction of the velocity at the inlet boundary condition. My mesh is block-structured, it has around 10^5 elements and is finer the closer you get to the airfoil itself. The domain extends 1.5 chords upwash of the airfoil, 4.5 chords downwash of the airfoil, 3.5 chords above the airfoil and 3.5 chords below the airfoil.

For calculation I am using both the forces and forcesCoeffs functions that are available out there, and the tools of Paraview (this with the purpose of comparing the results). In the former case, my reference length is 1 (chord length of 1 m) and my reference area is 1 (to take into account a wingspan of 1 m). In the latter case, the way I calculate them is to extract the "walls" block, generate surface normals, calculate the force and integrate the quantity over the surface (point data for drag, cell data for lift). Boundary conditions are, in general, Dirichlet at the inlet and Neumann at the outlet. At the airfoil, noSlip for velocity, zeroGradient for pressure, zeroGradient for temperature and wall functions (nuUSpalding, compressible::alpha) for the turbulent quantities, when needed.

The specific issues I've found are these:
1) In the case of incompressible laminar flow, both my drag coefficient (0.009, exactly the same as experimental data) and my lift coefficient (0.22, exactly the same as experimental data) seem to be correct when the angle of attack is 0°. As angle of attack increases, the drag coefficient becomes gradually too high (0.022 at 5°, 0.06 at 10° and 0.12 at 15°), while the lift coefficient continues to behave correctly up to around 10° (0.74 at 5°, 1.2 at 10°). Beyond 10°, lift coefficient begins to deviate gradually from experimental data, being too low (1.36 at 15°, when it should be around 1.6). From 20° onwards, the solver does not converge. The values of Cd and Cl I just mentioned are those that OpenFOAM calculates, but those I obtain in Paraview are an almost exact match.
2) In the case of incompressible turbulent flow, drag coefficient is a bit high (0.015) and lift coefficient is still right (0.21) for 0°. A similar problem arises when angle of attack increases, the values being just slightly higher than the ones I mentioned in (1). When it comes to lift coefficient, the general behaviour still seems to be right, but the values are moderately lower than those I mentioned in (1) (0.71 at 5°, 1.06 at 10°). In this case, from 15° onwards, the solver does not converge. Once again, Paraview's and OpenFOAM's values for Cd and Cl are very similar.
3) In the case of compressible laminar flow, drag coefficient is a bit high (0.012) and lift coefficient is, once again, about right (0.21). The same issue happens to both Cd (0.03 at 5°, 0.06 at 10°, 0.12 at 15°) at and Cl (0.74 at 5°, 1.21 at 10°, 1.44 at 15°) with increased angle of attack. And, similarly to (1), the solver does not converge for 20° onwards. In this case, strangely, the values I obtain with Paraview differ considerably (still within the same order of magnitude, though) from those obtained with OpenFOAM.
4) Finally, in the case of compressible turbulent flow, there is a similar behaviour observed in relation to (3) as that between (2) and (1), where Cd values are slightly larger than the corresponding ones for the laminar case, while there is little difference between these Cl values and those for the laminar case. Still, the deviation from experimental data gradually increases with larger angles of attack for Cl, its value at 0° being correct (0.21), and, in the case of Cd, it starts too high to being with at 0° (0.019). The solver does not converge from 15° onwards and Paraview's values for the coefficients, once again, differ from those of OpenFOAM.

In other words, the only case where both Cd and Cl are simultaneously right is the incompressible laminar flow case at 0° and we could say Cl is reasonably right for all cases, as long as you keep your angle of attack between 0° and 10°. Additionally, the flow field and other quantities look "logical", with no obvious errors in the results (peaks of pressure at the corners, etc).

The things I've tried so far and discarded (I think?) are:
a) consider effects of compressibility, since the Ma number is around 0.25 on the freestream, but expected to be higher near the airfoil (hence the cases mentioned before).
b) consider effects of the refinement of the mesh (I refined it further, until I got 10^6 elements; and results do not change much)
c) consider the effects of turbulence (hence the laminar vs turbulent explained before).
d) use the correct coordinate system for lift and drag calculation in OpenFOAM (I modified liftDir and dragDir accordingly).
e) use the correct coordinate system for lift and drag calculation in Paraview (when I use the "calculator", drag is calculated as p*(NormalsY*sin[alpha] + NormalsX*cos[alpha], while lift is calculated as p*(NormalsY*cos[alpha] - NormalsX*sin[alpha]).

Things I have not properly discarded yet:
aa) Even though I refined the mesh using Viscous 2-D Layers, I haven't checked the values of yPlus strictly to verify if I should use wall functions or not.
bb) I've read that the Spalart-Allmaras model is suitable for wings, but I am not entirely sure if I should expect this kind of errors when attempting to simulate higher angles of attack, since I should expect greater flow separation.
cc) For the compressible cases, I considered constant transport properties. I am not sure how much this would affect the results, but temperatures (300 K at the inlet) do not vary more than 2 degrees.
dd) I am aware the domain size should theoretically affect the results and that it should be large enough in order for the freestream quantities to truly be considered as such. However, I do not know if mine might be too small and, thus, produce these errors.
ee) Details related to the specific schemes and solution methods I am using, which I think should not play that much of a role, specially if Cl values are right, but I leave the possibility open.

I do not know if any of you guys can see what I am doing wrong, or if I am looking at several mistakes combined and not just one. I suspect it is some very foolish detail that I am overlooking, perhaps when calculating forces, or a mismatch between my turbulence model and the physics I am trying to reproduce (I still have a lot to learn about aerodynamics myself). I would appreciate any help you could provide me.

Best regards
alirez likes this.
CoolHersheys is offline   Reply With Quote

Old   October 7, 2018, 09:40
Default
  #2
Member
 
carno
Join Date: Mar 2009
Posts: 70
Rep Power: 17
Carno is on a distinguished road
I am also facing the similar problem. Lift and drag forces are very much under predicted.
Question is, in case of 2D analysis, while calculating the Lift and drag forces, which area is considered? Is it, cord length * 1 (m)? Z direction = 1m? Or projected length based on angle of attack * 1m?
Based on this one can adjust the results to the experimental data.
Carno is offline   Reply With Quote

Old   October 8, 2018, 04:32
Default
  #3
Member
 
cyss38's Avatar
 
Cyrille Bonamy
Join Date: Mar 2015
Location: Grenoble, France
Posts: 85
Rep Power: 11
cyss38 is on a distinguished road
Quote:
Originally Posted by Carno View Post
I am also facing the similar problem. Lift and drag forces are very much under predicted.
Question is, in case of 2D analysis, while calculating the Lift and drag forces, which area is considered? Is it, cord length * 1 (m)? Z direction = 1m? Or projected length based on angle of attack * 1m?
Based on this one can adjust the results to the experimental data.
You can control these settings : https://www.openfoam.com/documentati...ce-coeffs.html
student666, amuzeshi and hititian like this.
cyss38 is offline   Reply With Quote

Old   October 10, 2018, 09:11
Default
  #4
Member
 
carno
Join Date: Mar 2009
Posts: 70
Rep Power: 17
Carno is on a distinguished road
Thanks Cyrille,

I found out the answer somewhere in the forum, that OpenFOAM takes the z actual thickness (x-y is the mesh plane) of the mesh while calculating the forces. I lost the link... If anybody finds it please share. Thanks.
Carno is offline   Reply With Quote

Old   September 26, 2021, 17:58
Default
  #5
New Member
 
alireza
Join Date: Sep 2021
Posts: 11
Rep Power: 4
alirez is on a distinguished road
Hi Cool . Excuse me, I wanted to know how you calculate the amount of lift and drag coefficients with OpenFoam itself.
I am also working on Airfoil naca 63-415 and I encountered a problem to calculate the coefficient. Thank you for your help.
alirez is offline   Reply With Quote

Old   September 27, 2021, 06:04
Default
  #6
Member
 
cyss38's Avatar
 
Cyrille Bonamy
Join Date: Mar 2015
Location: Grenoble, France
Posts: 85
Rep Power: 11
cyss38 is on a distinguished road
my old link doesn't work anymore...


This one is good :

https://www.openfoam.com/documentati...ce-coeffs.html
cyss38 is offline   Reply With Quote

Reply

Tags
drag coefficient, lift coefficient


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
wrong SU2 calculation for lift and drag coefficient for NAC4421 mechy SU2 7 January 9, 2017 05:18
Need Help in generating Lift and Drag coefficients over airfoil (2D) jingow OpenFOAM Running, Solving & CFD 2 December 17, 2016 11:34
High drag for airfoil compared to XFOIL and wind tunnel data Ry10 SU2 15 October 30, 2016 17:27
NACA 23020 airfoil drag and lift calculation. Zmur CFX 2 December 23, 2008 16:35
Calculation of lift and drag coefficients Prachi CFX 3 August 14, 2007 14:05


All times are GMT -4. The time now is 07:58.