|
[Sponsors] |
September 10, 2014, 19:26 |
cyclic boundary conditions for particles
|
#1 | |
Member
Join Date: Nov 2012
Location: Liverpool, UK
Posts: 51
Rep Power: 14 |
Hello,
I'm using MPPICFoam (v2.3.0). A simple test case in a column has been set up. Particles are sitting on the bed initially. I want to set the left and right patch to be cyclic for the particles, so that particles that escape from the left patch will enter through the right patch again. Therefore, equilibrium status can be achieved using less computational resources. I tried Quote:
Then I simply tried out using 'escape' for the left patch and right patch, both of which are of the patchType cyclic and correspond to each other. But as expected, particles just escape and cannot enter into the domain again. Just wondering how can I specify periodic boundary conditions for particles? thanks, Sophie |
||
February 11, 2015, 16:16 |
|
#2 |
Member
Nadish Saini
Join Date: Feb 2014
Location: Raleigh, North Carolina
Posts: 39
Rep Power: 12 |
Hello Sophie,
I am currently working on developing my own code for particle interaction and i need to employ periodic BC on left and right faces. I am however working on a structured grid solver. In Control volume approach you usually generate ghost cells around the original grid wherein you can apply the BC's. So for example particles exit from right most cell of the original grid to the ghost cell, you then specify that the particle coordinates are changed so that it 'appears' in the leftmost grid cell at the corresponding coordinate. I am not an expert on unstructured grids but i am sure the implementation would be similar in principle. I am curious if OF offers such a BC for particles. Please share if you have found a solution. Thanks & Regards. |
|
March 1, 2016, 13:32 |
|
#3 |
Member
Charlie Lloyd
Join Date: Feb 2016
Posts: 57
Rep Power: 10 |
Hello,
Sorry to restart this thread but I am trying to tackle a similar problem using DPMFoam and require cyclic boundary conditions for the particle phase. Did either of you manage to find a solution to this problem? Thanks, Charlie |
|
March 28, 2016, 12:19 |
|
#4 |
New Member
Jesus Ramirez
Join Date: Aug 2014
Location: Colombia
Posts: 13
Rep Power: 12 |
Hello all,
I am also trying to figure out how to implement cyclic BC's for the particles. Have you already a solution or any idea?. Thank you. |
|
March 30, 2016, 07:05 |
|
#5 | |
Member
Charlie Lloyd
Join Date: Feb 2016
Posts: 57
Rep Power: 10 |
Quote:
I havn't validated the model yet but it is possible to apply cyclic BCs if you change the 'patchInteractionModel' to 'standardWallInteraction' and just specify the interaction coefficients for the wall. Although there is no fvOptions term in the velocity equation in DPMFoam so you can't specify a bulk flow velocity. To stop the flow slowing down over time you have to add fvOptions to DPMFoam. You can look at the standard pimpleFoam solver to see how this is done. Hope that helps! |
||
April 1, 2016, 08:28 |
|
#6 | |
New Member
Jesus Ramirez
Join Date: Aug 2014
Location: Colombia
Posts: 13
Rep Power: 12 |
Quote:
Thank you for your answer. I am going to do it and I will tell you how it was. |
||
May 18, 2016, 09:36 |
Particles are inserted in DPMFoam cyclic BCs
|
#7 |
New Member
Muhammad Usman
Join Date: Nov 2015
Location: Germay
Posts: 15
Rep Power: 11 |
Hello everyone,
I have to add fvOptions to DPMFoam eventhough no particle has been inserted to DPMFoam when I applied cyclic BCs. Thank you. |
|
September 11, 2016, 04:58 |
particle stress model
|
#8 |
New Member
Saeed
Join Date: Sep 2016
Posts: 16
Rep Power: 10 |
Hello dears,
Can anybody explain the parameters "Ps" and "beta" in Harris-Crighton model for particle stress?? I couldn't find any refrences. what are the values for different particles?? Thank you |
|
November 10, 2017, 17:08 |
|
#9 |
Member
Joaquín Neira
Join Date: Oct 2017
Posts: 38
Rep Power: 9 |
Hi,
Has anyone found a solution to this? I have a test case where the left and right patch have different pressures so there is flow. My question is: how can I keep this condition but also let those patches be cyclic for the particles? |
|
January 24, 2018, 13:56 |
|
#10 |
New Member
Dominik Münch
Join Date: Oct 2017
Posts: 3
Rep Power: 9 |
Did you make the coincidentBaffleInteraction work or did you find another way to assign cyclic boundary conditions for a particle simulation? Unfortunately I also haven't made it work for me yet although spending a lot of time on it.
|
|
October 13, 2020, 10:44 |
|
#11 |
Senior Member
Reviewer #2
Join Date: Jul 2015
Location: Knoxville, TN
Posts: 141
Rep Power: 11 |
For people who run into this problem,
In order to get the cyclic for the particle follows: 1. give cyclic boundary condition in for the flow (i.e., cyclic in blockMesh and flow solver) 2. DO NOT specify the boundary condition in the "localInteractionCoeffs" Thanks, Rdf |
|
September 9, 2021, 18:18 |
|
#12 | |
Senior Member
Julio Pieri
Join Date: Sep 2017
Posts: 107
Rep Power: 9 |
Quote:
|
||
Tags |
cyclic bc, particles |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Cyclic boundary conditions - not parallel patches | Villo | OpenFOAM Running, Solving & CFD | 3 | July 14, 2014 23:50 |
Low Mixing time Problem | Mavier | CFX | 5 | April 29, 2013 01:00 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
snnappyHexMesh with cyclic boundary conditions | longamon | OpenFOAM | 2 | May 9, 2011 13:28 |
periodic and cyclic boundary conditions | Hadi | Main CFD Forum | 2 | June 29, 2007 08:19 |