Difference between revisions of "Simulating chocolate by Gavin Tabor"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[category:complex materials]]
 
[[category:complex materials]]
 +
[[category:programming]]
 
* '''contributor''': Gavin Tabor
 
* '''contributor''': Gavin Tabor
 
* '''affiliation''': College of Engineering, Mathematics and Physical Sciences, University of Exeter
 
* '''affiliation''': College of Engineering, Mathematics and Physical Sciences, University of Exeter

Revision as of 05:12, 12 October 2017

Go back to Day 12.

Boussinesq approximation and Casson model

This pdf gives you an introduction to programming in OpenFOAM. You will implement a solver for the modelling of a buoyancy-driven flow. In a second step you will implement the Casson model, which describes the flow of molten chocolate. You will learn about:

  • header files
  • base types
  • fvMesh
  • GeometricField
  • IOobject and objectRegistry
  • Higher-level programming
  • fvc::, fvm:: operators
  • compilation
  • Boussinesq approximation
  • Casson model

You can download the case files here.