|
[Sponsors] |
November 18, 2011, 13:20 |
Strange values for Lift & Drag Coefficient
|
#1 |
New Member
Denis
Join Date: Jul 2011
Posts: 8
Rep Power: 15 |
Hi,
i'm trying to simulate the flow over a symmetric airfoil and computing the lift and drag coefficients. The Reynolds Number is 1e6 and i'm using the Spalart Allmaras turbulance modell. The angle of attack is 0 Here is the function to compute the coefficients: Code:
functions { forces { type forceCoeffs; functionObjectLibs ( "libforces.so" ); outputControl timeStep; outputInterval 1; patches ( Finne-Wall ); pName p; UName U; log true; rhoName rhoInf; rhoInf 1; CofR ( 0 0 0 ); liftDir (0 1 0); dragDir (1 0 0); pitchAxis ( 0 0 0 ); magUInf 22.22; // [m/s] lRef 0.11; // [m] Aref 0.00036385; // [m^2] Code:
SIMPLE solution converged in 319 iterations forceCoeffs output: Cd = 789148 Cl = -12015.9 Cm = 0 Denis |
|
November 18, 2011, 15:15 |
|
#2 |
Senior Member
Dave
Join Date: Jul 2010
Posts: 100
Rep Power: 16 |
Denis,
Your Aref and LRef are likely the reason you are getting such huge lift and drag coefficients. It is not unusual for a very small lift coefficient at 0 degrees (your lift is 65 times smaller than the drag) due to not quite perfect symmetry of the mesh surface. It is pretty difficult to get it exactly 0 with most meshers. Regards, Dave |
|
November 18, 2011, 15:40 |
|
#3 |
New Member
Denis
Join Date: Jul 2011
Posts: 8
Rep Power: 15 |
Hi Dave,
thank you for your reply! Ok I understand that the lift-coefficient has not to be exactly zero. The main problem is the extreme high value. I attached a picture of the model. It looks like a NACA airfoil, but it is actually a fin. So I expected a lift coefficients between 0 and 4. So do you think that this is a "phyiscal" solution? Denis |
|
November 18, 2011, 21:31 |
|
#4 |
Senior Member
Dave
Join Date: Jul 2010
Posts: 100
Rep Power: 16 |
Denis,
As I said in my prior post, I think the issue is your Aref. You could manually calculate the coefficients from your force output: "type forces" rather than "type forcecoeff" to confirm that your simulation is producing physically the right results. Dave |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
lift & drag coefficient on airfoil | n. natik | FLUENT | 8 | March 31, 2015 20:02 |
Drag Coefficient for Ellipse Form (2D) | Ketut Utama | Main CFD Forum | 8 | December 11, 2014 12:03 |
Solidification drag coefficient | atulverma | FLOW-3D | 1 | May 14, 2009 10:24 |
strange node values @ solid/fluid interface - help | JB | FLUENT | 2 | November 1, 2008 13:04 |
Plot drag coefficient against Y(distance) | edwin | FLUENT | 0 | February 4, 2008 10:41 |