Difference between revisions of "Programming5"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 10: Line 10:
 
=[http://www.wolfdynamics.com/wiki/programming_BC_highlevel.pdf Programming in OpenFOAM - Implementing boundary conditions using OpenFOAM API (high-level programming)]=
 
=[http://www.wolfdynamics.com/wiki/programming_BC_highlevel.pdf Programming in OpenFOAM - Implementing boundary conditions using OpenFOAM API (high-level programming)]=
  
[[File:joegi_f7.png|500px|right|Programming BC with codeStream]]
+
[[File:prog_HL_BC.png|500px|right|Programming BC with codeStream]]
  
 
In these [http://www.wolfdynamics.com/wiki/programming_BC_highlevel.pdf slides], we cover how to implement boundary conditions using OpenFOAM API (high-level programming).  
 
In these [http://www.wolfdynamics.com/wiki/programming_BC_highlevel.pdf slides], we cover how to implement boundary conditions using OpenFOAM API (high-level programming).  

Revision as of 09:36, 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.