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 Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   December 5, 2008, 05: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

 


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 10:52
Lift force or coefficient of lift Rola FLUENT 1 November 12, 2006 13:29
lift coefficient in vof kiran FLUENT 0 August 8, 2005 05:30
lift coefficient nikita FLUENT 1 July 19, 2003 03:45
lift coefficient nikita FLUENT 0 July 16, 2003 01:02


All times are GMT -4. The time now is 19:18.