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

From OpenFOAMWiki
m
Line 1: Line 1:
== A simple example: parabolic velocity inlet ==
+
== A simple example: a slightly modified parabolic velocity BC ==
Stuff to add here.
+
  
 
Basically, I will start by using an piece of code Hrv published on the OF mailing list.  
 
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.  
+
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.
 
+
+
  
 
== Compiling the source code==
 
== Compiling the source code==

Revision as of 21:10, 23 June 2007

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 Testing with a simple case

Stuff to add here

6 Gotchas and solutions

Stuff to add here