Day 11

From OpenFOAM Wiki
Jump to navigation Jump to search

Welcome to Day 11. By now you should be able to run simulations of real life problems with OpenFOAM. In some cases models might not be implemented in the source code. OpenFOAM offers through an open source code the possibility to add models to the existing code. This might be a challenging task, but with the following tutorials, you will get a basic understanding of the work flow.

Go back to "3 weeks" series.

Programming - Implementing boundary condtions using codeStream

In this tutorial we cover how to custom implement boundary conditions using codeStream.

Programming - Field initialization using codeStream

In this tutorial we cover further steps how to implement custom boundary conditions using codeStream.

Programming - Creating a basic solver from scratch

In this tutorial we cover how to implement a basic solver from scratch.

Programming - Adding a passive scalar to icoFoam

In this tutorial (and using as starting point the previous tutorial), we cover how to add a passive scalar to icoFoam.

End of Day 11

This is the end of Day 11. Today you got a basic introduction into programming in OpenFOAM. We hope, that you had fun and you will still come back tomorrow for more programming. See you tomorrow!