Skip to content

Re: how to get started with openlb

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum please send a message via our contact form.

Forums OpenLB General Topics how to get started with openlb Re: how to get started with openlb

#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).