Difference between revisions of "Programming by Hakan Nilsson"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Updated link)
Line 14: Line 14:
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/highLevelProgramming.pdf high level programming] - 2.4
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/highLevelProgramming.pdf high level programming] - 2.4
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/implementApplication.pdf implementation of an application] - 2.4
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/implementApplication.pdf implementation of an application] - 2.4
* [http:// pingpong.chalmers.se/public/courseId/7056/lang-en/publicPage.do?item=3256524 implementation of a turbulence model] - 4.x
+
* [http://pingpong.chalmers.se/public/courseId/7056/lang-en/publicPage.do?item=3256524 implementation of a turbulence model] - 4.x
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/implementBoundaryCondition.pdf implementation of a boundary condition] - 2.4
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/implementBoundaryCondition.pdf implementation of a boundary condition] - 2.4
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/implementFunctionObject.pdf implementation of a function object] - 2.4
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/implementFunctionObject.pdf implementation of a function object] - 2.4
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/basicsOfC++.pdf basics of C++] - 2.4
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/basicsOfC++.pdf basics of C++] - 2.4
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/debugging.pdf debugging in OpenFOAM] - 2.4
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/debugging.pdf debugging in OpenFOAM] - 2.4

Revision as of 12:19, 3 October 2016

Go back to Day 12.

Programming part of the course by Håkan Nilsson

On this page you will find a wide collection of pdfs and case files to further improve you knowledge of programming in OpenFOAM. This material was created for and during the PhD course in 2015 at Chalmers university. You will find information on: