Difference between revisions of "Programming by Hakan Nilsson"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[category:programming]]
 
* '''contributor''': Håkan Nilsson
 
* '''contributor''': Håkan Nilsson
 
* '''affiliation''': Department of Mechanics and Maritime Sciences, Chalmers University of Technology
 
* '''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''': v1706+
+
* '''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_2017
+
* '''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].
  
 
Go back to [https://wiki.openfoam.com/Programming Programming].
 
Go back to [https://wiki.openfoam.com/Programming Programming].
Line 12: Line 14:
 
Go back to [https://wiki.openfoam.com/Collection_by_authors Collection by authors].
 
Go back to [https://wiki.openfoam.com/Collection_by_authors Collection by authors].
  
=[https://pingpong.chalmers.se/public/pp/public_courses/course08331/published/1504283117033/resourceId/3987163/content/UploadedResources/aLookInsideIcoFoam-1.pdf Advanced programming in OpenFOAM]=
+
=Advanced programming in OpenFOAM=
  
These pdfs will give you an introduction into an excellent insight into the advanced programming of models in OpenFOAM.  
+
These pdfs will give you an introduction into the advanced programming of models in OpenFOAM.  
  
* [https://pingpong.chalmers.se/public/pp/public_courses/course08331/published/1504283117033/resourceId/3987163/content/UploadedResources/aLookInsideIcoFoam-1.pdf A look inside icoFoam]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/10_thePISOalgorithmInIcoFoam.pdf PISO in icoFoam]
* [https://pingpong.chalmers.se/public/courseId/8331/lang-en/publicPage.do?item=3855253 Implementation of boundary conditions]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/11_componentsOfIcoFoam.pdf Components of icoFoam (using Doxygen)]
* [https://pingpong.chalmers.se/public/pp/public_courses/course08331/published/1504283117033/resourceId/3987163/content/UploadedResources/implementFunctionObject-1.pdf Implementation of functionObjects]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/implementParabolicVelocityFixedValueBoundaryCondition.pdf Implement a parabolicVelocity fixedValue boundary condition]
* [https://pingpong.chalmers.se/public/courseId/8331/lang-en/publicPage.do?item=3855255 Implementation of a turbulence model]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/implementNormalizedHelicityFunctionObject.pdf Implement a normalizedHelicity functionObject]
* [https://pingpong.chalmers.se/public/pp/public_courses/course08331/published/1504283117033/resourceId/3987163/content/UploadedResources/debugging-1.pdf Debugging]
+
* [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.