Programming by Robert Lee

From OpenFOAM Wiki
Revision as of 05:10, 12 October 2017 by Jozsef Nagy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Go back to Day 11.

Programming - Introduction

In these videos

you will find a short and compact introduction to the main steps required, if you would like to create your own custom solver. As an example, you will implement a solver with time profiling. You will learn about

  • commands required
  • compilation
  • output
  • using exiting code as a starting point