Difference between revisions of "Programming5"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 17: Line 17:
  
  
You can download the case files in this [http://www.wolfdynamics.com/wiki/codeStream_BC.tar.gz link].
+
You can download the case files in this [http://www.wolfdynamics.com/wiki/prog_src_BC.tar.gz link].
  
  
 
Go back to the [https://wiki.openfoam.com/Collection_by_authors#Joel_Guerrero contributions page].
 
Go back to the [https://wiki.openfoam.com/Collection_by_authors#Joel_Guerrero contributions page].

Revision as of 09:27, 7 August 2019


Programming in OpenFOAM - Implementing boundary conditions using OpenFOAM API (high-level programming)

Programming BC with codeStream

In these slides, we cover how to implement boundary conditions using OpenFOAM API (high-level programming).

This is the hard way, if you use codeStream you will save a lot of time and pain.


You can download the case files in this link.


Go back to the contributions page.