CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Calculating Lift and Drag Coefficients: All 0?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 22, 2016, 13:03
Default Calculating Lift and Drag Coefficients: All 0?
  #1
New Member
 
Peter
Join Date: Sep 2016
Posts: 13
Rep Power: 9
APCoding is on a distinguished road
Hi,

I'm trying to calculate lift and drag coefficients on the propeller test case (in pimpleDyMFoam). I seem to have gotten it working with no errors, but forces.dat just contains 0s. Here is the file:
Code:
# Forces     
# CofR       : (2.500000e-01 0.000000e+00 0.000000e+00)
# Time       forces(pressure viscous porous) moment(pressure viscous porous)
0.000333333  	((0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00)) ((0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00))
Here's the config file (or whatever it's called):
Code:
forces
{
    type                forces;
    functionObjectLibs  ("libforces.so");
    outputControl       timeStep;
    outputInterval      1;
     
    patches             ( “propellerStem1.*” );
    pName               p;
    UName               U;
    rhoName             rhoInf;
    log                 true;
     
    CofR                (0.25 0 0);
     
    rhoInf              1;
}
 
 
forceCoeffs
{
    type                forceCoeffs;
    functionObjectLibs  ( "libforces.so" );
    outputControl       timeStep;
    outputInterval      1;
 
    patches             ( “propellerStem1.*” );
    pName               p;
    UName               U;
    rhoName             rhoInf;
    log                 true;
     
    liftDir             (0 0 1);
    dragDir             (-1 0 0);
    CofR                (0.25 0 0);
    pitchAxis           (0 1 0);
     
    magUInf             2.00;
    rhoInf              1000;
    lRef                1;
    Aref                1;
}
What makes it all 0? Am I measuring from the wrong place? Should I somehow measure the whole propeller? How would I do that? Thanks for your help!
APCoding is offline   Reply With Quote

Old   October 30, 2016, 12:51
Default
  #2
Senior Member
 
tareqkh's Avatar
 
CFD
Join Date: Nov 2010
Location: United States
Posts: 243
Rep Power: 16
tareqkh is on a distinguished road
Quote:
Originally Posted by APCoding View Post
Hi,

I'm trying to calculate lift and drag coefficients on the propeller test case (in pimpleDyMFoam). I seem to have gotten it working with no errors, but forces.dat just contains 0s. Here is the file:
Code:
# Forces     
# CofR       : (2.500000e-01 0.000000e+00 0.000000e+00)
# Time       forces(pressure viscous porous) moment(pressure viscous porous)
0.000333333      ((0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00)) ((0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00) (0.000000e+00 0.000000e+00 0.000000e+00))
Here's the config file (or whatever it's called):
Code:
forces
{
    type                forces;
    functionObjectLibs  ("libforces.so");
    outputControl       timeStep;
    outputInterval      1;
     
    patches             ( “propellerStem1.*” );
    pName               p;
    UName               U;
    rhoName             rhoInf;
    log                 true;
     
    CofR                (0.25 0 0);
     
    rhoInf              1;
}
 
 
forceCoeffs
{
    type                forceCoeffs;
    functionObjectLibs  ( "libforces.so" );
    outputControl       timeStep;
    outputInterval      1;
 
    patches             ( “propellerStem1.*” );
    pName               p;
    UName               U;
    rhoName             rhoInf;
    log                 true;
     
    liftDir             (0 0 1);
    dragDir             (-1 0 0);
    CofR                (0.25 0 0);
    pitchAxis           (0 1 0);
     
    magUInf             2.00;
    rhoInf              1000;
    lRef                1;
    Aref                1;
}
What makes it all 0? Am I measuring from the wrong place? Should I somehow measure the whole propeller? How would I do that? Thanks for your help!
You need to stick with one density. In the quoted script, you defined rhoInf 1 and then you defined it again below but rhoInf 1000. Have you noticed that?

Best,
tareqkh is offline   Reply With Quote

Reply

Tags
force coefficients


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
Generating the lift and drag coefficients with openFOAM JackJewell OpenFOAM 0 June 14, 2016 09:36
calculating lift and drag coefficients _ running in parallel Mike_star OpenFOAM Programming & Development 1 April 4, 2016 11:16
lift and drag coefficients around a ground vehicle Pedro CFX 3 September 5, 2012 18:31
Great lift coefficients but negative drag coefficient?! nez FLUENT 0 November 28, 2011 13:57
Lift and Drag Coefficients Reliability Luis FLUENT 2 December 27, 2005 14:45


All times are GMT -4. The time now is 01:19.