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

Chemical Reaction in continuous flow

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Piba

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 14, 2015, 04:47
Default Chemical Reaction in continuous flow
  #1
New Member
 
Join Date: Mar 2015
Posts: 3
Rep Power: 11
Piba is on a distinguished road
Dear users,

I am actually working on two case of chemical reaction inside different type of reactor.

One is a tubular reactor with baffles . I have the 3D model and already did some simulation with a UDF function giving oscillation at the inlet of the flow. I got good flow patterns and movies so I am happy with it. The thing is I would like to had a chemical reaction in the flow to see where the product start to appear in the reactor. I already tried some reactions inside the reactor with ansys fluent and have strange results. The reactant are still here and doesn’t react while I have already at the beginning of the flow some of the product which is strange. Maybe my parameters are not good.
That why I am writing this post to see if there is not a UDF function or some parameters I could put to see the product appearing.

On this picture bf46 is the product:



Here the oscillation:



The UDF function for the oscillations:

/************************************************** ********************
unsteadfffy.c
UDF for specifying a transient velocity profile boundary condition
************************************************** *********************/

#include "udf.h"

DEFINE_PROFILE(unsteady_velocity, thread, position)
{
face_t f;
real t = CURRENT_TIME;

begin_f_loop(f, thread)
{
F_PROFILE(f, thread, position) = 0.0027 + 0.0025*12.566*cos(12.566*t);
}
end_f_loop(f, thread)
}

The reaction rate :



In another hand I made some simulations on segmented flow. It is a multiphase VOF. One of the fluid is the solution and the other is the carrier fluid. And I would like to apply the same thing as above to the solution (the solution doesn’t react with the carrier fluid) to see the nucleation, growth of the product inside the slugs.




Thanks in advance for your input,

Kind regards,

Piba
ramakant likes this.
Piba 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
Coupling a chemical reaction with a heat source in CFX JohnPuentes CFX 0 July 14, 2014 04:27
chemical reaction in stead of combustion wlt_1985 FLUENT 3 June 11, 2012 04:55
Modelling reversible chemical reaction. kraviec FLUENT 2 August 20, 2010 13:49
Setting Chemical Reaction usker Siemens 2 April 29, 2009 09:21
Inviscid Drag at subsonic, subcritical Mach # Axel Rohde Main CFD Forum 1 November 19, 2001 12:19


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