|
[Sponsors] |
June 28, 2018, 20:48 |
Online Doxygen for foam-extend-4.0
|
#1 |
Member
Jack
Join Date: May 2015
Posts: 98
Rep Power: 11 |
Dear all,
Could someone please direct me to the online documentation for foam-extend-4.0 where I can peruse all the wonders of the openFoam class hierarchy? Something equivalent to: https://cpp.openfoam.org/dev/ Thank you! |
|
August 9, 2020, 18:06 |
|
#2 |
New Member
Marc
Join Date: Oct 2017
Posts: 11
Rep Power: 9 |
I am looking for the same. Does such a thing exist?
|
|
March 5, 2021, 08:34 |
|
#3 |
Senior Member
|
I think not, but you can compile from the code: https://sourceforge.net/p/foam-exten...e/doc/Doxygen/
|
|
February 17, 2022, 10:34 |
|
#4 |
New Member
Pengcheng Zhang
Join Date: Aug 2021
Posts: 14
Rep Power: 5 |
You can try the following method:
1. Command: sudo apt-get install doxygen graphviz 2. Command: cd $WM_PROJECT_DIR/doc/Doxygen 3. Open the file named "Doxyfile" and modify it with vim/gedit. Make sure: "SEARCHENGINE = YES", "SERVER_BASED_SEARCH = NO" and "LOOKUP_CACHE_SIZE = 3". Save and close it. (Otherwise, the search function won't work) 4. Command: doxygen -w html FoamHeader.html FoamFooter.html Doxygen.css Doxyfile 5. Command: ./Allwmake 6. Done. Just open the html file with Web browsers(firefox/chrome) For firefox, command: firefox $WM_PROJECT_DIR/doc/Doxygen/html/index.html It is offline. I have succeed in foam-extend-4.1. Hope that will also work in foam-extend-4.0. |
|
Tags |
doxygen, foam extend 4.0, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
NO Moving Probes for Moving Mesh in Foam Extend 4.0 | alia | OpenFOAM Running, Solving & CFD | 6 | June 25, 2018 10:24 |
Possible Memory problem with foam extend 4.0 | HenrikJohansson | OpenFOAM Running, Solving & CFD | 1 | April 19, 2018 09:07 |
MRFSimpleFoam for a centrifugal pump (OF Extend 4.0): slow and no convergence | jgross | OpenFOAM Running, Solving & CFD | 6 | February 17, 2018 10:37 |
[foam-extend.org] Foam Extend 4.0 on MAC | simone.rowing | OpenFOAM Installation | 1 | July 2, 2017 16:23 |
CFD Online Celebrates 20 Years Online | jola | Site News & Announcements | 22 | January 31, 2015 01:30 |