Skip to content

Re: beginner. How to install and perform??

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics beginner. How to install and perform?? Re: beginner. How to install and perform??

#2317
robin.trunk
Participant

You can run the programm by ./cavity2d or in parallel by mpirun -np X cavity2d, here X gives the number of processes for parallel execution.rnThe resulting data for visualization can be found in the subfolder tmp/. In imageData are pictures written by the GifWriter, whereas in vtkData are files that can be visualized using Paraview. Here you have filters like the Stream Tracer or Contour that should do the job.rnrnBestrnRobin