HowTo Adding a new boundary condition

From OpenFOAMWiki
Revision as of 23:01, 23 June 2007 by MBeaudoin (Talk | contribs)

1 A simple example: a slightly modified parabolic velocity BC

Basically, I will start by using an piece of code Hrv published on the OF mailing list.

First thing first, I will implement a slight variant of that BC on my workstation, this will help me in building that document step by step.

2 Compiling the source code

Stuff to add here

3 Adding the new BC to libfoamUser

Stuff to add here

4 Adding the new BC to FoamX

Stuff to add here

5 Adding a dictionnary

Stuff to add here

6 Testing with a simple case

Stuff to add here

7 Gotchas and solutions

Stuff to add here