Difference between revisions of "Collection by topic"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 29: Line 29:
  
 
=[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.
 
* [https://wiki.openfoam.com/Programming_by_Hakan_Nilsson Nilsson's collection] of programming tutorials.
 
 
'''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.
 
* [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.
 
 
'''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.
 
 
'''Debugging'''
 
* See the list of tools by [https://wiki.openfoam.com/Debugging_by_Stefan_Radl Stefan Radl] to get an overview of debugging tools.
 
  
 
=[https://wiki.openfoam.com/Reacting_flows Reacting flows]=
 
=[https://wiki.openfoam.com/Reacting_flows Reacting flows]=

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

Overview

Multiphase modeling

Numerics

Postprocessing

  • Data inspection using various tools (incl. ParaView).
  • Ferras et al. provide 5 cases and guide through the postrpocessing with gnuplot and ParaView.
  • Santos provides material on how to use swak4Foam and pyFoam to postprocess data.
  • For Lagrangian Data Visualization using ParaView checkout this training material of the NanoSim project. Note, this page also contains instructions to load data from the popular particle dynamics code LAMMPS/LIGGGHTS.

Programming

Reacting flows

Tips

Turbulence modeling