Difference between revisions of "Basic programming by Hakan Nilsson"

From OpenFOAM Wiki
Jump to navigation Jump to search
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_2019
Line 18: Line 18:
 
These pdfs will give you an excellent insight into the first steps of programming in OpenFOAM.
 
These pdfs will give you an excellent insight into the first steps of programming in OpenFOAM.
  
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/directoryOrganization.pdf Source code and binary file directory organization, browsing, name conventions, and compilation of installation]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/07_directoryOrganization.pdf Source code and binary file directory organization, browsing, name conventions, and compilation of installation]
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/userDirectoryOrganizationAndCompilation.pdf User directory organization, and compilation as a user]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/08_userDirectoryOrganizationAndCompilation.pdf User directory organization, and compilation as a user]
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/highLevelProgramming.pdf High level programming]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/09_highLevelProgramming.pdf High level programming]
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/implementElectromagneticSolver.pdf Implement a simple electromagnetic solver - pdf]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/12_implementElectromagneticSolver.pdf Implement a simple electromagnetic solver - pdf]
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/rodFoamCase.tgz Implement a simple electromagnetic solver - files]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/rodFoamCase.tgz Implement a simple electromagnetic solver - files]
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/implementPassiveScalarTransportSolver.pdf Implement a passive scalar transport solver]
+
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2020/lectureNotes/13_implementPassiveScalarTransportSolver.pdf Implement a passive scalar transport solver]
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/implementSolidParticlesInVOF.pdf Implement solid particles in a VOF solver]
 
* [http://www.tfd.chalmers.se/~hani/kurser/OS_CFD_2019/lectureNotes/implementSolidParticlesInVOF.pdf Implement solid particles in a VOF solver]

Revision as of 07:47, 29 January 2021

Go back to Day 13.

Go back to Programming.

Go back to Collection by authors.

Basic programming in OpenFOAM

These pdfs will give you an excellent insight into the first steps of programming in OpenFOAM.