Programming by Alexander Vakhrushev

From OpenFOAM Wiki
Revision as of 11:45, 21 September 2016 by Jozsef Nagy (talk | contribs)
Jump to navigation Jump to search
  • author: Alexander Vakhrushev
  • affiliation: Montanuniversität Leoben, Austria
  • contact: alexander.vakhrushev@unileoben.ac.at
  • OpenFOAM version: ???
  • Published under: CC ??? license ([https:// creativecommons.org/licenses creative commons licenses])

Go back to Day 11.

[https:// www.dropbox.com/sh/nu3cyx1ekft6wax/AADlPE9FPb3rDgMrMrYnyUYMa/02__Lectures_OpenFOAM__Solver_modification.pdf?dl Developing an OpenFOAM solver]

This [https:// www.dropbox.com/sh/nu3cyx1ekft6wax/AADlPE9FPb3rDgMrMrYnyUYMa/02__Lectures_OpenFOAM__Solver_modification.pdf?dl pdf] introduces you to programming a custom solver for OpenFOAM. You will add all the required information into the code as well as an additional partial differential equation, which will be solved during run time. Also you will change an existing case in order to test the new solver. You will learn about

  • solver structure
  • compiling
  • existing solvers
  • adding an energy equation
  • modifying and running a case