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

Urgent! Help Needed

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 13, 2005, 05:08
Default Urgent! Help Needed
  #1
Rucy
Guest
 
Posts: n/a
Dear All,

Could you tell me how to add a source term in to the Y mom. Eq.?

Could you forward me some piece of UDF program?

Thank you very much in advance.

Rucy
  Reply With Quote

Old   December 14, 2005, 03:46
Default Re: Urgent! Help Needed
  #2
Column_guy
Guest
 
Posts: n/a
You can find it in the define menu. define->boundary conditions. A panel will open, in which there are two columns, in the right column select the zone you want to add the source. Push the "set" button and there will be a new panel. In the panel just select the source term. you will find the Y mom Eq, select the fucntion you define, that is OK.

DEFINE_SOURCE(example, c, t)

{

float source;

float pp, tt, xx;

pp = C_P(c,t);

tt = C_T(c,t);

xx = C_U(c,t);

source = pp*tt/xx;

return source; }
  Reply With Quote

Old   December 14, 2005, 07:52
Default Re: Urgent! Help Needed
  #3
Rucy
Guest
 
Posts: n/a
Dear Sir,

Thank you very much.

Could you tell me how to find the related manual of Fluent, or any related information, to write UDF?

I still do not know the meaning of: (example, c, t) ?

Any way, thank you very much.

Rucy
  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
urgent help needed (rhie-chow interpolation problem) Ardalan Main CFD Forum 2 March 18, 2011 15:22
help needed in Turbulent flow (URGENT) mike FLUENT 7 November 7, 2008 06:11
Urgent help needed with spray injection nick Siemens 14 June 29, 2008 18:48
Urgent Help Needed! Ken Adams FLUENT 3 September 25, 2007 23:50
urgent help needed on dpm vaishali FLUENT 3 December 18, 2006 14:20


All times are GMT -4. The time now is 06:49.