Difference between revisions of "OpenFOAM guide/Programmer's Guide Errata"

From OpenFOAMWiki
(Added links to objectRegistry, tmp, and runtime selection articles)
Line 18: Line 18:
  
 
[[Input/Output operations using dictionaries and the IOobject class | Input/Output operations using dictionaries and the IOobject class]]
 
[[Input/Output operations using dictionaries and the IOobject class | Input/Output operations using dictionaries and the IOobject class]]
 +
 +
[[snip_objectRegistry|The objectRegistry explained]]
 +
 +
[[snip_tmp_explained|The tmp<> class explained]]
 +
 +
[[snip_runtime_selection_mechanism|OpenFOAM's runtime selection mechanism]]

Revision as of 22:37, 2 March 2010

Annotations concerning the OpenFOAM Programmer's Guide

Notes to contributors: Please include the chapter number of the printed version to avoid confusion (the Wiki might give different chapter numbers)

1 Chapter 1: Tensor mathematics

2 Chapter 2: Discretisation procedures

The SIMPLE algorithm in OpenFOAM

The PISO algorithm in OpenFOAM

3 Chapter 3: Examples of the use of OpenFOAM

4 Chapter 4: Programming techniques

Introduction to OpenFOAM Programming, A Walk Through reactingFOAM

Input/Output operations using dictionaries and the IOobject class

The objectRegistry explained

The tmp<> class explained

OpenFOAM's runtime selection mechanism