|
[Sponsors] |
April 5, 2004, 00:13 |
Writing UDF for Robbins Bounday Condition
|
#1 |
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 |
|
April 7, 2004, 00:58 |
Re: Writing UDF for Robbins Bounday Condition
|
#2 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
no-slip boudary condition in udf | zhao | FLUENT | 1 | June 26, 2019 23:46 |
How to write udf of slip wall condition | cxzhao | FLUENT | 0 | April 27, 2005 22:20 |
UDF Boundary Condition | Victor | FLUENT | 2 | November 6, 2003 12:37 |
Macros for writing UDF for porosity | umesh | FLUENT | 1 | June 13, 2003 05:20 |
UDF for the boundary condition | Sridhar | FLUENT | 3 | July 13, 2001 20:18 |