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

Writing UDF for Robbins Bounday Condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 4, 2004, 23:13
Default Writing UDF for Robbins Bounday Condition
  #1
KKLAU
Guest
 
Posts: n/a
To all Fluent CFD experts from all over the world,

I am encountering problem in writing Robbins BC with UDF. Actually i need to define the BC for porous downwall BC velocity dv/dy = v + constant... How can i write it with UDF file ?

I really appreciate youy kindly help.

KKLAU
  Reply With Quote

Old   April 6, 2004, 23:58
Default Re: Writing UDF for Robbins Bounday Condition
  #2
Ady
Guest
 
Posts: n/a
1. You can explore the Porous model in Fluent. 2. Regarding the UDF you can use

C_DVDY(c,t) macro to access dv/dy

C_V(c,t) macro to access v

so the equation be written as

C_DVDY(c,t)= C_V(c,t) + contsant ;

be sure about the palce where you want to loop. Refer section 6.2 of UDF manual.

Best, Ady
  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
no-slip boudary condition in udf zhao FLUENT 1 June 26, 2019 22:46
How to write udf of slip wall condition cxzhao FLUENT 0 April 27, 2005 21:20
UDF Boundary Condition Victor FLUENT 2 November 6, 2003 11:37
Macros for writing UDF for porosity umesh FLUENT 1 June 13, 2003 04:20
UDF for the boundary condition Sridhar FLUENT 3 July 13, 2001 19:18


All times are GMT -4. The time now is 13:58.