CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

UDF for lift force on a bluff body

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 10, 2005, 01:36
Default UDF for lift force on a bluff body
  #1
sawa
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
  Reply With Quote

Old   April 10, 2005, 04:05
Default Re: UDF for lift force on a bluff body
  #2
Anatoly
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
  Reply With Quote

Old   April 11, 2005, 03:06
Default Re: UDF for lift force on a bluff body
  #3
Luca
Guest
 
Posts: n/a
Yes, thatěs right. But that works only for the segregated solver...Any idea for the ciupled solver?
  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
How to add a source term (body force) to icoFoam? chris Liu OpenFOAM Programming & Development 4 October 27, 2014 15:38
Force / Torque on car body Chonker CFX 0 November 30, 2010 08:09
electrostatic force with UDF Jinfeng Fluent UDF and Scheme Programming 4 March 25, 2009 04:48
Help: UDF of "particle body force" !!! zhaoh FLUENT 3 January 16, 2007 20:17
Problems with SUPG body force term FEM question Main CFD Forum 0 January 21, 2006 17:51


All times are GMT -4. The time now is 03:07.