Re: how to get started with openlb
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › how to get started with openlb › Re: how to get started with openlb
January 20, 2012 at 9:07 am
#2021
mathias
Keymaster
Providing you have installed a compiler like gnu’s gcc you just need to (1) adapt the file “”Makefile.inc”” in the main directory and type “”make”” in one of the example directories. Then, (2) “”./nameOfExample””, where “”nameOfExample”” is the actual considered example case like “”cavity2d””, will start the simulation. In case you are working with the gnu gcc compiler you can skip step (1).