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

Drag of a sphere in laminar flow

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

Like Tree1Likes
  • 1 Post By wolle1982

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 3, 2009, 15:40
Default 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
harly is on a distinguished road
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
harly is offline   Reply With Quote

Old   February 4, 2009, 06:27
Default hi, when did simulation on
  #2
Senior Member
 
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21
wolle1982 will become famous soon enough
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.
Thamali likes this.
wolle1982 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
flow over sphere senthil Main CFD Forum 2 January 30, 2010 13:04
low Re=0.1 laminar flow over a sphere treenw FLUENT 0 April 23, 2008 22:35
Laminar wing profiles and drag gregorv OpenFOAM Running, Solving & CFD 4 December 4, 2007 13:25
CFX analysis of a sphere - drag too low Rob Findlay CFX 6 March 26, 2007 10:11
How calculate drag force for porous sphere Chandan Sarkar FLUENT 2 September 23, 2002 02:12


All times are GMT -4. The time now is 10:44.