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
 
  
 
=[https://wiki.openfoam.com/Ending_by_Joel_Guerrero End of Day 15 and the "3 weeks" series]=
 
=[https://wiki.openfoam.com/Ending_by_Joel_Guerrero End of Day 15 and the "3 weeks" series]=

Revision as of 09:00, 1 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 and the "3 weeks" series

We reached the end of Day 15 and with that the end of the "3 weeks" series. Now, now... Let's not get emotional here. Let's think about all the great challenges and successes in your CFD career with OpenFOAM and look forward to the future.

Also you can take a look at the collection by topic, where you can find further tutorials in different topics.

With this in mind... cheers!