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

Ask for help! error in FIXED VAlUE

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 12, 2010, 23:17
Default Ask for help! error in FIXED VAlUE
  #1
New Member
 
David Jiang
Join Date: Oct 2010
Posts: 1
Rep Power: 0
gaslab11 is on a distinguished road
Hello everyone,
I was trying to implement the following UFD into FLUENT to fix uv in RSM,


#include "udf.h"

DEFINE_PROFILE(fixed_uv, t, i)
{
cell_t c;
begin_c_loop (c,t)
{
F_PROFILE(c,t,i) = - 2.*C_MU_T(c,t)/C_R(c,t)* 0.5 * (C_DUDY(c,t)+C_DVDX(c,t));
}
end_c_loop (c,t)
}

however, an error happens when hooking the profile,

Error: CAR: invalid argument [1]: wrong type [not a pair]
Error Object: ()

Please give me some suggestions! Many thanks!

David
gaslab11 is offline   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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fan Boundary Condition OR Fixed Values or Source Terms SolarX FLUENT 1 June 9, 2011 04:13
Fixed bed reactor.....you can help...I am sure!! Amrrefay FLUENT 0 June 6, 2009 06:58
Fixed temperature for domain seojaho CFX 8 June 4, 2009 13:21
UDF: source, fixed value for a given region Ming FLUENT 1 March 4, 2003 17:23
Has the pressure to be fixed at one node? Steve Song Main CFD Forum 5 February 9, 2003 13:14


All times are GMT -4. The time now is 01:58.