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

udf for temperature inlet in fluidized bed

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By mehdimoradi.
  • 1 Post By mohsen0488

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 20, 2013, 13:58
Default udf for temperature inlet in fluidized bed
  #1
Member
 
mohsen
Join Date: Sep 2013
Posts: 42
Rep Power: 12
mohsen0488 is on a distinguished road
hi all

i trying to simulate heat transfer distribution in fluidized bed.
in my simulation air temperature inlet is a function of time.

i don't know how to define it in fluent software.

Please help me
Thanks.
mohsen0488 is offline   Reply With Quote

Old   November 22, 2013, 04:00
Default
  #2
Member
 
mehdimoradi
Join Date: Jun 2013
Posts: 53
Rep Power: 12
mehdimoradi. is on a distinguished road
Hi;
I think you must use define-adjust to update air temperature in every iteration.
esmaeil likes this.
mehdimoradi. is offline   Reply With Quote

Old   November 22, 2013, 08:43
Default
  #3
Member
 
mohsen
Join Date: Sep 2013
Posts: 42
Rep Power: 12
mohsen0488 is on a distinguished road
dear mehdi
I've used this code as follows and my result is almost good do you think this code is correct?
thanks
#include "udf.h"
DEFINE_PROFILE(transient_temperature, thread_g, position)
{
face_t f;
real t=CURRENT_TIME;
begin_f_loop(f,thread_g)
F_PROFILE(f,thread_g,position)=(3.4*t)+295;
end_f_loop(f,thread_g);
}
esmaeil likes this.
mohsen0488 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
Fluidized Bed Definition Issues AmeliaStumpf FLUENT 8 July 16, 2014 00:56
Gas-solid modeling (Fluidized Bed) nezam.aziz@gmail.com Fluent Multiphase 0 August 29, 2013 06:40
mass flow inlet condition is not properly specified in circulating fluidized bed abinashlipun FLUENT 0 April 19, 2013 02:28
Fluidized bed modeling Kartus CFX 9 June 30, 2011 04:41
Fluidized bed simulation VS particle tracking windhair CFX 2 June 28, 2011 21:10


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