|
[Sponsors] |
November 9, 2006, 02:41 |
Question about dpm
|
#1 |
Guest
Posts: n/a
|
Hi everyone,
I want to know which particle escaped from the domain. But I cannot find the way to see each particle fate. I am using "file" as injection type. I have to inject a lot of particles. Maybe I can know which particle escaped if I use "single" as injection type. But this is going to be hard because of the number of particles. Does anyone know how I can know each particle fate? Regards, AKR |
|
November 10, 2006, 12:08 |
Re: Question about dpm
|
#2 |
Guest
Posts: n/a
|
It is possible to write a UDF which can be applied at a specific boundary (i.e. outlet) to keep track of which particles escape. If you have some experience with UDFs, you could probably write something to do this in about a week.
Otherwise, you can just visualize the particles by injection number or initial position or other parameter, and then see how this matches with the number of particles that escape with Fluent's standard text reporting. |
|
November 10, 2006, 23:32 |
Re: Question about dpm
|
#3 |
Guest
Posts: n/a
|
Hi Allan,
I have some experiences with UDFs. So far I am thinking about using DEFINE_DPM_OUTPUT. This may work for me. But I am not sure. Have you ever written DEFINE_DPM_OUTPUT? If so, could you tell me about this? I have read udf manual of fluent, but there is no detail about it. Or I can also use step by step report in particle track panel. Do you have any suggestion? Thanks, AKR |
|
November 13, 2006, 13:16 |
Re: Question about dpm
|
#4 |
Guest
Posts: n/a
|
I have used DEFINE_DPM_BC applied to an outlet boundary condition. This allows for access to the particle state and other information such as the particle ID when the particles reach the outlet (or other specified boundary).
It looks like DEFINE_DPM_OUTLET could work also - it is described in the manual. You need to decide what you really need, and perhaps the built-in tracking would be more cumbersome but would still work. If you are using this for a single problem only, I would not recommend writing a UDF. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
DPM and LES | R.Sripriya | FLUENT | 6 | April 15, 2017 05:41 |
DPM: Particle Tracking | Madhukar | FLUENT | 1 | July 24, 2007 04:51 |
DPM Initialization | Johannes | FLUENT | 1 | June 20, 2007 10:27 |
DPM residuals for sampler | Don Parsons | FLUENT | 0 | April 10, 2007 12:56 |
URGENT QUESTION ABOUT DPM EROSION!!!!!! | alex | FLUENT | 2 | October 28, 2005 07:33 |