Introduction - If you have any usage issues, please Google them yourself
containing codes for solving the two-dimensional convection/diffusion equation (scalar transport in a given
velocity field, steady and unsteady) using Finite-Volume method and Cartesian grid, and for solving the steady and unsteady Navier-Stokes equations using Cartesian grids and a colocated arrangement of variables. It also contains a code for generating Cartesian grid (single or multigrid), and for plotting the results of computations. The latter code produces postscript files of each plot page: grid, velocity vectors, profiles of velocity or temperature, isobars, isotherms or streamlines, and color-fill plots of pressure, temperature or streamlines. Change to this directory and read the local 'readme' file for further information on files in that directory. The subdirectory PIPE contains a version of the code that is set for pipe flow; it includes inlet and outlet boundary conditions, and the global mass flux correction in the SIMPLE-algorithm