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

From OpenFOAM Wiki
Jump to navigation Jump to search
(Added to multiphase category)
Line 1: Line 1:
 +
[[category:multiphase]]
 
* '''contributor''': Victoria Korchagova, Sergei Strijhak
 
* '''contributor''': Victoria Korchagova, Sergei Strijhak
 
* '''affiliation''': ISPRAS, Russia, Moscow
 
* '''affiliation''': ISPRAS, Russia, Moscow
Line 20: Line 21:
 
* 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].
+
The case files can be found [https://github.com/unicfdlab/TrainingTracks/tree/master/OpenFOAM/freeSurfaceFlows-0F3.0.0/cases here].

Revision as of 08:38, 18 April 2017

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 here.