Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 930 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 930 Bytes

cme207 - Lid Driven Cavity Flow

Numerical simulator for 2D - lid driven cavity problem

Governing Equations

Incompressible Navier Stokes Equation

Feature method

  • Staggered grid
  • Prediction-correction method
  • Upwinding discretization

Example Results

  • Pressure field

  • Velocity field

Usage

Simulator/main.m

You can define Reynolds number, grid size and time step.