Programming boundary conditions by Gavin Tabor

From OpenFOAM Wiki
Revision as of 12:46, 21 September 2016 by Jozsef Nagy (talk | contribs) (Created page with "* '''author''': Gavin Tabor * '''affiliation''': College of Engineering, Mathematics and Physical Sciences, University of Exeter * '''contact''': G.R.Tabor@exeter.ac.uk * '''O...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • author: Gavin Tabor
  • affiliation: College of Engineering, Mathematics and Physical Sciences, University of Exeter
  • contact: G.R.Tabor@exeter.ac.uk
  • OpenFOAM version: 3.0.1
  • Published under: CC BY-NC-SA license ([https:// creativecommons.org/licenses creative commons licenses])

Go back to Day 12.

Writing new boundary conditions in OpenFOAM

this tutorial gives you an extensive walkthough of the implementation of a custom boundary condition. You will see the main steps and compile the code in order to run a case, where you utilize the boundary condition. The topics covered are:

  • classes in OpenFOAM
  • polymorphism
  • runtime selection
  • boundary conditions
  • testing