When and why should particle redistribute() with nGrow be used? #4772
Replies: 2 comments
-
|
I am not exactly sure what you mean by "the source be transferred to the liquid phase correctly". I suppose it can be handled by having enough ghost cells in the mesh data. In fact, even if particles are in valid cells, you may still need to have ghost cells if the "transfer" is not limit to the cell that contains that particle. |
Beta Was this translation helpful? Give feedback.
-
|
The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the example AmrCoreAdv or AmrLevelAdv, the redistribute() is called posttimestep, and with nGrow=iteration for the refined mesh. When the particle is in the grown cell, how can the source be transferred to the liquid phase correctly?
Beta Was this translation helpful? Give feedback.
All reactions