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

lift, drag and moment coefficients using forceCoeffs

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 1, 2016, 14:52
Default lift, drag and moment coefficients using forceCoeffs
  #1
New Member
 
Join Date: Mar 2016
Posts: 15
Rep Power: 10
Mike_star is on a distinguished road
Hello everyone,

I am simulating the aerodynamic behavior of a 2D airfoil and trying to find the lift, drag and moment coefficients using forceCoeffs. I found a relevant code online as follows:
functions
{
forces
{
type forceCoeffs;
functionObjectLibs ( "libforces.so" );
outputControl timeStep;
outputInterval 1;
patches
(
wing
);
pName p;
UName U;
rhoName rhoInf;
log true;
rhoInf 1;
CofR ( 0 0 0 );
liftDir ( 0.087 0.996 0 );
dragDir ( -0.996 0.087 0 );
pitchAxis ( 0 0 1 );
magUInf 75.00;
lRef 1;
Aref 1;
}
}

I had some questions about this code:
1- what is CofR (0 0 0) ? is this the origin of the coordinate system of the whole domain (global coordinate system)? or is it the center of mass of the airfoil !?
2- I know liftDir and dragDir are the direction of the lift and drag forces. How about pitchAxis ( 0 0 1 )? is it the direction of the pitch axis? or is it the position of the pitch axis (if this the position, should I use the global coordinate system)?
3- can anyone please explain lRef 1; and Aref 1; lines for me? what are these lines for? and what should be the value of them? can I leave them as 1?

Thank you all and really need your help!
Mike_star is offline   Reply With Quote

Reply

Tags
drag, ift, moment


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, drag, moment coefficients using forceCoeffs Mike_star OpenFOAM Running, Solving & CFD 4 September 30, 2022 06:24
Calculate Lift and Drag Coefficients CL and CD sven OpenFOAM 12 May 20, 2020 22:54
wrong SU2 calculation for lift and drag coefficient for NAC4421 mechy SU2 7 January 9, 2017 05:18
lift, drag and moment of airfoil dennis0131 Main CFD Forum 10 April 27, 2010 12:12
Drag and moment coefficients Armando CFX 0 July 26, 2007 17:55


All times are GMT -4. The time now is 23:39.