Difference between revisions of "Day 15"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 21: Line 21:
 
* Boussinesq approximation
 
* Boussinesq approximation
 
* Casson model
 
* Casson model
 +
 +
=End of day 15=
 +
 +
Now at the end of Day 15 please return to the [https://wiki.openfoam.com/index.php?title=%223_weeks%22_series "3 weeks" series] and finish your journey with this series and look forward to further steps.

Revision as of 12:22, 3 October 2018

On Day 15 we will finalize our "3 weeks" tutorial series by doing a fun programming simulation and going through a couple of pages of pdf.

Go back to "3 weeks" series.

Tips by Gerhard Holzinger

Star on page 231 with the programming section. The pdf might not be always 100% up to date with the current releases, but still you will learn a lot.

Modeling chocolate

This tutorial is an excellent summary of all the information you will need to implement your own custom solvers or libraries in OpenFOAM by taking you through the implementation amongst others on the Casson model, which describes the flow of molten chocolate. The focus is on:

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

End of day 15

Now at the end of Day 15 please return to the "3 weeks" series and finish your journey with this series and look forward to further steps.