1

Previous: OpenFOAM Source-Code C++ Documentation Up: OpenFOAM Source-Code C++ Documentation Next: Structure and compilation

This is an automatically generated documentation by LaTeX2HTML utility. In case of any issue, please, contact us at info@cfdsupport.com.

Generating OpenFOAM Source-Code C++ Documentation

If you have standard OpenFOAM installation (e.g. from Ubuntu packages), navigate to the installation directory and than run following commands:

1 3cd …/OpenFOAM-dev/etc
1 3source bashrc
1 3cd ../doc
1 3./Allwmake

If you use OpenFOAM in Box by CFD support, the process is slightly different. Navigate to the installation directory and and run following commands:

1 3cd …/OpenFOAM-dev/etc
1 3source bashrc
1 3cd ../doc
1 3source $WM_THIRD_PARTY_DIR/etc/packages.sh
1 3export FONTCONFIG_FILE=$fontconfigInstallPath/etc/fonts/fonts.conf
1 3export FONTCONFIG_PATH=$fontconfigInstallPath/etc/fonts
1 3./Allwmake

Once you finish this process, in directory html you find file index.html, which you can browse in any web browser.

CFDsupport programming training cpp source guide homepage

Figure: C++ Source-Code Documentation homepage – generated by Doxygen