Difference between revisions of "Programming5"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics
 
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics
 
* '''contact''': <mail address='joel.guerrero@unige.it' description='author'>click here for email address</mail>
 
* '''contact''': <mail address='joel.guerrero@unige.it' description='author'>click here for email address</mail>
* '''OpenFOAM version''': 7
+
* '''OpenFOAM version''': 6
 
* '''published under''': CC BY-SA license ([https://creativecommons.org/licenses creative commons licenses])
 
* '''published under''': CC BY-SA license ([https://creativecommons.org/licenses creative commons licenses])
  

Revision as of 18:22, 18 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 at this link.
  • You can download the meshes and geometries at this link.


Go back to the contributions page.