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

Lift coefficient too small + constant

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 26, 2014, 08:25
Default Lift coefficient too small + constant
  #1
New Member
 
Alireza Bahmanpour
Join Date: Jul 2014
Posts: 12
Rep Power: 11
alirezab is on a distinguished road
Hi everyone,
Sorry for another forceCoeffs question on this forum, but I have searched almost every thread and could not find what my problem is.
I am trying the extract the drag and lift coefficients acting on a cylinder submerged in a flow (in 3d). Cd is is calculated fine but Cl for some reason is too small compared to Cd. Almost 0. And I expect shedding for low velocities but Cl is almost constant. I have no idea why this is happening and would really appreciate any help.

Here is my force definition in controlDict:
Code:
        forces
        {
                type forces;
                functionObjectLibs ("libforces.so"); //Lib to load
                outputControl    timeStep;
                outputInterval 1;     
		rhoName rhoInf;   
                patches (obstacleLeft obstacleRight obstacleFront obstacleBack obstacleTop); 
                rhoInf 1000;                //Reference density for fluid
                nuInf 1e-6;                 //Reference kinetic viscosity for fluid
                CofR (0 -1 0);               //Origin for moment calculations
        }
        forceCoeffs
        {
                type forceCoeffs;
                functionObjectLibs ("libforces.so");
                outputControl   timeStep;
                outputInterval 1;
		rhoName rhoInf;
                patches (obstacleLeft obstacleRight obstacleFront obstacleBack obstacleTop); 
                rhoInf 1000;
                nuInf 1e-6;
                CofR (0 -1 0);
                liftDir (0 1 0);
                dragDir (-1 0 0);
                pitchAxis (0 1 0);
                magUInf 1;
                lRef 1;
                Aref 1;
        }
Thank you in advance,
A
alirezab is offline   Reply With Quote

Old   November 28, 2014, 06:52
Default
  #2
New Member
 
Alireza Bahmanpour
Join Date: Jul 2014
Posts: 12
Rep Power: 11
alirezab is on a distinguished road
any advice would be much appreciated.
thanks
alirezab is offline   Reply With Quote

Old   April 22, 2015, 03:40
Default
  #3
Member
 
Rubén
Join Date: Oct 2014
Location: Munich
Posts: 47
Rep Power: 11
Yuby is on a distinguished road
Did you solve this problem? I have EXACTLY the same
Yuby 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
Constant flow rate through a small area inside the fluid domain. robingilbert OpenFOAM 7 October 4, 2010 16:19
lift coefficient -1.#IND arashm FLUENT 0 July 28, 2010 11:13
Constant velocity of the material Sas CFX 15 July 13, 2010 08:56
What force vector in monitoring Lift Coefficient? pkoon FLUENT 3 November 6, 2008 00:40
Help needed - lift coefficient on front/rear axle Jan Jagrik FLUENT 0 September 21, 2000 10:21


All times are GMT -4. The time now is 16:47.