|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
I added a source term to the energy equation, and Fluent shows the following err mesg: CAR: invalid argument [1]: wrong type [not a pair]
Could anyone help me with this ? Thanks By the way, the UDF I have is the following: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /* heat exchange source */ # include "udf.h" DEFINE_SOURCE(GS_engexchg_source,c,t,dS,eqn) { real source; source = 4.0*C_K_L(c,t)/0.001*(C_UDSI(c,t,1)-C_T(c,t)); dS[eqn] = -4.0*C_K_L(c,t)/0.001; return source; } |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
I think you may hook your UDF in a wrong place or pannel. Tell me some more details, and you can contact with me through Email.
|
|
|
||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamic Mesh UDF | Qureshi | FLUENT | 7 | March 23, 2017 08:37 |
| UDF parallel error: chip-exec: function not found????? | shankara.2 | Fluent UDF and Scheme Programming | 1 | January 16, 2012 23:14 |
| How to add a UDF to a compiled UDF library | kim | FLUENT | 3 | October 26, 2011 22:38 |
| UDF...UDF...UDF...UDF | Luc SEMINEL | FLUENT | 0 | November 25, 2002 05:03 |
| UDF, UDF, UDF, UDF | Luc SEMINEL | Main CFD Forum | 0 | November 25, 2002 05:01 |