Difference between revisions of "Programming by Alexander Vakhrushev"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Updated link)
Line 1: Line 1:
* '''author''': Alexander Vakhrushev
+
* '''contributor''': Alexander Vakhrushev
 
* '''affiliation''': Montanuniversität Leoben, Austria
 
* '''affiliation''': Montanuniversität Leoben, Austria
 
* '''contact''': alexander.vakhrushev@unileoben.ac.at
 
* '''contact''': alexander.vakhrushev@unileoben.ac.at

Revision as of 06:41, 26 September 2016

  • contributor: Alexander Vakhrushev
  • affiliation: Montanuniversität Leoben, Austria
  • contact: alexander.vakhrushev@unileoben.ac.at
  • OpenFOAM version: ???
  • Published under: CC ??? license (creative commons licenses)

Go back to Day 11.

Developing an OpenFOAM solver

This 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