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

drag coeficient

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 28, 2012, 04:49
Default drag coeficient
  #1
jki
New Member
 
Joaquim Monteiro
Join Date: Dec 2012
Posts: 12
Rep Power: 13
jki is on a distinguished road
Hi,

How can I calculate the drag coeficient of a circular cylinder?

Thank's
jki is offline   Reply With Quote

Old   December 28, 2012, 08:30
Default
  #2
Senior Member
 
immortality's Avatar
 
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 26
immortality is on a distinguished road
hi
Search at this site.i saw a comlete thread about lift and drag cefficients here.
Be successful.
immortality is offline   Reply With Quote

Old   January 5, 2013, 07:38
Default
  #3
New Member
 
Matt1986's Avatar
 
Matthias K.
Join Date: Oct 2012
Location: Germany Erlangen
Posts: 20
Rep Power: 13
Matt1986 is on a distinguished road
Hi,

You have to insert the function forceCoeffs into your control.dict. in the folder system.
Here is a example:

forceCoeffs
{
type forceCoeffs;
functionObjectLibs ("libforces.so");
patches (patchname); //change to your patch name of the cylinder
pName p;
UName U;
rhoName rhoInf;
rhoInf 1.225; //Density of the fluid
CofR (0 0 0);
liftDir (0 0 1);
dragDir (1 0 0);
pitchAxis (0 1 0);
magUInf 0.0243243243; //velocity
lRef 0.0555; //reference length for forces
Aref 1.11e-3; //reference surface of the cylinder
outputControl timeStep;
outputInterval 10; //every x timesteps =>one drag coefficient
}

Then you are able to calculate the drag coeficients

Hope that helps

Regards,
Matthias
Matt1986 is offline   Reply With Quote

Old   January 6, 2013, 05:06
Default
  #4
jki
New Member
 
Joaquim Monteiro
Join Date: Dec 2012
Posts: 12
Rep Power: 13
jki is on a distinguished road
Thanks Matthias,

I'm a newbie in OpenFoam.

I try and it works.

Now the problem is that the value of cd is too high in compare with the academics work there i saw.

Perhaps you know what's my problem.
jki is offline   Reply With Quote

Old   January 6, 2013, 07:44
Default
  #5
New Member
 
Matt1986's Avatar
 
Matthias K.
Join Date: Oct 2012
Location: Germany Erlangen
Posts: 20
Rep Power: 13
Matt1986 is on a distinguished road
Hi,

Is your case LES or RAS?
Have you modified a existing tutorial?
Have you checked your boundary conditions?
Can you upload your case, that i can have a look?
I am doing LES cd calculations of a 2d cylinder, at the moment.

http://www.cfd-online.com/Forums/ope...questions.html

Regards Matthias
Matt1986 is offline   Reply With Quote

Old   January 7, 2013, 04:54
Default
  #6
jki
New Member
 
Joaquim Monteiro
Join Date: Dec 2012
Posts: 12
Rep Power: 13
jki is on a distinguished road
Hi Matthias,

My case is RAS,

The cd is too high,

Can you take a look?

Thanks
Attached Files
File Type: zip re4.zip (15.6 KB, 15 views)
jki is offline   Reply With Quote

Old   January 9, 2013, 17:30
Default
  #7
New Member
 
Matt1986's Avatar
 
Matthias K.
Join Date: Oct 2012
Location: Germany Erlangen
Posts: 20
Rep Power: 13
Matt1986 is on a distinguished road
Hi,

I think your epsilon value is too high.
Your value is 1.01.
With a viscosity of 1e-3 and a velocity of 0.2 m/s is should imho be much smaller.

Regards Matthias
Matt1986 is offline   Reply With Quote

Old   January 21, 2013, 09:14
Default
  #8
New Member
 
Matt1986's Avatar
 
Matthias K.
Join Date: Oct 2012
Location: Germany Erlangen
Posts: 20
Rep Power: 13
Matt1986 is on a distinguished road
Hi,

Have you solved the problem?
Matt1986 is offline   Reply With Quote

Old   January 22, 2013, 04:13
Default
  #9
jki
New Member
 
Joaquim Monteiro
Join Date: Dec 2012
Posts: 12
Rep Power: 13
jki is on a distinguished road
hi,

i can't solve the problem.

now I'm in exams, and I haven't been working on the problem.

you got see any errors in my files.

thanks
jki is offline   Reply With Quote

Reply


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
Pressure drag, friction drag and total drag? Cheng CFX 9 January 26, 2024 13:46
Incorrect Drag and Drag Coefficient for flow over a cylinder ozzythewise Main CFD Forum 8 June 13, 2012 06:24
Calculation of Drag Coefficient, Help Please teek22 CFX 1 April 26, 2012 18:41
problem with drag coeficient yann FLUENT 1 May 11, 2004 06:07
Inviscid Drag at subsonic, subcritical Mach # Axel Rohde Main CFD Forum 1 November 19, 2001 12:19


All times are GMT -4. The time now is 11:35.