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

Help with force coefficient from fluent imported multi element airfoil 2d mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 16, 2020, 04:17
Default Help with force coefficient from fluent imported multi element airfoil 2d mesh
  #1
Senior Member
 
TWB
Join Date: Mar 2009
Posts: 401
Rep Power: 19
quarkz is on a distinguished road
Hi,

I got a mesh from fluent. It's a 2D multi element airfoil (front + back). I'm trying to get the force coefficient. I search thru cfd-online but I'm still confused.

I checked that my 2d "wingspan width" is 0.65m. Full multi element airfoil chord is 1m.

The force result I got is ~0.0869 times of my force coefficient. But how is the force coefficient calculated?

1. Is the value of rhoInf important? I read somewhere in the forum that it's not impt for compressible flow, is that so? But I think my result changes when I change its value.

2. Are lRef and ARef impt? Especially in my 2D case?

Btw, my forces file in the system directory is:

forces
{
type forces;
libs (forces);

writeControl timeStep;
writeInterval 500;
log false;

patches
(
"(front|back)"
);
rho rhoInf;
rhoInf 1.2;
CofR (0.25 0 0);
}

ForceCoeffs
{
type forceCoeffs;
libs (forces);
//writeControl writeTime;

writeControl timeStep;
writeInterval 500;
log false;

patches
(
"(front|back)"
);

rho rhoInf;
rhoInf 1.2;

CofR (0 0 0);
liftDir (0 1 0);
dragDir (1 0 0);
pitchAxis (0 0 1);
magUInf 4.38;
lRef 1;
Aref 1;
}
quarkz is offline   Reply With Quote

Old   July 22, 2020, 05:16
Default
  #2
Senior Member
 
TWB
Join Date: Mar 2009
Posts: 401
Rep Power: 19
quarkz is on a distinguished road
I tried to do some experiments using different values. So what I found is that the coefficients are calculated using cl = L / 0.5 / rho / U^2 / wing area.

For my case, I have to know the thickness of the z axis, which is 0.65m. So I have to calculate the area and insert into the force file as Aref. Then I will get the correct value.

Hope it will help others.
quarkz 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
decomposePar problem: Cell 0contains face labels out of range vaina74 OpenFOAM Pre-Processing 37 July 20, 2020 05:38
[snappyHexMesh] Multi Region Mesh of a car filter Zephiro88 OpenFOAM Meshing & Mesh Conversion 3 September 11, 2019 19:34
Parameters of a good airfoil mesh CharlieBra7o Mesh Generation & Pre-Processing 4 November 20, 2018 14:42
Identifying Markers in a CGNS Mesh tjim SU2 3 October 12, 2018 01:21
Transfer of mesh from Meshing to Fluent destroys the mesh balrog_f FLUENT 9 July 28, 2018 10:02


All times are GMT -4. The time now is 08:04.