HemeLB¶
A typical workflow with HemeLB consists of four steps:
-
A preprocessing step where you create a mesh or geometry file (we use extension .gmy) from a representation of the surface of your domain. For this, you need to use the application in the geometry-tool directory. Documentation
-
Setting options in the configuration XML file, such as timestep and output data and frequency. Documentation
-
Compiling and running the main application.
-
Post processing the results, using the Python packages in the python-tools directory. Documentation
You can get started following our quick-start tutorial.