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

Liftdrag calculation

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 17, 2005, 17:36
Default I am a new user and I am doing
  #1
New Member
 
marco
Join Date: Mar 2009
Location: Italy
Posts: 2
Rep Power: 0
marco is on a distinguished road
I am a new user and I am doing some bench tests on a 0012 naca airfoil 2D simulation. Could you better explain me how LiftDrag postprocessing utility calculate drag and lift coefficient ?
More in detail: the coefficient are referred to "body axis" or "wind axis" (like is usual in aeronautic field)?
The program has an output of 1 value for drag and 3 values for lift: I expected only 2 values for lift (Cl_y and Cl_z) where Cl_z is =0 for 2D case.
How openFoam calculate the reference area ?
I' ve the airfoil aligned with xyz geometric axis and I change the angle of attack changing the U-components values.
Thank you
marco is offline   Reply With Quote

Old   July 18, 2005, 05:40
Default There is no concept of body ax
  #2
Senior Member
 
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26
mattijs is on a distinguished road
There is no concept of body axis or wind axis in liftDrag.

reference inlet velocity: average of all fixedValue
boundaries.

Per wall patch
--------------
- reference area: area of patch in direction of inlet velocity. Hopefully this is the frontal area.

- reference length: length/width of patch in direction of inlet velocity.
mattijs is offline   Reply With Quote

Old   July 18, 2005, 17:54
Default OK, so if I well understand dr
  #3
New Member
 
marco
Join Date: Mar 2009
Location: Italy
Posts: 2
Rep Power: 0
marco is on a distinguished road
OK, so if I well understand drag coefficient is on X direction.
But which is the meanings of the 3 lift coefficient value ?
marco is offline   Reply With Quote

Old   September 23, 2005, 09:54
Default CIAO MARCO TI HO MANDATO UN em
  #4
Member
 
Muzio Grilli
Join Date: Mar 2009
Posts: 36
Rep Power: 17
maritozzo is on a distinguished road
CIAO MARCO TI HO MANDATO UN email anch'io sto facendo la stessa cosa peṛho dei problemi con le condizioni al contorn e quelle iniziali mi puoi dare una mano?
maritozzo is offline   Reply With Quote

Old   December 12, 2005, 06:22
Default Hi everybody. I've just beg
  #5
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
Hi everybody.

I've just begun to use OpenFoam and I'm doing bench tests similar to Marco's ones.

I have the same doubts about the meaning of the three components of lift...

Moreover in my cases (even in simpler laminar cases without any turbulence model)
I always get 0 for the drag coefficient and also the stresses at the walls are 0, even if velocity gradients at the walls are not 0.

I tried to use both simpleFoam and icoFoam solvers.

Thank you for any suggestion.

Ros.
ariorus is offline   Reply With Quote

Old   June 19, 2006, 01:20
Default Hello I also have the same q
  #6
ham
Member
 
Marcus Hammar
Join Date: Mar 2009
Posts: 33
Rep Power: 17
ham is on a distinguished road
Hello
I also have the same question about three components of lift?

I have heard somewhere that the "liftDrag" utility is not to be trusted. He told me to write my own code instead. Anyone know anything about the reliability in liftDrag?

To write my own code I need to know the syntax for a few things I guess(I know programming but not the C++ syntax):

1. I need to find somekind of index for the face I want to calculate for?

2. Then I need the pressure and skin friction for this face?

3. I maybe need the length/area of each cell so I can integrate?


Thank you
ham is offline   Reply With Quote

Old   June 19, 2006, 05:21
Default Hello, I suggest you to try
  #7
Member
 
Rosario Russo
Join Date: Mar 2009
Location: Trieste, Italy
Posts: 56
Rep Power: 17
ariorus is on a distinguished road
Hello,

I suggest you to try writing your own code, so that you have full control on what you're actually computing.

What I did is to start from the liftdrag utility modifying it according to my needs.
All the basic steps are in there and the code is pretty clear.
(Look also at the library OpenFOAM-1.2/src/postProcessing/incompressible/liftDrag).

In my opinion if you really want to exploit OF you have to learn a little of c++ and to write sometime few lines of code. Otherwise it is better to use other tools.

Ros.
ariorus is offline   Reply With Quote

Old   June 19, 2006, 05:26
Default Hi Ok, thats sounds like o
  #8
ham
Member
 
Marcus Hammar
Join Date: Mar 2009
Posts: 33
Rep Power: 17
ham is on a distinguished road
Hi

Ok, thats sounds like o good way to start!

I agree with your opinion. Lets begin some writing codes...

Thanx
ham is offline   Reply With Quote

Old   June 19, 2006, 05:29
Default Wrong order of words in the la
  #9
ham
Member
 
Marcus Hammar
Join Date: Mar 2009
Posts: 33
Rep Power: 17
ham is on a distinguished road
Wrong order of words in the last sentence...
I am too tired, I blame it on the WC in football.

/M
ham is offline   Reply With Quote

Old   March 21, 2008, 04:32
Default Hi to everybody, i am calc
  #10
New Member
 
Fabian Korn
Join Date: Mar 2009
Location: Heilbronn, Germany
Posts: 21
Rep Power: 17
fabian_korn is on a distinguished road
Hi to everybody,

i am calculatian a flow around a cylinder with Re is between 100 and 500.

When i run the liftDrag tool the results are completly wrong, i get a drag coeff. of around -22 and also my reference length and Area are a little bit wrong.
Reference length is 4,26 instead of 5.
The liftDrag tool runs at 2D cases with a wide mesh correctly.
Thanks for helping me
fabian_korn is offline   Reply With Quote

Old   March 6, 2009, 09:51
Default Hi friends I am new user to r
  #11
Member
 
Join Date: Mar 2009
Posts: 41
Rep Power: 17
mehulkumar is on a distinguished road
Hi friends
I am new user to rhoSonicFoam.
I am solving inviscid Compressible flow past an airfoil.
I want to calculate Cd-Cl value but it shows err that "No valid model for viscous stress calculation."
So, can you suggest me what step should I follow?

Thanks...
mehulkumar 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
Question to liftDrag hoochie OpenFOAM Post-Processing 29 September 19, 2014 03:38
LiftDrag tool nuovodna OpenFOAM Running, Solving & CFD 45 September 2, 2009 17:56
LiftDrag for 141 ryan_m OpenFOAM Running, Solving & CFD 2 August 24, 2009 21:26
LiftDrag coefficient in LES fabian_korn OpenFOAM Post-Processing 1 September 22, 2008 02:34
LiftDrag utility not available guggi OpenFOAM Running, Solving & CFD 1 August 2, 2006 12:36


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