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

Lift coefficient too low

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 5, 2008, 06:41
Default Hi everybody i'm trying to
  #1
Member
 
antonio segalini
Join Date: Mar 2009
Posts: 75
Rep Power: 17
antonio_ing is on a distinguished road
Hi everybody

i'm trying to calculate the lift coefficient around a NACA0015 airfoil with the spalart-allmaras model. I have created the mesh with gmsh using two surfaces (profile1 and profile2) for the higher and lower profile surface. I have found some post where someone descrived how to calculate the force coefficients. But, if i take the profile at 3 degrees of attack the lift coefficient should be 0.5 (from xfoil) but it is 0.02 from OpenFoam.
The chord is 0.1m, the freestream velocity 10m/s and the Re=1e5. This is the controlDict file:

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \ / O peration | Version: 1.5 |
| \ / A nd | Web: http://www.OpenFOAM.org |
| \/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

application simpleFoam;

startFrom startTime;

startTime 3000;

stopAt endTime;

endTime 3010;

deltaT 1;

writeControl timeStep;

writeInterval 5;

purgeWrite 0;

writeFormat ascii;

writePrecision 6;

writeCompression uncompressed;

timeFormat general;

timePrecision 6;

runTimeModifiable yes;

functions
(
forces
{
type forces;
functionObjectLibs ("libforces.so"); //Lib to load -> dylib on Mac and so on Linux
patches (profile1 profile2);//Name of patche to integrate forces
rhoInf 1.0; //Reference density for fluid - can be changed later ...
CofR ( 0 0 0);
}
forceCoeffs
{
type forceCoeffs;
functionObjectLibs ("libforces.so");
patches (profile1 profile2);
rhoInf 1.0;
CofR (0 0 0);
liftDir (0 1 0);
dragDir (1 0 0);
pitchAxis (0 0 0);
magUInf 10.0;
lRef 0.1;
Aref 0.1;
} );

// ************************************************** *********************** //

any suggestions?

thanks in advance
antonio_ing is offline   Reply With Quote

Old   December 5, 2008, 09:27
Default hi, - according to your Are
  #2
Senior Member
 
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21
wolle1982 will become famous soon enough
hi,

- according to your Aref=0.1 and t=0.1m your z-depth is 1m right? check that.

- try to use only one patch on the wing

- if the airfoil is on 0deg and your inlet-stream is 3 degrees angle of attack, then you also need to correct the lift-drag vector in the controlDict (or afterwards divide by cos(alpha) )

- for t=0.1m your deltaT seems a little high. how does ist calculate (what solver do you use)??. why you start from 3000s?

- your rhoinf seems too little. where did you get the cl=0.5? check what rho they used.


greetz
wolle1982 is offline   Reply With Quote

Old   December 5, 2008, 10:02
Default "- if the airfoil is on 0deg a
  #3
Senior Member
 
Anonymous
Join Date: Mar 2009
Posts: 110
Rep Power: 17
madad2005 is on a distinguished road
"- if the airfoil is on 0deg and your inlet-stream is 3 degrees angle of attack, then you also need to correct the lift-drag vector in the controlDict (or afterwards divide by cos(alpha) ) "

Your corrected values will be:

Clnew=Cl*cos(alpha)-Cd*sin(alpha)
Cdnew=Cd*cos(alpha)+Cl*sin(alpha)

I've checked the 0015 at 3deg with my own panel method and it gives a Cl=0.367 with 200 panels, including a compressiblity correction. Lifting-line theory gives Cl=0.328 so we are in the right ballpark.

What solver are you using?
madad2005 is offline   Reply With Quote

Old   December 5, 2008, 16:35
Default hi guys. thanks for the qu
  #4
Member
 
antonio segalini
Join Date: Mar 2009
Posts: 75
Rep Power: 17
antonio_ing is on a distinguished road
hi guys.

thanks for the quick reply.

Effectivelythe thickness of the wing was not 1 m but 0.1 m so the Cl reached 0.19. So it is still low but not so much :-)
I'm using The solver simpleFoam with the Spalart_Allmaras turbulence model. My grid is just with only 1 cell in the z direction. The profile is twisted of 3 degrees with a freestream velocity direction 0f (1 0 0). The drag coefficient is instead too high (0.24) giving a total force coefficient of 0.311. Do you know what rho simplefoam uses in the calculations? any other ideas?
antonio_ing is offline   Reply With Quote

Old   December 5, 2008, 17:15
Default and, also the minimum pressure
  #5
Member
 
antonio segalini
Join Date: Mar 2009
Posts: 75
Rep Power: 17
antonio_ing is on a distinguished road
and, also the minimum pressure coefficient is lower than the xfoil's one.
antonio_ing is offline   Reply With Quote

Old   December 5, 2008, 17:16
Default i mean lower in absolute value
  #6
Member
 
antonio segalini
Join Date: Mar 2009
Posts: 75
Rep Power: 17
antonio_ing is on a distinguished road
i mean lower in absolute value :-)
antonio_ing is offline   Reply With Quote

Old   December 6, 2008, 07:06
Default I did another simulation with
  #7
Member
 
antonio segalini
Join Date: Mar 2009
Posts: 75
Rep Power: 17
antonio_ing is on a distinguished road
I did another simulation with 6 degrees AOA and the lift coefficient is always lower than the thin airfoil theory. Now the Cl from OF is 0.3845 and the Cl from theory is 0.6579. In respect to the previous case i noted that the ration between the CL_OF and CL_theory is constant and equal to 1.7.
Also, the drag coefficient is still higher than i could expect because now it is 0.25118 and with 3 degrees was 0.2448. any suggestions?
antonio_ing is offline   Reply With Quote

Old   April 19, 2014, 04:03
Default
  #8
New Member
 
Ruby Qian
Join Date: Aug 2013
Location: Nanjing,Jiangsu,PRC
Posts: 13
Rep Power: 12
ruby_nuaa is on a distinguished road
Hi ,antonio_ing
Sorry to bother you .I'm new to OF. I 've got a problem caculating the lift coefficient of 2D Naca airfoils. The Cl is usually too low compared with the experiment data,same situation like you. I searched for a solution for this and got this thread. I know this thread was posted a long time ago, so I wonder if you have solved this problem yet? A solution or a theory,or a explaination ,enligten me.
3Q
ruby_nuaa is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Fluent Good Lift coefficient BAD drag coefficient Rif Main CFD Forum 4 March 9, 2010 11:52
Lift force or coefficient of lift Rola FLUENT 1 November 12, 2006 14:29
lift coefficient in vof kiran FLUENT 0 August 8, 2005 06:30
lift coefficient nikita FLUENT 1 July 19, 2003 04:45
lift coefficient nikita FLUENT 0 July 16, 2003 02:02


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