CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

error in udf, C_VOF

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 16, 2004, 09:29
Default error in udf, C_VOF
  #1
paulina
Guest
 
Posts: n/a
Hi to all!

Could anyone tell me

how should I understand the below message,

which I gave from Fluent

after successful compiled my udf:

"Error: Set_Thread_Variables: wta(real)

Error Object: ((constant . )) (profile " " ""))"

I try to pull the Fluent to calculate

the C_UDSI(c,t,2) as a:

"C_UDSI(c,t,2) = C_VOF(c,pt[1])/0.523;"

and in that goal

I have written an udf,

a part of them I attached:

DEFINE_ADJUST(usrfn, domain)

{

Domain *subdomain = Get_Domain(2);

Thread *t;

Thread **pt;

cell_t c;

thread_loop_c(t,subdomain)

{

begin_c_loop(c,t)

{

C_UDSI(c,t,2) = C_VOF(c,pt[1])/0.523;

}

end_c_loop(c,t)

}

}

Could anyone explain me that message?

Thank you very much

Best regards

Paulina
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Mesh UDF Qureshi FLUENT 7 March 23, 2017 07:37
UDF parallel error: chip-exec: function not found????? shankara.2 Fluent UDF and Scheme Programming 1 January 16, 2012 22:14
How to add a UDF to a compiled UDF library kim FLUENT 3 October 26, 2011 21:38
UDF...UDF...UDF...UDF Luc SEMINEL FLUENT 0 November 25, 2002 04:03
UDF, UDF, UDF, UDF Luc SEMINEL Main CFD Forum 0 November 25, 2002 04:01


All times are GMT -4. The time now is 12:50.