|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Wah Keng Sern
Join Date: Oct 2009
Posts: 6
Rep Power: 17 ![]() |
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) |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Stirred Tank Reactor Modelling | alice | FLUENT | 2 | January 23, 2011 15:59 |
Advice on multi-phase flow modelling | Martin | Main CFD Forum | 3 | October 14, 2008 06:16 |
Phosphoric acid reactor model | N.Ramakrishnan | Main CFD Forum | 0 | July 29, 2004 07:38 |
Passive cooling system for batch reactor | Darek | Main CFD Forum | 0 | September 30, 2003 06:06 |
Computational Semiconductor reactor modelling & design | Yani Stathakos | Main CFD Forum | 2 | September 25, 1998 18:58 |