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

regarding the error message!!

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 27, 2003, 21:05
Default regarding the error message!!
  #1
Guevara
Guest
 
Posts: n/a
hi. friends I wrote udf about the heat flux. compiled it, I got the error message!! Could you anydoby help me! please! Let me know how to write actually!!

DEFINE_PROFILE(cathode, thread, index) {

face_t f;

real x[ND_ND], y, temp;

Thread *t0=thread->t0; (structure reference not implemented)

begin_f_loop(f, thread)

{

cell_t c0=F_C0(f, thread);

temp=C_T(c0,t0);

F_PROFILE(f, thread, index)=(fabs(Jc)*5*kb/(2*e))*(temp-T_cat);

}

end_f_loop(f, thread) }

thank in advance
  Reply With Quote

Reply


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



All times are GMT -4. The time now is 17:18.