|
[Sponsors] |
July 14, 2015, 05:47 |
Chemical Reaction in continuous flow
|
#1 |
New Member
Join Date: Mar 2015
Posts: 3
Rep Power: 11 |
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 |
|
|
|
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 05:27 |
chemical reaction in stead of combustion | wlt_1985 | FLUENT | 3 | June 11, 2012 05:55 |
Modelling reversible chemical reaction. | kraviec | FLUENT | 2 | August 20, 2010 14:49 |
Setting Chemical Reaction | usker | Siemens | 2 | April 29, 2009 10:21 |
Inviscid Drag at subsonic, subcritical Mach # | Axel Rohde | Main CFD Forum | 1 | November 19, 2001 13:19 |