|
[Sponsors] |
February 3, 2009, 16:40 |
Hi,
I have a 3D case runnin
|
#1 |
Member
Daniel Harlacher
Join Date: Mar 2009
Location: Davis, CA, United States
Posts: 60
Rep Power: 17 |
Hi,
I have a 3D case running of a sphere(d=1) with Re=50 and I want to determine the drag. I used the following in my controlDict functions ( forces { type forces; functionObjectLibs ("libforces.so"); //Lib to load patches (sphere_GmshSphere); // change to your patch name rhoInf 1.22; //Reference density for fluid CofR (0 0 0); //Origin for moment calculations } forceCoeffs { type forceCoeffs; functionObjectLibs ("libforces.so"); patches (sphere_GmshSphere); //change to your patch name rhoInf 1.22; CofR (0 0 0); liftDir (0 1 0); dragDir (1 0 0); pitchAxis (0 0 0); magUInf 0.000753; lRef 1; Aref 0.785398; } ); and nu nu [0 2 -1 0 0 0 0] 1.5e-05; in transportProperties the problem is now , that my drag is too high(about 7 what should be 1.5). Can someone see the a mistake or shall I blame the Grid ? If someone has a case which gives good results for a laminar flow I would be happy about every input. - Daniel |
|
February 4, 2009, 07:27 |
hi,
when did simulation on
|
#2 |
Senior Member
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21 |
hi,
when did simulation on an airfoil, i also had too high drag. the distance to toe far boundary edge was 40 times the airfoils chord length. increasing to 100 times the chord length improved it. --> try make the grid around the sphere very huge! and yes, the grid is a very sensitive factor to the results. try not to get too great skewness near the boundary layer. and also refine the mesh behind the sphere. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
flow over sphere | senthil | Main CFD Forum | 2 | January 30, 2010 14:04 |
low Re=0.1 laminar flow over a sphere | treenw | FLUENT | 0 | April 23, 2008 23:35 |
Laminar wing profiles and drag | gregorv | OpenFOAM Running, Solving & CFD | 4 | December 4, 2007 14:25 |
CFX analysis of a sphere - drag too low | Rob Findlay | CFX | 6 | March 26, 2007 11:11 |
How calculate drag force for porous sphere | Chandan Sarkar | FLUENT | 2 | September 23, 2002 03:12 |