|
[Sponsors] |
July 4, 2008, 12:11 |
exponential source term
|
#1 |
Guest
Posts: n/a
|
Hi all I define source term to uds function in fluent.the source term is function of uds variable. my udf is :
DEFINE_SOURCE(s_auds,c,t,dS,eqn) { real source; source =exp(C_UDSI(c,t,0)); dS[eqn] = exp(C_UDSI(c,t,0)); return source; } however it dont converg, why it divergent ? thanks all. Pourak |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF source term | Rajani Kanth.B | Fluent UDF and Scheme Programming | 4 | May 1, 2013 10:31 |
UDS Source Term | Giordano Bruno | FLUENT | 2 | June 7, 2005 05:51 |
source term | zwdi | FLUENT | 2 | May 26, 2004 11:34 |
UDF about source term | tian | FLUENT | 3 | May 2, 2003 10:17 |
Source term | Allan | Siemens | 0 | September 21, 2001 11:51 |