Skip to content
/ fvm Public

Monolithic staggered finite volume solvers in 2D

Notifications You must be signed in to change notification settings

jviquerat/fvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fvm

Monolithic finite volume codes in 2D.

Contents

This repository contains a handful of 2D staggered finite volume codes for simple flow problems. The implementations heavily borrow from this repository. The numerical scheme is kept as simple as possible:

  • Centered or upwind fluxes
  • Structured grid
  • Incremental pressure correction method

Results

Lid-driven cavity Rayleigh-Benard convection
Passive scalar transport
Poiseuille flow
Von Karman flow