|
[Sponsors] |
using the result of one solved UDF in another UDF |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 27, 2013, 11:54 |
using the result of one solved UDF in another UDF
|
#1 |
New Member
neda rahimi
Join Date: May 2013
Posts: 13
Rep Power: 13 |
Hi,
I solved one UDF previously for the vector v2 and v3. Now I want to write another UDF and use the value of v2 and v3 in it. How can I do this? After I compile my UDF, these above errors appeared! my_uds_flux.obj : error LNK2019: unresolved external symbol _C_v3 referenced in function _my_uds_flux my_uds_flux.obj : error LNK2019: unresolved external symbol _C_v2 referenced in function _my_uds_flux |
|
May 29, 2013, 10:43 |
|
#2 |
Member
Jim Knopf
Join Date: Dec 2010
Posts: 60
Rep Power: 16 |
Hi,
if you have fields you should use User Defined Memories otherwise you could use global variables , although they are evil Greetz Jim |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF using c_face_loop(c,t,i) | frederic | FLUENT | 3 | January 17, 2017 00:17 |
Source Term UDF VS Porous Media Model | pchoopanya | Fluent UDF and Scheme Programming | 1 | August 28, 2013 07:12 |
Simulation with UDF for species mass fraction and velocity profile | virgy | Fluent UDF and Scheme Programming | 8 | February 7, 2012 05:30 |
UDF compilation error solved | laurentb | FLUENT | 1 | November 10, 2011 05:46 |
UDF programming | fullmonty | FLUENT | 5 | June 30, 2011 03:40 |