Difference between revisions of "HowTo Adding a new boundary condition"

From OpenFOAMWiki
(Initial document layout)
 
Line 1: Line 1:
 
== A simple example: parabolic velocity inlet ==
 
== A simple example: parabolic velocity inlet ==
Stuff to add here
+
Stuff to add here.
 +
 
 +
Basically, I will start by using an piece of code Hrv published on the OF mailing list.
 +
 
 +
First thing first, I will implement that BC on my workstation, and build that document step by step.
 +
 
 +
  
 
== Compiling the source code==
 
== Compiling the source code==

Revision as of 20:39, 23 June 2007

1 A simple example: parabolic velocity inlet

Stuff to add here.

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

First thing first, I will implement that BC on my workstation, and build 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 Testing with a simple case

Stuff to add here

6 Gotchas and solutions

Stuff to add here