Hello,
I'm using Code_Saturne v4.0 (I cannot switch to 5.0 because all my development was in lagrangian part of v4.0). I'm developping the modelling of the collision between particles. To validate my development, I need to create a box with periodic boundary conditions for particles for 6 faces of the box. So my question is: is the periodic boundary condition for the particulate phase coded in Code_Saturne v4.0? (I know that it was done for the gas phase). I didn't found the periodic bc for the particle in the source code, so do you have any suggestion on how to add this to Code_Saturne?
Thanks in advance,
Best regard,
LE Hong Duc
Periodic boundary conditions for particulate phase
Forum rules
Please read the forum usage recommendations before posting.
Please read the forum usage recommendations before posting.
-
- Posts: 4208
- Joined: Mon Feb 20, 2012 3:25 pm
Re: Periodic boundary conditions for particulate phase
Hello,
You probably did not look in the right sources (you can grep for "perio" in the code sources). In Code_Saturne, periodicity is a property of the mesh, and periodic faces are interior faces, not boundary faces. Periodic exchanges are handled using ghost cells, using the same mechanism as parallelism (+ some geometric transformations). So the Lagrangian module has been compatible with periodicity at least since version 3.0 of the code.
Best regards,
Yvan
You probably did not look in the right sources (you can grep for "perio" in the code sources). In Code_Saturne, periodicity is a property of the mesh, and periodic faces are interior faces, not boundary faces. Periodic exchanges are handled using ghost cells, using the same mechanism as parallelism (+ some geometric transformations). So the Lagrangian module has been compatible with periodicity at least since version 3.0 of the code.
Best regards,
Yvan
Re: Periodic boundary conditions for particulate phase
Hello Yvan,
Thanks for the quick answer. I will take a look at it.
Best regard,
LE Hong Duc
Thanks for the quick answer. I will take a look at it.
Best regard,
LE Hong Duc