Difference between revisions of "Programming by Hakan Nilsson"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[category:programming]]
 
* '''contributor''': Håkan Nilsson
 
* '''contributor''': Håkan Nilsson
* '''affiliation''': Department of Applied Mechanics, Chalmers University
+
* '''affiliation''': Department of Mechanics and Maritime Sciences, Chalmers University of Technology
 
* '''contact''': <mail address='hakan.nilsson@chalmers.se' description='author'>click here for email address</mail>
 
* '''contact''': <mail address='hakan.nilsson@chalmers.se' description='author'>click here for email address</mail>
* '''OpenFOAM version''': 2.4
+
* '''OpenFOAM version''': v2006
 
* '''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])
* '''origin''': http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015
+
* '''origin''': http://www.tfd.chalmers.se/~hani/kurser/OS_CFD/#YEAR_2020
 +
* '''lecture notes''': http://www.tfd.chalmers.se/~hani/kurser/OS_CFD/#YEAR_2020
  
Go back to [https://wiki.openfoam.com/index.php?title=Day_12 Day 12].
+
Go back to [https://wiki.openfoam.com/index.php?title=Day_14 Day 14].
  
=[http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/ Programming part of the course by Håkan Nilsson]=
+
Go back to [https://wiki.openfoam.com/Programming Programming].
  
On this [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/ 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:
+
Go back to [https://wiki.openfoam.com/Collection_by_authors Collection by authors].
  
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/highLevelProgramming.pdf high level programming]
+
=Advanced programming in OpenFOAM=
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/implementApplication.pdf implementation of an application]
+
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/implementTurbulenceModel.pdf implementation of a turbulence model]
+
These pdfs will give you an introduction into the advanced programming of models in OpenFOAM.
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/implementBoundaryCondition.pdf implementation of a boundary condition]
+
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/implementFunctionObject.pdf implementation of a function object]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/10_thePISOalgorithmInIcoFoam.pdf PISO in icoFoam]
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/basicsOfC++.pdf basics of C++]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/11_componentsOfIcoFoam.pdf Components of icoFoam (using Doxygen)]
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2015/debugging.pdf debugging in OpenFOAM]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/implementParabolicVelocityFixedValueBoundaryCondition.pdf Implement a parabolicVelocity fixedValue boundary condition]
 +
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/implementNormalizedHelicityFunctionObject.pdf Implement a normalizedHelicity functionObject]
 +
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/implementTurbulenceModel.pdf Implementation of a turbulence model]
 +
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/19_debugging.pdf Debugging]
 +
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/DebuggingLaplacianFoamFlangeTEqnSolve.pdf Debugging laplacianFoam/Flange TEqn.solve() function]

Latest revision as of 08:29, 29 January 2021

Go back to Day 14.

Go back to Programming.

Go back to Collection by authors.

Advanced programming in OpenFOAM

These pdfs will give you an introduction into the advanced programming of models in OpenFOAM.