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

Calculation of Drag Coefficients

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 27, 2017, 11:44
Default Calculation of Drag Coefficients
  #1
Member
 
Join Date: Jun 2017
Posts: 73
Rep Power: 8
Friendly is on a distinguished road
Hello everyone,

currently I am struggling with the calculation of drag for an Ahmed Body.

My first Question is how dows OpenFOAM calculate the drag? I assume it integrates the difference in pressure and the shering stress on the surface and adds them both, is that correct? I am using the library libforces.so:

Code:
forceCn
    {
        type            forceCoeffs;
        libs ( "libforces.so" );
        writeControl   timeStep;
        writeInterval  1;
        patches         ( "Nose");
        rho             rhoInf;
        pRef            0;
        log             true;
        rhoInf          1.2;
        liftDir         (0 0 1);
        dragDir         (1 0 0);
        CofR            (0.72 0 0);
        pitchAxis       (0 1 0);
        magUInf         40;
        lRef            1.42;
        Aref            0.112;
    }
The drag coefficient at the nose is supposed to be 0.02 http://user.engineering.uiowa.edu/~m...FDEFDahmed.pdf (what seems very low considering the geometry).

My calculations deliver 0.3. Therefore my absolute drag coefficient of the Ahmed Body ist about two times higher than in the paper. The drag coefficients at the back and rear slop are almost the same as in the paper, it is just the drag coefficient at the nose of the body. And why is the drag coefficient at the rear slop and the back positive anyway? Isnt it supposed to be negative, because the pressure difference is negativ?


Thanks for any advice, I hope u can help!

Greetings,
Friendly
Friendly 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
Lift and drag coefficients of the NACA 0018 Volodymyr CONVERGE 4 September 22, 2017 17:52
drag and lift coefficients in axisymmetric and 3D simulations! CFD-Lover OpenFOAM Running, Solving & CFD 0 July 1, 2017 16:33
Lift and Drag coefficients for flow past sphere shashanktiwari619 FLUENT 0 January 27, 2017 13:31
lift and drag coefficients around a ground vehicle Pedro CFX 3 September 5, 2012 18:31


All times are GMT -4. The time now is 22:24.