Difference between revisions of "Programming by Alexander Vakhrushev"

From OpenFOAM Wiki
Jump to navigation Jump to search
m (Picture resized.)
 
Line 3: Line 3:
 
* '''affiliation''': Montanuniversität Leoben, Austria
 
* '''affiliation''': Montanuniversität Leoben, Austria
 
* '''contact''': <mail address='alexander.vakhrushev@unileoben.ac.at' description='author'>click here for email address</mail>
 
* '''contact''': <mail address='alexander.vakhrushev@unileoben.ac.at' description='author'>click here for email address</mail>
* '''OpenFOAM version''': 5.x
+
* '''OpenFOAM version''': v7
 
* '''Published under''': CC BY-NC-SA license ([https://creativecommons.org/licenses creative commons licenses])
 
* '''Published under''': CC BY-NC-SA license ([https://creativecommons.org/licenses creative commons licenses])
  

Latest revision as of 11:13, 25 March 2020

Go back to Day 12.

Developing an OpenFOAM solver

tut1

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