Programming by Stefan Radl

From OpenFOAM Wiki
Revision as of 21:51, 15 February 2019 by Stefan Radl (talk | contribs) (→‎Programming - introduction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Go back to Day 12.

Go back to Stefan's collection

Go back to Programming

Programming - introduction

These video will give you a step by step walk through of programming your own application or library that can be loaded into an existing OpenFOAM application. It will guide you through the steps in C++ to write the code and compile it. You will test the code with a simple case. The focus is on:

  • C++ basics
  • compilation & testing
  • basic code structure (library and executable)

Also, an overview of available divergence schemes is provided.

SessionC header.png

This FILE contains the slides, source code, as well as the case.

The videos can be found here: