Skip to content
#

navier-stokes

Here are 81 public repositories matching this topic...

This repository contains a Fortran implementation of a 2D flow using the projection method, with Finite Volume Method (FVM) approach. The code solves Navier Stokes equations in a 2D lid driven cavity, with computation of the rotational as well.

  • Updated Mar 7, 2019
  • Fortran

Implemented a NS solver using SIMPLE algorithm and solved the benchmark cavity problem. There are some small bugs that have to be fixed. But the thoery behind the code is well established. I used reference from a CFD book written by Versteeg. I found the explanation in this book to be better compared to the Patankar book. Next part is to implement the channel flow benchmark problem using this code.

  • Updated Aug 21, 2020
  • C++

Improve this page

Add a description, image, and links to the navier-stokes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the navier-stokes topic, visit your repo's landing page and select "manage topics."

Learn more