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:

cd …/OpenFOAM-dev/etc
source bashrc
cd ../doc
./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:

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

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

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