README.rst (807B)
1 ================ 2 lbm-d3q19 readme 3 ================ 4 lbm-d3q19 is a simple, three-dimensional lattice-Boltzmann code to approximate 5 the Navier-Stokes equations of incompressible fluid flow. 6 7 Requirements 8 ------------ 9 The build requirements are: 10 * A C compiler, from e.g. the `GNU Compiler Collection 11 <http://gcc.gnu.org/>`_ (GCC) 12 * Gnuplot for result visualization 13 14 Obtaining lbm-d3q19 15 ------------------- 16 The best way to keep up to date with subsequent updates, bugfixes and 17 development, is to use the Git version control system. To obtain a local 18 copy, execute:: 19 20 git clone git://src.adamsgaard.dk/lbm-d3q19 21 22 Build and run instructions 23 -------------------------- 24 lbm-d3q19 is built using `make`, the platform-specific C compiler. 25 Execute the following commands from the root directory:: 26 27 make 28