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

modelling oscillatory baffled reactor

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 23, 2009, 05:08
Default modelling oscillatory baffled reactor
  #1
GeR
New Member
 
Wah Keng Sern
Join Date: Oct 2009
Posts: 6
Rep Power: 16
GeR is on a distinguished road
I'm currently modelling an oscillatory baffled reactor using UDF. I did some modification on the UDF. I was expecting negative velocity when I monitoring the mass weighted average graph at the output. it should be a complete cosine cycle but unfortunately I only managed to get half a cycle. Besides that, I'm also having some reversed flow...Anyone any idea ?? Below are my UDF... Thanks

#include "udf.h"
/*------------------------------------------------------------------------------------*/
DEFINE_PROFILE(inlet_yv_sinusoidal, thread, nv)

{
face_t f;
real flow_time = RP_Get_Real("flow-time");

begin_f_loop (f,thread)
{
F_PROFILE(f,thread,nv) = 0.06283*cos(6.28*flow_time);
}
end_f_loop (f,thread)
GeR 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
Stirred Tank Reactor Modelling alice FLUENT 2 January 23, 2011 14:59
Advice on multi-phase flow modelling Martin Main CFD Forum 3 October 14, 2008 05:16
Phosphoric acid reactor model N.Ramakrishnan Main CFD Forum 0 July 29, 2004 06:38
Passive cooling system for batch reactor Darek Main CFD Forum 0 September 30, 2003 05:06
Computational Semiconductor reactor modelling & design Yani Stathakos Main CFD Forum 2 September 25, 1998 17:58


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