Posts related to fluid dynamics

Laminar flow backward facing step flow

Laminar Backward Facing Step flowThis article focuses on a well-known fluid mechanics problem called “Backward facing step flow” Introduction The problem of flow in the vicinity of a step is a well-known benchmark for validating CFD codes and estimating the performances of turbulence models. It has the main objective of studying the phenomenon of boundary…

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…