Difference between revisions of "Day 15"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 1: Line 1:
On Day 15 we will finalize our "3 weeks" tutorial series by doing some fun simulations covering the topics
+
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
  
* arbitrary mesh interface
+
Go back to [https://wiki.openfoam.com/index.php?title=%223_weeks%22_series "3 weeks" series].
* acoustics
 
* fluid-structure interaction
 
* additional case setups
 
  
Go back to [https://wiki.openfoam.com/index.php?title=%223_weeks%22_series "3 weeks" series].
+
=[https://wiki.openfoam.com/Tips_by_Gerhard_Holzinger 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.  
  
 
=[https://wiki.openfoam.com/Simulating_chocolate_by_Gavin_Tabor Modeling chocolate]=
 
=[https://wiki.openfoam.com/Simulating_chocolate_by_Gavin_Tabor Modeling chocolate]=
Line 26: Line 25:
 
=[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]=
  
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. With this in mind... cheers!
+
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 [https://wiki.openfoam.com/Collection_by_topic collection by topic], where you can find further tutorials in different topics.
 +
 
 +
With this in mind... cheers!

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!