Skip to main content

Moving-Lid-Driven Flow Simulation by Finite Difference Method

The listed repository contains code written in C++ to model the flow inside a cavity with a lid moving above from left to right by discretizing incompressible N-S equations with finite difference method. For the governing equations, artificial viscosity has been considered to increase the stability. In terms of solving the resulted algebraic equation system, both the Point Jacobi Method and Symmetric Gauss Seidel methods have been used for the iteration process.

0
People found this useful

Category

documentation

Skill Level

Intermediate