############################ OpenFOAM 6 - Moving Mesh ############################ Install Doxygen OpenFOAM6 ########################### Doxygen documentation system generates HTML documentation that allows the reader to quickly find information in the class in question. To install openfoam: https://openfoamwiki.net/index.php/Installation/Linux/OpenFOAM-6/CentOS_SL_RHEL in the installation you can put an alias to OpenFOAM whe choose of6 To start the openfoam6 environment in a terminal write: .. code-block:: bash of6 Then type .. code-block:: bash cd $WM_PROJECT_DIR/doc/Doxygen/ ./Allwmake $WM_PROJECT_DIR/doc/Doxygen/html/index.html To see in the browser .. code-block:: bash file:///home/hgasca/OpenFOAM/OpenFOAM-6/doc/Doxygen/html/index.html PDF documentation ################### Go to the folder .. code-block:: bash cd $WM_PROJECT_DIR/doc/Guides/ OpenFOAMUserGuide-USletter