Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 305 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 305 Bytes

Finite_Volume

these are some basic codes that solve transport equation by finite volume method. this code solves 1D steady-state convection-Diffusin equation. this is too easy to undersatnd and is the first step for developing more commplex codes. the convection terms are discretized by Upwind scheme.