|
[Sponsors] |
DPMFoam vs. MPPICFoam and general kinematicCloud questions |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 8, 2020, 07:20 |
DPMFoam vs. MPPICFoam and general kinematicCloud questions
|
#1 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hi all,
I never investigated too much into the Lagrangian solver but it seems interesting and used in a variety of engineering problems such as DeNOx systems, separators and so on. Nevertheless, during the Covid-19 time, I am also investigating into a simple case. Until now, I only used the uncoupled solvers but here, I do have flow-field-particle coupling. Thus, I use DPMFoam. However, going through the MPPIC foam description vs. DPM foam description, the main different I see is that MPPIC uses some model for the particle collision rather than calculating them directly. I guess this is of main interest if we do have a high particle loaded flow as the collision calculation takes much computational time. Furthermore, I would say that if we model more particles in one parcel (nParticles > 1 in the kinematicCloudDict), the MPPIC is even better. Can someone confirm my intention of the two solvers? Otherwise, it seems that the solvers are more or less similar. However, another question. The nParticle is the number of particles in one parcel. As we do solve for parcels in foam, it is clear that setting the value of 1 represents that one parcel is one particle. However, if we say 1000, then one parcel includes 1000 particles. Thus, in which form does it influence the system and does the following assumption holds (without digging into the code myself):
I am also wondering about other keywords such as:
Thanks in advance, Tobi
__________________
Keep foaming, Tobias Holzmann |
|
October 19, 2020, 10:29 |
|
#2 |
New Member
Join Date: Jul 2016
Posts: 14
Rep Power: 10 |
Hi, Tobi,
I am currently investigating the applications of the MPPICFoam and DPMFoam solvers, so wonder if you have had a look at the code for those questions in your thread and could share at here. Thank you. |
|
April 15, 2021, 09:01 |
|
#3 |
New Member
Thibaut
Join Date: Nov 2020
Posts: 21
Rep Power: 6 |
Hi,
I'd like to simulate a mix af gas and particles. MPPIC seemed adequat to me. The only thing is that I need a compressible solver for the gas part. Does MPPIC handle this ? I didn't find the answer |
|
June 29, 2021, 12:28 |
gas-solid multiphase flow
|
#4 |
New Member
Join Date: Jul 2014
Posts: 3
Rep Power: 12 |
This is a nice paper that talks about the different gas-solid modeling approaches.
I am familiar with the MP-PIC model used in OpenFOAM 5 through 8. I haven't used DPMFoam but I believe it is actually the Dense Discrete Phase Model (DDPM) since it does seem to handle collisions. MP-PIC is a newer method that describes the particles as groups (parcels) using a Particle Density Function (PDF) to improve computational efficiency. It uses different collision models because of that. This is my understanding anyways. I'd recommend giving that paper a read. It describes things much better than I can. And I believe both use an incompressible solver for the Eulerian portion of the model (the PIMPLE solver essentially). You may want to look at the compressible solver you want to use and compare it to the MP-PIC or DPM solver to see which will be easier to modify. I've written my own MP-PIC solver and I started with PIMPLE and added the Lagrangian part. Wasn't too difficult. So starting with the compressible solver might be the way to go. |
|
August 2, 2021, 09:59 |
|
#5 |
Senior Member
Albrecht vBoetticher
Join Date: Aug 2010
Location: Zürich, Swizerland
Posts: 240
Rep Power: 17 |
I merged DPMFoam into debrisInterMixing (interMixingFoam based debris flow solver) and interFoam to account for gravel collisions and it worked fine. I validated the code using the experiments of Fessler et al. (1999) for 1.1 % mass concentration.
As I could not find out about the questions of particle handling within parcels, I use 1 particle per parcel and the particle size distribution as defined by the material probe from the sieve curve using sizeDistribution{ type general; generalDistribution{ distribution( (sizeClass share));}}. |
|
August 12, 2021, 20:53 |
compressible supersonic flow with very low particle injection
|
#6 |
New Member
Maricruz H.
Join Date: Jun 2020
Location: Mexico
Posts: 1
Rep Power: 0 |
Hi,
You mentioned that you are familiar with compressible flows coupled with particles injection so I decide to write you. I have been trying to simulate a supersonic biphasic flow through de Laval nozzle with particle injection with a very low volume fraction without reaction. I have read and test with different solvers but my knowledge of OpenFOAM is not still enough. Could you give some advice or some tutorial guides to focus on this task because right now I feel some lost. I´d really appreciate it. Thanks in advance!. |
|
December 11, 2021, 22:08 |
|
#7 |
New Member
shengnan li
Join Date: Oct 2021
Posts: 6
Rep Power: 5 |
Hi, Do you want to use MPPICFoam to couple with the compressible gas solver? Have you achieved it? Which compressible solver is used?
|
|
December 11, 2021, 22:11 |
|
#8 |
New Member
shengnan li
Join Date: Oct 2021
Posts: 6
Rep Power: 5 |
Hi, Do you want to use MPPICFoam to couple with the compressible gas solver? Have you achieved it? Which compressible solver is used?
|
|
June 30, 2023, 09:16 |
mppic tracking capabilities
|
#9 |
Member
desimuser1
Join Date: Mar 2023
Posts: 35
Rep Power: 3 |
how does MPPIC foam recognise particle smaller than the mesh size and also track particles inside the mesh size element
|
|
June 30, 2023, 09:44 |
|
#10 |
Member
desimuser1
Join Date: Mar 2023
Posts: 35
Rep Power: 3 |
i think MPPIC foam is for transient incompressible calculations.
i think you can use coal chemistry, reacting parcel, spray, spray dynamic mesh solvers for it |
|
June 30, 2023, 20:14 |
|
#11 | |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Quote:
But I never went through the theory ...
__________________
Keep foaming, Tobias Holzmann |
||
July 3, 2023, 00:41 |
|
#12 | |
Member
desimuser1
Join Date: Mar 2023
Posts: 35
Rep Power: 3 |
Quote:
thank you toby been a fan |
||
November 1, 2023, 08:21 |
|
#13 |
Member
mahdi
Join Date: Nov 2015
Location: Paris, France
Posts: 32
Rep Power: 11 |
The problem arises when you want to use two-way coupling.
If the particle size is big compared to the mesh size, you will get a wrong particle velocity, wrong fluid-particle forces (mostly drag) and wrong volume fraction. These are field quantities based on the CFD mesh and are obtained from the locations, the sizes, and the velocities of each individual particles as well as the fluid forces acting on them. So, in the literature, it mentioned that particle size should be 3-5 times smaller than mesh size. (I found even 25 times smaller in some cases) Last edited by rezaeimahdi; November 1, 2023 at 12:00. |
|
March 3, 2024, 00:12 |
|
#14 | |
New Member
Join Date: Oct 2014
Posts: 23
Rep Power: 12 |
Quote:
thanks for the information provided. I am trying to simulate a bubbly flow using discrete phase modeling. So far, I was using MPPICFoam and tonight I found out, as you said, wrong answers will be produced if particles sizes are big. mine have the same size as mesh elements! Do you know how I may be able to do such simulation (DPM with particles having same size as mesh elements) using OpenFOAM? |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
General questions of MPPICFoam | TurbJet | OpenFOAM | 1 | August 11, 2023 08:46 |