Difference between revisions of "Collection by topic"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 25: Line 25:
 
'''Complete Programming Courses'''
 
'''Complete Programming Courses'''
 
* [https://wiki.openfoam.com/Programming_by_Kenneth_Hoste_and_Hrvoje_Jasak Hoste and Jasak video series] on programming.
 
* [https://wiki.openfoam.com/Programming_by_Kenneth_Hoste_and_Hrvoje_Jasak Hoste and Jasak video series] on programming.
 +
* [https://wiki.openfoam.com/Programming_by_Hakan_Nilsson Nilsson's collection] of programming tutorials.
  
'''Compilation and Testing'''
+
 
 +
'''Intro: Compilation and Testing'''
 +
* [https://wiki.openfoam.com/Programming_by_Robert_Lee Lee's compact introduction] to compilation using existing code.
 
* The [https://wiki.openfoam.com/Programming_by_Stefan_Radl tutorials by Stefan Radl] provide details on compilation and basic testing of new code.
 
* The [https://wiki.openfoam.com/Programming_by_Stefan_Radl tutorials by Stefan Radl] provide details on compilation and basic testing of new code.
 
* [https://wiki.openfoam.com/Programming_by_Ferras,_Fernandes_and_Nobrega Ferras et al.] describe solver, compilation, and testing.
 
* [https://wiki.openfoam.com/Programming_by_Ferras,_Fernandes_and_Nobrega Ferras et al.] describe solver, compilation, and testing.
Line 33: Line 36:
 
* [https://wiki.openfoam.com/Programming1 Guerrero] describes how to implement and test BCs using codeStream.
 
* [https://wiki.openfoam.com/Programming1 Guerrero] describes how to implement and test BCs using codeStream.
 
* [https://wiki.openfoam.com/Programming2 Guerrero] describes field initialization using codeStream.
 
* [https://wiki.openfoam.com/Programming2 Guerrero] describes field initialization using codeStream.
 +
 +
'''Customizing solvers'''
 +
* [https://wiki.openfoam.com/Programming_by_Henrik_Rusche Rusche's introduction to programming] details on version control with git, the build system and customizing solvers.
 +
* [https://wiki.openfoam.com/Programming_by_Alexander_Vakhrushev Vakhrushev's slides] illustrate how to modify a solver.
  
 
=[https://wiki.openfoam.com/Reacting_flows Reacting flows]=
 
=[https://wiki.openfoam.com/Reacting_flows Reacting flows]=

Revision as of 07:51, 9 March 2017

This is a list of the contributions ordered alphabetically by topic. Also we will constantly add theses as well as publications in a given topic as further reading.

Go back to Tutorials.

Basics

Complex materials

Compressible flows

Heat transfer

Meshing

Multiphase modeling

Numerics

Postprocessing

Programming

Complete Programming Courses


Intro: Compilation and Testing

Implementation of Initial and Boundary Conditions

  • Guerrero describes how to implement and test BCs using codeStream.
  • Guerrero describes field initialization using codeStream.

Customizing solvers

Reacting flows

Tips

Turbulence modeling