|
[Sponsors] |
August 14, 2017, 05:37 |
Counting Particles in Transient Simulation
|
#1 |
New Member
Join Date: Aug 2017
Posts: 4
Rep Power: 9 |
Hello there,
Im currently working on a Transient Particle Simulation for my bachelor thesis. 1.) Is there any way to count the Particles on Boundries over the time ? For example: How many particles pass the Inlet in those ten seconds of Simulation? 2.) if 1. is possible, can I get a distribution on where those particles pass a Boundry or an interface? Im using Ansys R18.0 via Ansys Workbench. Thanks for your help Edit: I searched the Ansys Modelling guide but couldnt find anything that helps. Tried the Particle Histograms in Output Control but that gives a Histogram for each Timestep. Expressions like count(Water.Mean Particle Number)@Inlet or sum(Water.Mean Particle Number)@Inlet didnt work either. (Sorry if these are very basic questions but Im quite new to simulating and could find answers through Google or the Modeling/Theory Guide) Last edited by Nuuu; August 14, 2017 at 12:41. Reason: Further Details |
|
August 15, 2017, 04:20 |
|
#2 |
New Member
Join Date: Aug 2017
Posts: 4
Rep Power: 9 |
Anyone ?
|
|
August 15, 2017, 07:19 |
|
#3 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Have you tried integrating "Particle Number Rate" over the boundary?
I don't do much particle tracking stuff, so sorry I can't help you more. |
|
August 15, 2017, 08:17 |
|
#4 |
New Member
Join Date: Aug 2017
Posts: 4
Rep Power: 9 |
Are you speaking of massFlowInt(Water.Particle Number Rate)@Inlet? since I cant specify Int(Water.Particle Number Rate) to a specific boundary.
With massFlowInt(...)@... I got the following error: No data exists for varible 'Water.Particle Number Rate' specifierd in object 'Inlet'. Does that mean I did monitored my particles correctly ? My particles are seeded in the Inlet and I tried to evaluate this expression in CFD-Post. No worries. Im glad somebody answered. |
|
August 15, 2017, 08:59 |
|
#5 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Yes, I meant integrate in general. I left it up to you to work out exactly what form of integration and how to implement it
I would suggest you do areaInt(Particle Phase.Particle Number Rate)@Boundary. Area integral seems more appropriate than mass flow integral, but check what basis the particle number rate is based on (volume flow rate or mass flow rate) to be sure. Also, you need to do this operation on your particle phase, not the continuous phase. Is water your continuous phase? If so that would explain why that did not work. |
|
August 15, 2017, 10:10 |
|
#6 |
New Member
Join Date: Aug 2017
Posts: 4
Rep Power: 9 |
Water is my particle Phase and air my continuous phase.
with areaInt I get the exact same error message: No data exists for varible 'Water.Particle Number Rate' specifierd in object 'Inlet'. The Number Rate is base on a direct Specification. I set 1 [s^-1] at the Inlet. Even if I have this Value I still must be able to get the Value at the Outlet somehow. |
|
August 15, 2017, 19:34 |
|
#7 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
There will be some way of getting it, but it is just a matter of finding exactly what. As I am no expert on particle tracking I cannot help you there.
But an alternate approach is to get the mass flow rate of your particle phase. If your size distribution is known you can work out the particle count from that. |
|
April 14, 2020, 11:41 |
|
#8 | |
Senior Member
Davide
Join Date: Jul 2015
Posts: 107
Rep Power: 11 |
At the end did you understand how you can count the particles that pass a certain surface? I would also be interested in the same thing .. but is it necessary in CFX Pre to set additional variables as a variable? Because in my .res I don't find Water.Particle Number Rate
Quote:
|
||
October 8, 2020, 18:11 |
Particle mass flow rate
|
#9 |
New Member
Ganesh Arun Naik
Join Date: Mar 2020
Posts: 14
Rep Power: 6 |
Hello all,
I am simulating a particle track of contaminant particles in a cleanroom using ANSYS CFX particle transport model. Along with this i also have to check the concentration of contaminants in the room. The particles are generated by machines and flow with the velocity of air flow in the room.As i am tracking the motion of particles from a point on the machine, i have put the particle mass flow rate as zero. But, i am not able to get particle volume fraction when i put particle mass flow rate as zero. 1. Can anyone please tell me how to solve this problem? 2. What does the particle mass flow rate imply in ANSYS?. Is it the rate of generation particle in the machine? Thank you, Ganesh |
|
October 8, 2020, 18:19 |
|
#10 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Are you using a Eularian or Lagrangian particle tracking model? A Eularian model sounds best based on what I guess you are trying to do.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
October 8, 2020, 18:32 |
|
#11 |
New Member
Ganesh Arun Naik
Join Date: Mar 2020
Posts: 14
Rep Power: 6 |
Hello ghorrocks,
I am using lagrangian model since the particle volume fraction is very low. The size of particles i am tracking range from 0.5 micron to 5 micron. Thank you, Ganesh |
|
October 8, 2020, 18:53 |
|
#12 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Low particle count does not imply the Lagrangian model is better. The Eularian model handles low particle count just fine as well.
The reason I suggest the Eularian model is because working out particle flow rates much easier than the Lagrangian model, and it is easier to set up and run as well. I only use Lagrangian models when the exact path taken by every particle is important.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
October 8, 2020, 19:05 |
|
#13 |
New Member
Ganesh Arun Naik
Join Date: Mar 2020
Posts: 14
Rep Power: 6 |
Hello Glen,
Thank you for your suggestions. I shall go through the eulerian model. Is it easy to switch to the eulerian model, with the details available while using lagrangian model.? Thank you Ganesh |
|
October 8, 2020, 19:11 |
|
#14 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
Yes, it is reasonably easy to switch. But it is a totally different model so it requires a little thought to get everything changed over.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
October 8, 2020, 19:19 |
|
#15 |
New Member
Ganesh Arun Naik
Join Date: Mar 2020
Posts: 14
Rep Power: 6 |
Thank you very much.
|
|
Tags |
ansys 18.0, boundry condition, interphase, particle, particle deposition |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Transient & steady simulation | DIVYA P SOMAN | ANSYS | 0 | September 3, 2016 15:09 |
Exporting data of transient simulation DURING a simulation, at user locations ? | Milan2013 | CFX | 0 | April 18, 2014 04:47 |
the problem of my transient simulation "Floating point exception: Overflow " | alloveyou | CFX | 15 | November 22, 2012 12:14 |
Beginning a Transient Simulation | Norflow | CFX | 2 | October 7, 2011 01:38 |
transient simulation | Tad | CFX | 1 | November 30, 2003 17:25 |