This project implements a sink term applicable to the momentum conservation equation of the multiphase OpenFOAM solvers (interFoam, interIsoFoam), which attenuates velocities in the air phase.
The sink term has the following expression:
where
with
- Just copy the
fvOption
file into theconstant
folder of your simulation. - The attenuation rate and alpha threshold con be easily changed in the source code.
- Always ensure that the sink term doesn't affect the problem solution.
- Artifially limiting the air velocity can lead to increased velocity gradients near the free surface, and hence additional turbulence production in that region.
This project is licensed under the MIT License - see the LICENSE.md file for details
Nicolás Diego Badano (https://www.linkedin.com/in/nicolas-diego-badano/)