|
[Sponsors] |
Lift and Drag Coefficients not calculated correctly |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 27, 2016, 18:39 |
Lift and Drag Coefficients not calculated correctly
|
#1 |
Member
Join Date: Apr 2016
Posts: 39
Rep Power: 10 |
I've run into a weird problem that only shows up with meshes imported from Pointwise. I can run the same case for a NACA0012 and get different results depending on if the mesh was generated by OpenFoam or if it was created in Pointwise and imported. I'm using this as a test bed - https://github.com/petebachant/NACAFoil-OpenFOAM
I run his script to generate the airfoil at 0 angle of attack, and then modify 0/U to a 5m/s free stream at an 8 degree angle of attack. I do the same thing for a NACA0012 generated with a Pointwise script, generate the C grid (albeit higher resolution), define the same boundary conditions, and import it into OpenFoam. For the same time steps I'm getting two orders of magnitude difference in values of Cl and for the life of me cannot figure out why. Full case directories for both: Python/Github NACA case - https://dl.dropboxusercontent.com/u/...Python0012.zip Pointwise case - https://dl.dropboxusercontent.com/u/...ntwise0012.zip |
|
April 28, 2016, 08:19 |
|
#2 |
Senior Member
Alex
Join Date: Jan 2014
Posts: 126
Rep Power: 12 |
Your 0/U in the Pointwise directory says:
Code:
inlet { type fixedValue; value uniform (1 0 0); } Code:
inlet { type fixedValue; value $internalField; } Cheers Alex |
|
April 28, 2016, 08:40 |
|
#3 |
Member
Join Date: Apr 2016
Posts: 39
Rep Power: 10 |
Oh wow I feel dumb, thank you! Cl values are looking good for the pontwise mesh now!
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
wrong SU2 calculation for lift and drag coefficient for NAC4421 | mechy | SU2 | 7 | January 9, 2017 06:18 |
Can fluent get the lift and drag coefficients of the two walls (in different directio | yuyuxuan | FLUENT | 8 | January 10, 2014 21:13 |
lift and drag coefficients around a ground vehicle | Pedro | CFX | 3 | September 5, 2012 19:31 |
Great lift coefficients but negative drag coefficient?! | nez | FLUENT | 0 | November 28, 2011 14:57 |
Lift and Drag Coefficients Reliability | Luis | FLUENT | 2 | December 27, 2005 15:45 |