Difference between revisions of "Free surface flows in OpenFOAM by Victoria Korchagova"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Updated link)
Line 19: Line 19:
 
* initialize the fields
 
* initialize the fields
 
* set the numerical schemes
 
* set the numerical schemes
 +
 +
The case files can be found [https:// github.com/unicfdlab/TrainingTracks/tree/master/OpenFOAM/freeSurfaceFlows-0F3.0.0/cases here].

Revision as of 07:09, 23 September 2016

  • author: Victoria Korchagova, Sergei Strijhak
  • affiliation: ISPRAS, Russia, Moscow
  • contact: strijhak@yandex.ru
  • OpenFOAM version: 3.0.x
  • Published under: CC BY-NC-SA license (creative commons licenses)

Go back to Day 9.

Free surface flows in OpenFOAM

In this tutorial you will find a compact introduction to the theory behind free surface flows in OpenFOAM and a step-by-step guide to run the 2D spillway tutorial. You will

  • create your mesh with
    • blockMesh
    • snappyHexMesh
    • extrudeMesh
  • set the physical properties
  • set the boundary conditions
  • initialize the fields
  • set the numerical schemes

The case files can be found [https:// github.com/unicfdlab/TrainingTracks/tree/master/OpenFOAM/freeSurfaceFlows-0F3.0.0/cases here].