|
[Sponsors] |
October 26, 2012, 11:09 |
Drag and lift force using OpenFoam2.1.1
|
#1 |
Member
R. P.
Join Date: Jul 2010
Posts: 73
Rep Power: 16 |
Hi everyone,
I am trying to calculate the drag, lift and pitching-moment coefficients for a flow over a probe. The code structure below works fine when the flow is parallel to the probe. However, when I changed the angle of attack I got a rude difference for lift and pitching-moment when compared with experimental data (the drag values is OK). I guess, this difference is related to the vectors (liftDir (0 1 0); dragDir (1 0 0); pitchAxis (0 0 1)). I this this vectors is just valid for a parallel flow, isn't it ? Anybody knows how to change this vectors according to a certain angle of attack ? Thank you very much. Rophys forces { type forces; enabled true; functionObjectLibs ( "libforces.so" ); outputControl outputTime; patches (probe); directForceDensity true; fDName fDMean; CofR (0.02 0 0); log on; } forceCoeffs { type forceCoeffs; functionObjectLibs ("libforces.so"); patches (probe); outputControl outputTime; fDName fDMean; rhoInf 1.73e-5; CofR (0.02 0 0); liftDir (0 1 0); dragDir (1 0 0); pitchAxis (0 0 1); magUInf 1503.1; lRef 0.05; Aref 9.817e-4; } |
|
February 4, 2014, 08:16 |
|
#2 |
Member
Join Date: Jul 2013
Posts: 62
Rep Power: 13 |
Hello Rophys,
I hope your problem is up to date or did you fix it since october 2012? You're right. The vectors for lift, drag and pitch axis are only valid for an angle of attack of 0°. So if you have different angle of attacks your values for clift and even for cdrag will not accord to the values from your experimental data. The difference is based on the different coordinate systems(COS) which are used. For angle of attack = 0° the body fixed COS and the aerodynamic COS are the same, so the coefficients are right. But if you have an angle of attack, they are not longer the same. The easiest way is to convert the coefficients of the bodyfixed COS (which you get in OpenFOAM) to the aerodynamic COS. If you do this with some sinus/cosinus functions the values should be the same as in your experimental data. Best regards, CFDNewbie147 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
drag force and lift force? | davoodsae | CFX | 1 | October 4, 2010 19:02 |
CoL, Lift force, CoD, Drag Force | Echidna | CFX | 3 | June 18, 2010 06:59 |
Lift and drag force | Arti | Main CFD Forum | 0 | April 23, 2009 23:46 |
how to set lift and drag coefficients in force mon | alagesanj | FLUENT | 0 | November 16, 2008 21:47 |
finding drag and lift force | Deloat | CFX | 3 | February 27, 2008 17:53 |