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

Algebraic/ Robbins BC problem again in UDF ??

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 20, 2004, 04:47
Default Algebraic/ Robbins BC problem again in UDF ??
  #1
KKLAU
Guest
 
Posts: n/a
To all fluent expert all over the world;

Especially to FJ,

I had modified my BC according to your suggestion but it still cant work. The BC wall value (simulated) still equal with initial value (guess).

I explain my problem again..... i dont have the exact BC wall mass fraction value...i got a relationship which link BC wall mass fraction with adjacent mass fraction value.

C_YI(BC) = 0.0001*C_YI(BC ajacent cell)

So, what wrong with my UDF ???

Here is my UDF:

DEFINE_PROFILE(solute, thread, position) { real z; face_t f; cell_t c = F_C0(f,thread) ; Thread *t= THREAD_T0(thread);

begin_f_loop(f,thread); { z= C_YI(c,thread,0); F_PROFILE(f, thread, position) = z; }

end_f_loop(f, thread); }

Thank you very much

From

KKLAU
  Reply With Quote

Old   April 20, 2004, 06:05
Default Re: Algebraic/ Robbins BC problem again in UDF ??
  #2
thomas
Guest
 
Posts: n/a
Maybe you just forgot to include C_YI(BC) = 0.0001*C_YI(BC ajacent cell) in your UDF.
  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
ATTN ALL: SOLUTON TO UDF COMPILE PROBLEM Rizwan Fluent UDF and Scheme Programming 40 March 18, 2018 07:05
UDF compiling problem in Flient 6.3 jeevan kumar FLUENT 2 February 25, 2009 01:43
a problem about DEFINE_GEOM in dynamic mesh UDF speedcat FLUENT 1 May 16, 2005 04:09
I have problem of UDF with turbulent premx source. Z FLUENT 0 February 16, 2005 04:34
UDF problem chiseung FLUENT 4 January 10, 2002 10:58


All times are GMT -4. The time now is 11:37.