Difference between revisions of "Simulating chocolate by Gavin Tabor"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Created page with "* '''author''': Gavin Tabor * '''affiliation''': College of Engineering, Mathematics and Physical Sciences, University of Exeter * '''contact''': G.R.Tabor@exeter.ac.uk * '''O...")
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* '''author''': Gavin Tabor
+
[[category:complex materials]]
 +
[[category:programming]]
 +
* '''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
* '''contact''': G.R.Tabor@exeter.ac.uk
+
* '''contact''': <mail address='G.R.Tabor@exeter.ac.uk' description='author'>click here for email address</mail>
* '''OpenFOAM version''': 3.0.1
+
* '''OpenFOAM version''': v2206
* '''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])
  
Go back to [https://wiki.openfoam.com/index.php?title=Day_12 Day 12].
+
Go back to [https://wiki.openfoam.com/index.php?title=Day_15 Day 15].
  
=Boussinesq approximation and Casson model=
+
=[https://github.com/jnmlujnmlu/OpenFOAMTeaching/blob/master/GavinTabor/ProgrammingApps/AnnArborTrainingSlides.pdf Boussinesq approximation and Casson model]=
  
This pdf gives you an introduction to programming in OpenFOAM. You will implement a solver for the modeling 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:
+
This [https://github.com/jnmlujnmlu/OpenFOAMTeaching/blob/master/GavinTabor/ProgrammingApps/AnnArborTrainingSlides.pdf 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
 
* header files
Line 21: Line 23:
 
* Boussinesq approximation
 
* Boussinesq approximation
 
* Casson model
 
* Casson model
 +
 +
You can download the case files here.

Latest revision as of 12:04, 30 August 2022

Go back to Day 15.

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.