Difference between revisions of "Collection by topic"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 22: Line 22:
  
 
=[https://wiki.openfoam.com/Programming Programming]=
 
=[https://wiki.openfoam.com/Programming Programming]=
 +
 +
'''Complete Programming Courses'''
 +
* [https://wiki.openfoam.com/Programming_by_Kenneth_Hoste_and_Hrvoje_Jasak Hoste and Jasak video series] on programming.
  
 
'''Compilation and Testing'''
 
'''Compilation and Testing'''
 
* 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.
 +
 +
'''Implementation of Initial and Boundary Conditions'''
 +
* [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/Reacting_flows Reacting flows]=
 
=[https://wiki.openfoam.com/Reacting_flows Reacting flows]=

Revision as of 07:44, 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

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.

Reacting flows

Tips

Turbulence modeling