Difference between revisions of "Programming archive"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
'''Intro: Compilation and Testing'''
 
'''Intro: Compilation and Testing'''
 +
* The [https://wiki.openfoam.com/Programming_by_Stefan_Radl screencast tutorials by Stefan Radl] provide details on compilation and basic testing of new code.
 
* [https://wiki.openfoam.com/Programming_by_Robert_Lee Lee's compact introduction] to compilation using existing code.
 
* [https://wiki.openfoam.com/Programming_by_Robert_Lee Lee's compact introduction] to compilation using existing code.
  

Revision as of 05:25, 18 December 2020

One of the most relevant capabilities of OpenFOAM the possibility of creating new solvers and features, required for specific needs, which are done with Programming. You can find below a list of tutorials that covers Programming in OpenFOAM.

Go back to Archive section.

Programming

Complete Programming Courses

C++


Intro: Compilation and Testing

Implementation of Initial and Boundary Conditions

Customizing solvers

Debugging