VirtualFluids 0.1.0
Parallel CFD LBM Solver
|
To build sustainable research software, it is mandatory to document code. Even if it turns out that some developments are not continued, documentation is important to help future scientists to learn from the own experiences.
The documentation of the source code takes place…
The Doxygen documentation is automatically generated and deployed using a Gitlab-CI job. The pages are hosted on Gitlab page here: VirtualFluids Documentation. The main configuration of the Doxygen Pages is done in the file docs/doxygen/Doxyfile
. For styling the pages are based on the doxygen-awesome-css theme.
The Documentation is build from two main parts:
This part is sorted into groups using different special comments in the source code. For example the the file src/lbm/collision/CollisionParameter.h
is sorted into the group lbm
and the subgroup collision
. This is done by the following comment in the source code:
The markdown files are automatically translated into html files. To add the files also in the sidebar, the file docs/doxygen/DoxygenLayout.xml
needs to be updated.