|
[Sponsors] |
September 27, 2005, 11:47 |
Could somebody help me find this UDF?
|
#1 |
Guest
Posts: n/a
|
Always learning wrote on calculating Residence time:
I am also trying a UDS/UDF as suggested on the fluent site. Here I set a UDS. Set its value at 0 at inlet. Copy the UDF and use that for the rt_source calc. as below. DEFINE_SOURCE(rt_source,c,t,dS,eqn) { real source = C_R(c,t); dS[eqn] = 0.0; return source; } Yet with this I don't get any RTD? Anyone has an idea what's the UDF/UDS he refered to? Is it in Fluent user Manual? Thanks! |
|
September 27, 2005, 12:41 |
Re: Could somebody help me find this UDF?
|
#2 |
Guest
Posts: n/a
|
Try ...
http://clarify.fluent.com/eSupport/e...olution_id=619 Let me know how you get on, I am assuming you are wishing to do something similar. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
parse error while interpreting udf | Kristin | Fluent UDF and Scheme Programming | 3 | March 15, 2012 07:43 |
On Compiling a UDF | David Chabot | FLUENT | 5 | May 20, 2005 10:13 |
DEFINE_ON_DEMAND UDF: How to declare A[ND_ND], etc | jx | FLUENT | 1 | November 6, 2003 18:23 |
DEFINE_GEOM UDF Problems | Pat | FLUENT | 0 | August 14, 2003 14:16 |
UDF...UDF...UDF...UDF | Luc SEMINEL | FLUENT | 0 | November 25, 2002 05:03 |