|
[Sponsors] |
June 12, 2008, 01:03 |
Particle residence time!!
|
#1 |
Guest
Posts: n/a
|
Hello there,
I want to calculate the age of air in a volume. will, calculating the particle residence time give me a solution on this. if so can you please tell me how i can do it. Please let me know. Thanks Kind Regards Kandy |
|
June 12, 2008, 01:35 |
Re: Particle residence time!!
|
#2 |
Guest
Posts: n/a
|
Try pathlines colored by particle residence time. I have used this to visually get an estimate of residence time without any text summary statistics.
|
|
June 12, 2008, 05:55 |
Re: Particle residence time!!
|
#3 |
Guest
Posts: n/a
|
Hi,
I think you have to define particle injections using Discrete Phase Model. Using DPM u can define particle injections from a surface(for ex: from inlet). best regards |
|
June 12, 2008, 18:07 |
Re: Particle residence time!!
|
#4 |
Guest
Posts: n/a
|
you need not use DPM. You can use a user defined scalar that is seeded into the domain. Just solve your steady case then setup the UDS and solve a few iterations (say 5 or 10) for the UDS. Your support group can provide details of this UDS approach or I can if you cannot obtain.
|
|
June 12, 2008, 21:17 |
Re: Particle residence time!!
|
#5 |
Guest
Posts: n/a
|
Thanks Guys!!
We din't purchase support in the package. Please type me in the details in your spare time. i will be highly obliged. With Kind Regards Kandy |
|
June 13, 2008, 05:18 |
Re: Particle residence time!!
|
#6 |
Guest
Posts: n/a
|
Hi Red lemon,
Can u please send me the procedure u worte. It will be interesting for me how to do this task using a udf. Regards |
|
June 13, 2008, 05:31 |
Re: Particle residence time!!
|
#7 |
Guest
Posts: n/a
|
dear sir,
yes, pls tell us the procedure for the Eulerian-Eulerian model. I mailed Fluent.Inc many times, but without any reply from them. They refer to Solution No. 619. However, this method is not suitable for RTD measurement of multiple dispersed phases. (if anyone requires the solution 619, i can paste the same here) red-lemon,we are all hoping for your reply. thanks and regards. |
|
June 13, 2008, 09:32 |
Re: Particle residence time!!
|
#8 |
Guest
Posts: n/a
|
ok I will post use of uds for residence time. It is the same method employed in Airpak that uses Fluent but in this case it is done in the GUI in a simpler format and Fluent's method is a bit confusing. Bear with me as I recover details.
|
|
June 17, 2008, 14:51 |
Re: Particle residence time!!
|
#9 |
Guest
Posts: n/a
|
OK here you go.
Convert this text to a *.c file then compile as usual and follow notes to hook in. Then solve for scalar only and post process. /* Diffusivity for mean age of air is solved using a user-defined scalar. This calculation can be performed after the normal problem has already been solved ... just turn off all of the previous equations being solved for and activate solution of the user-defined scalar-0 equation. Make sure to select - mean_age_diff as the uds diffusivity in the materials panel - mass flow rate as the uds flux function - mean_age_source as the uds volumetric source term in all fluid regions Use a journal like this to do that in F63 : def bc fluid fluid-1 n y 0 0 0 0 0 0 0 1 n y "mean_age_source" n y 0 0 0 0 0 0 n n n def bc fluid fluid-2 n y 0 0 0 0 0 0 0 1 n y "mean_age_source" n y 0 0 0 0 0 0 n n n def bc fluid fluid-3 n y 0 0 0 0 0 0 0 1 n y "mean_age_source" n y 0 0 0 0 0 0 n n n etc - set uds-0 scalar values = 0.0 at all inlets and outlets mean age of air calculations do not require any energy, radiation, or species transport calculations to have been performed */ /************************************************** *****/ #include "udf.h" #include "prop.h" DEFINE_DIFFUSIVITY(mean_age_diff, c, t, i) { return C_R(c,t)*2.88e-05+C_MU_EFF(c,t)/0.7; } DEFINE_SOURCE(mean_age_source, c, t, dS, eqn) { dS[eqn]=0; return C_R(c,t); } |
|
June 25, 2008, 12:03 |
Re: Particle residence time!!
|
#10 |
Guest
Posts: n/a
|
Hi red lemon,
This is for a single-phase flow..but what should we do if we have multi-phase flow and need to claculate the residence time of the dispersed phases only ? Thank you. |
|
June 25, 2008, 22:13 |
Re: Particle residence time!!
|
#11 |
Guest
Posts: n/a
|
Hi red Lemon,
Thank you very much. I was on holidays. will try this. Thank you one again. Regards Kandy |
|
October 20, 2011, 07:39 |
Hi to every one...I want know How to post process the Mean age of air in fluent.. Ple
|
#12 | |
New Member
Hanumanth
Join Date: Aug 2009
Posts: 6
Rep Power: 17 |
Hi to every one...I want know How to post process the Mean age of air in fluent.. Please any one can help regarding this...Thanks in advance ....
Quote:
|
||
January 26, 2016, 05:51 |
|
#13 |
Senior Member
James
Join Date: May 2013
Posts: 116
Rep Power: 13 |
Hi everyone,
In your diffusivity formula: return C_R(c,t)*2.88e-05+C_MU_EFF(c,t)/0.7 Which values should I choose for a water system? Also, I am finding several difference on maximum residence time when I increase mesh size. I guess this is just an issue of the faces that the UDF is taken into account, and if element size tends to zero, then this maximum residence time will converge for a constant value...Am I right? Thanks in advance!And special thanks for sharing this useful tool! |
|
February 7, 2019, 05:01 |
meanagofair does not appear in varialbles inside results
|
#14 |
New Member
jason
Join Date: Feb 2019
Posts: 1
Rep Power: 0 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
partickle-tracks and udf, particle-residence-time | Alex | FLUENT | 0 | August 15, 2006 04:46 |
Particle residence time | Philip | FLUENT | 0 | June 16, 2006 04:30 |
how to get the particle residence time in UDF? | welch | FLUENT | 0 | November 17, 2005 20:32 |
Particle Residence Time | Ethan | Siemens | 0 | July 29, 2002 15:45 |
Particle tracks and residence time | Bo Jensen | Siemens | 1 | January 10, 2002 05:19 |