Difference between revisions of "Programming"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
* [https://wiki.openfoam.com/Programming1 Guerrero] describes how to implement and test BCs using codeStream.
 
* [https://wiki.openfoam.com/Programming1 Guerrero] describes how to implement and test BCs using codeStream.
 
* [https://wiki.openfoam.com/Programming2 Guerrero] describes field initialization using codeStream.
 
* [https://wiki.openfoam.com/Programming2 Guerrero] describes field initialization using codeStream.
 +
* This [https://wiki.openfoam.com/Programming_boundary_conditions_by_Gavin_Tabor tutorial by Gavin Tabor] covers the implementation of custom boundary conditions.
  
 
'''Customizing solvers'''
 
'''Customizing solvers'''

Revision as of 08:11, 19 March 2017

Small introduction

Go back to Collection by topic.

Programming

Complete Programming Courses

Intro: Compilation and Testing

Implementation of Initial and Boundary Conditions

  • Guerrero describes how to implement and test BCs using codeStream.
  • Guerrero describes field initialization using codeStream.
  • This tutorial by Gavin Tabor covers the implementation of custom boundary conditions.

Customizing solvers

Debugging

  • See the list of tools by Stefan Radl to get an overview of debugging tools.

Further reading

  • Hakan_Nilsson Nilsson's collection [1] comprises several reports that include programming.