openfoam/openfoam

OpenFOAM is a free, open source computational fluid dynamics (CFD) software package produced by OpenCFD Ltd with twice yearly releases.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/openfoam/openfoam/

Thank you to whomever built OpenFOAM for F35. You just saved me a lot of time.

Fedora rocks !

BTW, the documentation isn’t built in openfoam-default. Would be nice if it was, especially the Doxygen help tips.

Is there an easy way to build it without building everything ?

Look what I found: file:///usr/lib/openfoam/openfoam2112/doc/Doxygen/README.html

However:
doxygen -w html header.html footer.html customdoxygen.css
warning: Tag ‘TCL_SUBST’ at line 238 of file ‘Doxyfile’ has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using “doxygen -u”
warning: Tag ‘COLS_IN_ALPHA_INDEX’ at line 1026 of file ‘Doxyfile’ has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using “doxygen -u”
warning: Tag ‘PERL_PATH’ at line 2083 of file ‘Doxyfile’ has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using “doxygen -u”
warning: Tag ‘MSCGEN_PATH’ at line 2105 of file ‘Doxyfile’ has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using “doxygen -u”
warning: argument ‘a4wide’ for option PAPER_TYPE is not a valid enum value
Using the default: a4!
warning: tag INPUT: input source ‘/src’ does not exist
warning: tag INPUT: input source ‘/applications/utilities’ does not exist
warning: tag INPUT: input source ‘/applications/solvers’ does not exist
warning: tag INPUT: input source ‘/modules/doc’ does not exist

I suspect I had to tell it where the root project directory was ?