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

From OpenFOAMWiki
m (Wyldckat moved page Main ProgrammerGuideAddendum to OpenFOAM guide/Programmer's Guide Errata: Since this page has been replaced by OpenFOAM_guide, I'm reassigning this page to becoming an Errata for the official (and semi-hidden) Programmer...)
(Restructured the page for becoming an Errata)
Line 1: Line 1:
Annotations concerning the OpenFOAM ''Programmer's Guide''
+
Community created ''Errata'' for 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)  
 
Notes to contributors: Please include the chapter number of the printed version to avoid confusion (the Wiki might give different chapter numbers)  
Line 7: Line 7:
  
 
== Chapter 2: Discretisation procedures ==
 
== Chapter 2: Discretisation procedures ==
[[The SIMPLE algorithm in OpenFOAM]]
 
 
[[The PISO algorithm in OpenFOAM]]
 
  
 
== Chapter 3: Examples of the use of OpenFOAM ==  
 
== Chapter 3: Examples of the use of OpenFOAM ==  
Line 15: Line 12:
  
 
== Chapter 4: Programming techniques ==
 
== Chapter 4: Programming techniques ==
[[Introduction to OpenFOAM Programming, A Walk Through reactingFOAM ]]
 
 
[[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]]
+
== Known threads on this topic ==
 +
* [http://www.cfd-online.com/Forums/openfoam-bugs/104867-bug-programmers-guide-divergence-tensor-field.html Bug in the programmer's guide: divergence of a tensor field]

Revision as of 08:38, 7 September 2013

Community created Errata for 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

3 Chapter 3: Examples of the use of OpenFOAM

4 Chapter 4: Programming techniques

5 Known threads on this topic