Numerical modeling of Rayleigh-Taylor instabilty vith interFoam

Numerical modeling of Rayleigh-Taylor instability with interFoam solverThe objective of this post is to illustrate an the numerical modeling of Rayleigh Taylor’s instability with OpenFOAM® and the interFoam solver (biphasic VOF incompressible laminar/turbulent anisotherme solver). Introduction The Rayleigh-Taylor instability is an instability of the interface separating two immiscible fluids ; the densest of which rests…

Automatic mesh refinement using OpenFOAM®

How to use dynamicRefineFvMesh library using OpenFOAM® OpenFOAM® has a library (dynamicRefineFvMesh) allowing to realize an automatic mesh refinement during the computation process. This library is used with solvers containing “DyM” in their name (pimpleDyMFoam, interDyMFoam ..). For this article, we will illustrate the possibilities offered by this library with the interDyMFoam solver (version compatible…