
                   mpi_duct

       Turbulent Flow in Duct modeled by LES
     using two-stage time differencing scheme
based on higher accuracy scheme for compressinle gas

         Parallel (MPI) version of "duct.c"
              tested under MPICH-1.2.1         

---

 written by Andrei Chernousov
 E-mail: <andrei99@iname.com>
 http://www.geocities.com/andrei_chernousov/freecfd.htm
 Version 2.2, January 18, 2002

---

mpi_duct.c: source. 
            Make it.
            Edit "pg_mpi_duct" file to fit your needs.	    
            "run" the binary in parallel using MPI.
            File "mpi_duct.bin" must be in same directory.
            To stop running MPI program "mpi_duct", change 'g' in "stopfile" to 's'.	    
		       
/ini2bin  : convert *.ini file to *.bin file for mpi_duct only
/prep     : preparation of initial data for square duct flow; some values 
            for "mpi_duct.ini"
/duct     : averaging the computed data for specified timestep intevals 
/gnuplot  : example command files for gnuplot to plot flowfield from "datafile.dat"
/mb2dat   : merging separate frames to one datafile: "datafile.dat" 
            for Gnuplot of "winfield.dat" for winfield.exe
/winfield : a kind of alternate visualizing utility....

---