Difference between revisions of "Programming by Hakan Nilsson"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
* '''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''': v1906
+
* '''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/#YEAR_2019
+
* '''origin''': http://www.tfd.chalmers.se/~hani/kurser/OS_CFD/#YEAR_2020
* '''lecture notes''': http://www.tfd.chalmers.se/~hani/kurser/OS_CFD/#YEAR_2019
+
* '''lecture notes''': http://www.tfd.chalmers.se/~hani/kurser/OS_CFD/#YEAR_2020
  
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_14 Day 14].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_14 Day 14].
Line 18: Line 18:
 
These pdfs will give you an introduction into the advanced programming of models in OpenFOAM.  
 
These pdfs will give you an introduction into the advanced programming of models in OpenFOAM.  
  
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/thePISOalgorithmInIcoFoam.pdf PISO in icoFoam]
+
* [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_2019/lectureNotes/componentsOfIcoFoam.pdf Components of icoFoam (using Doxygen)]
+
* [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_2019/lectureNotes/ImplementParabolicVelocityFixedValueBoundaryCondition.pdf Implement a parabolicVelocity fixedValue boundary condition]
+
* [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_2019/lectureNotes/ImplementNormalizedHelicityFunctionObject.pdf Implement a normalizedHelicity functionObject]
+
* [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_2019/lectureNotes/ImplementTurbulenceModel.pdf Implementation of a turbulence model]
+
* [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_2019/lectureNotes/debugging.pdf Debugging]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/19_debugging.pdf Debugging]
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/DebuggingLaplacianFoamFlangeTEqnSolve.pdf Debugging laplacianFoam/Flange TEqn.solve() function]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/DebuggingLaplacianFoamFlangeTEqnSolve.pdf Debugging laplacianFoam/Flange TEqn.solve() function]
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/OSCFD_QtCreator.pdf Qt Creator as an IDE for OpenFOAM development ]
 

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.