|
[Sponsors] |
July 25, 2013, 12:58 |
Airfoil lift and drag understimated
|
#1 |
New Member
Join Date: Apr 2013
Posts: 14
Rep Power: 13 |
Hello everybody, I am quite new in CFD and in particular in OpenFoam.
I use the 2.1.1 version and I try to simulate the behaviour of a 4415 airfoil at different angle of attack. There were no problem to obtain a "correct" trend of Cp (so pressure) according to experimental values, but lift and drag are understimate of 50%. I guess the error can be associated to the BC of k and omega in k-w model and nuTilda in SA, because I choose them according to the parameters used in OpenFoam tutorial. I have a freestream velocity U=100 m/s, solver sonicFoam, k=150 and omega=462 at the inlet fot k-omega, and nuTilda=0,14 for SA, wall_function for patches type wall. Another question is about the function for calculate forces in controlDict file, I set this for angle of attack=0: functions { forces { type forceCoeffs; functionObjectLibs ( "libforces.so" ); outputControl timeStep; outputInterval 1; patches (profile_wall) pName p; UName U; log true; rhoInf 1.225; CofR ( 0 0 0 ); liftDir ( 0 1 0 ); dragDir (1 0 0 ); pitchAxis ( 0 0 1 ); magUInf 100.0; lRef 0.1254; Aref 0.01292; } } For angle of attack >0 I have to set the correct directions for lift and drag or the function calculates the force resulting on the airfoil and from that split lift and drag? Thanks everybody |
|
July 25, 2013, 14:54 |
|
#2 |
New Member
Join Date: Apr 2013
Posts: 14
Rep Power: 13 |
something that could help to understand the problem with k and epsilon (or omega, with all models are the same..)
|
|
July 27, 2013, 04:42 |
|
#3 | |
New Member
Phillip
Join Date: Mar 2012
Location: Germany
Posts: 27
Rep Power: 14 |
Quote:
is your case 2D or 3D, because there are different definitions for lift and drag coefficients? Just set the "lref" and "Aref" values both to 1 and after simulating calculate your coefficients with your definition. For angle of attack > 0, i think you don't have to set new directions for liftDir and dragDir, beacause you want the forces in global coordinates and not in local. To your boundary conditions for the turbulence values:
Greetz, Phil. |
||
July 27, 2013, 05:42 |
|
#4 |
New Member
Join Date: Apr 2013
Posts: 14
Rep Power: 13 |
Hi, sorry I forgot it. It is a 2D case, the turbulence intensity is 10% of the velocity and turbulence lenght scale is 0.0965 .
Here the case setup for the k-epsilon model. thanks to all |
|
July 27, 2013, 10:27 |
|
#5 | |
New Member
Phillip
Join Date: Mar 2012
Location: Germany
Posts: 27
Rep Power: 14 |
Quote:
|
||
July 27, 2013, 14:20 |
|
#6 |
New Member
Join Date: Apr 2013
Posts: 14
Rep Power: 13 |
Yes, the chord length is 0.1254 m. The values are experimental, from a report NASA. I check that the flow conditions are the same.
|
|
July 29, 2013, 14:45 |
|
#7 |
Member
Join Date: Nov 2012
Posts: 62
Rep Power: 14 |
Hello Kio,
You did not provide the /constant folder. I faced a similar kind of problem like you a few months ago. The solution of my problem was quiet obvious. I made mistake in system/forceCoeff file. I did not take into account the length in z-direction. What I am meaning is that you have to find out the reference area like this: Chord_length * Height of extrusion in z-direction. Anyway check the small detail and keep us posted. Normally a tiny misplaced setting plays the main role in this kind of error. Good luck.
__________________
Happy Foaming |
|
July 30, 2013, 04:51 |
|
#8 |
New Member
Join Date: Apr 2013
Posts: 14
Rep Power: 13 |
No the reference area is correct, I calculated area in the way you tell me.
The flow simulated is correct, I cannot understand. The cd and cl coefficient are non dimensional, so I could compare with the coefficients from the report also if the airfoil scale is different I cannot provide you the constant folder because is too big |
|
September 11, 2013, 05:18 |
|
#9 |
New Member
Join Date: Apr 2013
Posts: 14
Rep Power: 13 |
Hello everybody, after one month I do not find the problem.
I try different meshes and turbulence models but the problem is still the same, pressure field is correct but cl and cd are understimate. I do not understand if the direction of lift and drag are simply (0 1 0) and (1 0 0) or inclinated with the flux. However also with an angle of attack of 0° cl is understimate. There is another problem with an angle of attack > 0° with the coefficient cd that is negative. I attach an image to show you the reference system, how can I set the lift and drag direction? I think (0 -1 0) and (1 0 0) but the cl is positive and understimate of 20-30% and cd is negative and in any case too high. I attach also the log file of a case with angle=6° and k-omega model. Please help me! I have to present the case within two weeks! |
|
September 11, 2013, 08:15 |
|
#10 |
New Member
Join Date: Apr 2013
Posts: 14
Rep Power: 13 |
A little doubt: I read all the threads about airfoil simulation on the forum and I observed that in all simulations the airfoil mesh is divided in two patches, top and bottom, but only one coefficient is shown in the log file. How the library choose on which patch calculate forces?
|
|
September 11, 2013, 08:57 |
|
#11 |
Member
Join Date: Nov 2012
Posts: 62
Rep Power: 14 |
Hello kio. I am uploading my casefiles. I have validated the results with real data. Although I have simulated for incompressible flow using simpleFOAM. But still I think you might get an idea. Good luck.
https://dl.dropboxusercontent.com/u/...8/NACA0015.rar
__________________
Happy Foaming |
|
September 11, 2013, 10:56 |
|
#12 |
New Member
Join Date: Apr 2013
Posts: 14
Rep Power: 13 |
thank you very much Naruto, I tried also with simpleFoam and you boundary conditions (my original solver was sonicFoam) but the result remains the same, the cl is too low and cd too high.
Are you sure your results are right? I find a forceCoeffs.dat in your case uploaded, but with an angle of attack of 13° specified in the file 0/U also your cl was too low! For example the coefficient with xfoil are here: http://airfoiltools.com/airfoil/deta...il=naca0015-il |
|
September 11, 2013, 13:45 |
|
#13 |
Member
Join Date: Nov 2012
Posts: 62
Rep Power: 14 |
Yes I am sure that my data are ok. I checked them.
But I am saying again they are for incompressible flow.
__________________
Happy Foaming |
|
September 11, 2013, 14:37 |
|
#14 |
New Member
Join Date: Apr 2013
Posts: 14
Rep Power: 13 |
ok, thanks again. Probably the problem is related to the compressible flow
|
|
September 13, 2013, 07:41 |
|
#15 |
New Member
Join Date: Apr 2013
Posts: 14
Rep Power: 13 |
I try with a mesh generated automatically by a script found here
https://www.hpc.ntnu.no/display/hpc/...l+Calculations Although the pressure field is not accurate like that of the previous mesh, cl and cd are calculated exactly! y+ is between 1000 and 5000, I think my previous mesh was better because y+ was between 10 and 30, but the forces were not right. I cannot explain that... |
|
October 1, 2016, 14:48 |
|
#16 |
New Member
jiyou
Join Date: Sep 2016
Posts: 5
Rep Power: 10 |
Hello Kio, do you have any insight to this problem?
I'm doing a validation for NACA 0012 and 4412, i am facing the same problem as well. Hope you may give you advise... |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
lift & drag coefficient on airfoil | n. natik | FLUENT | 8 | March 31, 2015 20:02 |
Problem with restart solution in shape_optimization.py | robyTKD | SU2 Shape Design | 21 | May 29, 2013 10:26 |
airfoil lift and drag coefficient | amir_14 | FLUENT | 5 | January 1, 2013 09:30 |
Symmetric NACA Airfoil Lift and Drag Data | jrider22 | Main CFD Forum | 3 | April 15, 2010 05:59 |
Airfoil Lift and Drag | Dr. Laith K. Abbas | Main CFD Forum | 8 | July 2, 2005 04:32 |