|
[Sponsors] |
January 7, 2011, 12:14 |
|
#21 | |
Member
The True
Join Date: Dec 2010
Posts: 80
Rep Power: 15 |
Quote:
this is really strange, there happens nothing at mine case ( the case is running well) this is mine controlDict. ( i am using 1.7.1 version ) FoamFile { version 2.0; format ascii; class dictionary; location "system"; object controlDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // application icoFoam; startFrom startTime; startTime 0; stopAt endTime; endTime 0.5; deltaT 0.0005; writeControl timeStep; writeInterval 20; purgeWrite 0; writeFormat ascii; writePrecision 6; writeCompression uncompressed; timeFormat general; timePrecision 6; runTimeModifiable yes; functions ( forces { type forceCoeffs; functionObjectLibs ( "libforces.so" ); outputControl timeStep; outputInterval 1; patches ( AirFoil ); pName p; UName U; log true; rhoInf 1; CofR ( 0 0 0 ); liftDir (0 1 0); dragDir (1 0 0); pitchAxis ( 0 0 1 ); magUInf 25; lRef 1; Aref 1; } ); |
||
January 7, 2011, 12:22 |
|
#22 |
Senior Member
David Boger
Join Date: Mar 2009
Location: Penn State Applied Research Laboratory
Posts: 146
Rep Power: 17 |
I'm using 1.6-ext, so if there's a difference caused by 1.7.x, I'm not familiar with it.
__________________
David A. Boger |
|
January 9, 2011, 19:02 |
|
#23 |
Member
The True
Join Date: Dec 2010
Posts: 80
Rep Power: 15 |
how can I see the content of libforces.so (any lib file ) ?
If someone here uses 1.7x version please check for me if the libforces.so works as I have cited here . |
|
January 9, 2011, 19:39 |
|
#24 |
Senior Member
David Boger
Join Date: Mar 2009
Location: Penn State Applied Research Laboratory
Posts: 146
Rep Power: 17 |
Content of the library? Do you mean the source code? You can see it here. Go to "classes" and then pick "forces" from the list.
__________________
David A. Boger |
|
January 9, 2011, 19:57 |
|
#25 | |
Member
The True
Join Date: Dec 2010
Posts: 80
Rep Power: 15 |
Quote:
|
||
January 27, 2011, 17:28 |
|
#26 |
Senior Member
|
Dear foamers,
the sampleDict sent by velezisaza worked well for me. i am working to get Cp from a cylinder in a tunnel. however, the sample tool provided me all data on patch. How can I extract pressure information in a line, i.e., in the patch intersection with a plane (like normal to Z and at 0,0,0) ? Should I do it by hand? Does openfoam have a tool for this? regards, |
|
March 16, 2011, 06:00 |
|
#27 |
Member
|
Hello!
I've got a question about liftDir (0 1 0); dragDir (0 0 1); pitchAxis (0 0 0); liftDir and dragDir : Lift and Drag direction vectors are specified . But, if I ser liftDir (0 0.1 0) I have another result of Cd. So, how is right to set lift and drag Dir?And, what is pitchAxis? I blow on a box, Did I need it? |
|
March 16, 2011, 12:11 |
|
#28 |
Member
José
Join Date: Jan 2011
Posts: 73
Rep Power: 15 |
Dear all,
I am using this function that it is needed in controlDict in orer to get the lift, drag and moment coefficients for a computation of the flow around an airfoil. The results I get for the lift and drag coefficients are very good compared to the reference I am using for both lift and drag coefficients but they are very bad for the moment coefficients. I use CofR=0.25*chord. Any idea why I am getting this bad results? Thanks, José |
|
March 17, 2011, 05:40 |
|
#29 |
Member
Maryam Mousazadeh
Join Date: Oct 2010
Posts: 47
Rep Power: 16 |
hello.
I want to figure drag coefficient on walls of a cube which is located in a flat plane in 3D. I put ·rhoInf : the density of fluid. ·MagUinf : uniform velocity in the upstream of cube. ·Aref : the area of each cube's surface · lref :the length of each cube's edge · dragDir : flow direction (Uinlet=(1,0,0) in 0 directory) but this result is not true. would you tell me my mistakes? thanks. |
|
May 20, 2011, 11:59 |
|
#30 |
Member
The True
Join Date: Dec 2010
Posts: 80
Rep Power: 15 |
Hi,
I have only replaced the mesh on the tutorial incom/simplefoam/airfoil2D. I want to check the Cl , Cd values. the airfoil size is the real size on the mesh. But I get nonsense values. I am using openfoam 1.7.1, with the following function: functions { forceCoeffs { type forceCoeffs; functionObjectLibs ("libforces.so"); patches (UpperCamber LowerCamber TrailingEdge); log true pName p; Uname U; rhoName rhoInf; rhoInf 1.225; magUInf 25; CofR (0.25 0 0); liftDir (0 1 0); dragDir (1 0 0); pitchAxis (0 0 -1); lRef 1; Aref 1; outputControl timeStep; outputInterval 1; } } How can I solve this issue . Because I am using the tutorials I assume that the flow is correct. |
|
May 21, 2011, 09:13 |
|
#31 |
Member
The True
Join Date: Dec 2010
Posts: 80
Rep Power: 15 |
Can someone please obtain the Cl, Cd, Cm values for the tutorial case , incompressible/simpleFoam/airFoil2D
I am using 1.7.1 version, I can't get the right values. I am almost thinking of a bug |
|
May 21, 2011, 13:35 |
|
#32 |
Member
|
||
May 21, 2011, 16:53 |
|
#33 |
Member
The True
Join Date: Dec 2010
Posts: 80
Rep Power: 15 |
I have tried to get the coefficients for the given mesh in the tutorial (airFoil2D) as well as the mesh that I have drawn, both failed
Can someone maybe write here the obtained coefficients of tutorial airFoil2D case ? I will compare it with obtained value of the 1.71 version. |
|
May 23, 2011, 10:58 |
|
#34 |
Member
The True
Join Date: Dec 2010
Posts: 80
Rep Power: 15 |
can someone help me about this issue ?
|
|
July 5, 2011, 10:34 |
|
#35 |
Member
The True
Join Date: Dec 2010
Posts: 80
Rep Power: 15 |
I have obtained lift and drag from forceCoefficients. I have also calculated lift and the drag using the data of wallShearStress and the pressure distribution.
The results are: Cd Cl forceCoeff: 0.0113219 0.339877 calculatedMatlab: 0.009311 0.33927 Cl value is close, but the discrepancy of the Cd value is too big. From the experiments the Cd value should be around 0.00889 (airfoil). Am I doing something wrong ? or is it the forceCoeffs ?????? *if someone wants to test it I can send mine matlab file. |
|
July 5, 2011, 12:36 |
|
#36 | |
Member
The True
Join Date: Dec 2010
Posts: 80
Rep Power: 15 |
Quote:
When I multiply the value of the calculatedMatlab with the density 1.225, I get 0.0114, almost the same value from forceCoeffs. Can someone please explain why I have to multiply the " skin friction coefficient ( obtained from the wallShearStress" with the density to get the same value ? ( incompressible flow) |
||
July 5, 2011, 15:28 |
|
#37 | |
Member
|
Quote:
|
||
July 6, 2011, 13:34 |
|
#38 |
Member
The True
Join Date: Dec 2010
Posts: 80
Rep Power: 15 |
||
August 28, 2011, 18:56 |
|
#39 | |||
Senior Member
Francois
Join Date: Jun 2010
Posts: 107
Rep Power: 21 |
To all users using version 1.7.*, and having the dreaded:
Quote:
Simply add, in the function definitions: Quote:
Quote:
Francois. |
||||
October 21, 2012, 11:08 |
|
#40 | |
Member
Join Date: Jul 2012
Posts: 66
Rep Power: 14 |
Quote:
Hello! Did you figure this out?! I need the same. I need the Cp values on a point on the patch, i.e., in the patch intersection with a line (with given y, z and parallel to x for example) Could you please let me know how can I get that? Thanks! |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
lift & drag coefficient on airfoil | n. natik | FLUENT | 8 | March 31, 2015 20:02 |
Fluent Good Lift coefficient BAD drag coefficient | Rif | Main CFD Forum | 4 | March 9, 2010 11:52 |
Drag coefficient & Lift coefficient?? | mehrdadeng | CFX | 15 | December 9, 2009 22:49 |
Automotive test case | vinz | OpenFOAM Running, Solving & CFD | 98 | October 27, 2008 09:43 |
drag and lift coefficient | Noé | Siemens | 5 | July 13, 2004 11:21 |