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

Problem during Residence time distribution in fluent

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 2 Post By billwangard

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 18, 2013, 10:31
Default Problem during Residence time distribution in fluent
  #1
New Member
 
venkat
Join Date: Apr 2013
Posts: 14
Rep Power: 13
svenki7 is on a distinguished road
hi,

I am doing "Residence Time Distribution" by pulse input method in fluent.But
i am getting tracer (area weighted average) concentration greater than 1. I did experiments also. I compared with simulation results with experimental. The simulation results are less than 5 time the experimental results. In simulations, sum of tracer concentration is greater than 1. The simulation results are (mean residence time) is less than theoretical residence time.


Can anybody help me please.

Thanks in advance
svenki7 is offline   Reply With Quote

Old   April 19, 2013, 15:46
Default Residence Time in FLUENT
  #2
New Member
 
Bill Wangard
Join Date: Jan 2011
Posts: 21
Rep Power: 0
billwangard is on a distinguished road
Easy way to do residence time in fluent (without particles):

1. Define a User-scalar
2. Set its diffusivity to very small: 1E-11 or so should work
3. Use default flux vector and unsteady term

Compille the following UDF and hook it to the SOURCES for the UDS:

#include "udf.h"
DEFINE_SOURCE(uds_source,c,t,dS,eqn)
{
dS[eqn] = 0;
return C_R(c,t);
}

Set the UDS to 0 at the inlet.

Then, when you solve, the UDS will have the value of residence time.

Regards,
Bill Wangard
Engrana LLC
diggee and faiq01 like this.
billwangard is offline   Reply With Quote

Old   April 20, 2013, 03:31
Default Problem during Residence time distribution in fluent
  #3
New Member
 
venkat
Join Date: Apr 2013
Posts: 14
Rep Power: 13
svenki7 is on a distinguished road
Thank for your reply Mr.Billwangard,
I am newer to UDF that why i choose the pulse method. I don't much about UDF.I attached my geometry.The above one is my geometry. Its converging-converging channel.one end is inlet and one end is outlet. Total length of my channel is 68 mm.The Inlet dia 1 mm
Attached Images
File Type: jpg 1.JPG (3.7 KB, 25 views)
svenki7 is offline   Reply With Quote

Old   January 21, 2016, 07:26
Default
  #4
Member
 
Liam
Join Date: Aug 2013
Posts: 40
Rep Power: 12
Many is on a distinguished road
Hi CFD friends!

I am trying to compute residence time contours using this kind of UDF.

My questions are the following:

1. Changing the mesh, then the residence time contours change (at least the maximum of residence time). I guess this is not desirable. Anybody has an idea about why this is happening? I realized that mesh cells appear in the function...

I am wondering if achieving mesh independent results will fix this, it's to said, max_residence_time tends to real_max_residence_time as cell_size tends to zero

If not, I am not understanding the value of this UDF as residence time will be mesh-dependent...

2. Which values should I use for Schmidt number and mass diffusivity for water?

3. When I got convergent results, I just solve for the defined scalar in steady state. Is unsteady solution absolutely needed? In other words, have I switch to unsteady model just for solving the scalar transport?

Thanks!
Many 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
mixerVesselAMI2D's mass is not balancing sharonyue OpenFOAM Running, Solving & CFD 6 June 10, 2013 09:34
Problem with FloatingObject Leech OpenFOAM Running, Solving & CFD 10 March 29, 2012 15:24
Resident time distribution in Fluent PP Main CFD Forum 0 December 12, 2007 09:32
Vessel Residence Time Distribution Help Davo CFX 3 December 19, 2006 03:36
Residence time distribution function Roustam Phoenics 3 February 26, 2002 08:47


All times are GMT -4. The time now is 19:26.