|
[Sponsors] |
April 10, 2005, 02:36 |
UDF for lift force on a bluff body
|
#1 |
Guest
Posts: n/a
|
Hi, This is sawa. I'm working with a bluff body problem. I need to get the lift force acting on body inorder to calculate the response using udf. Could find the way to get a total force acting over the body using "valve.c" of udf tutorial. Is there any way to get only the lift force over the body. Thanks in advance. sawa
|
|
April 10, 2005, 05:05 |
Re: UDF for lift force on a bluff body
|
#2 |
Guest
Posts: n/a
|
Hi, If you wish to calculate the component of total force working on one axis (for example Z) it can be made so: begin_f_loop (f, t)
{ F_AREA (A, f, t); force += F_P (f, t) * A[2]; } end_f_loop (f, t) Anatoly |
|
April 11, 2005, 04:06 |
Re: UDF for lift force on a bluff body
|
#3 |
Guest
Posts: n/a
|
Yes, thatěs right. But that works only for the segregated solver...Any idea for the ciupled solver?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to add a source term (body force) to icoFoam? | chris Liu | OpenFOAM Programming & Development | 4 | October 27, 2014 16:38 |
Force / Torque on car body | Chonker | CFX | 0 | November 30, 2010 09:09 |
electrostatic force with UDF | Jinfeng | Fluent UDF and Scheme Programming | 4 | March 25, 2009 05:48 |
Help: UDF of "particle body force" !!! | zhaoh | FLUENT | 3 | January 16, 2007 21:17 |
Problems with SUPG body force term | FEM question | Main CFD Forum | 0 | January 21, 2006 18:51 |