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

From OpenFOAM Wiki
Jump to navigation Jump to search
(Created page with "* '''author''': Victoria Korchagova, Sergei Strijhak * '''affiliation''': ISPRAS, Russia, Moscow * '''contact''': strijhak@yandex.ru * '''OpenFOAM version''': 3.0.x * '''Publi...")
 
Line 9: Line 9:
 
=[https:// github.com/unicfdlab/TrainingTracks/blob/master/OpenFOAM/freeSurfaceFlows-0F3.0.0/How%20to%20use%20free-surface%20flows.pdf Free surface flows in OpenFOAM]=
 
=[https:// github.com/unicfdlab/TrainingTracks/blob/master/OpenFOAM/freeSurfaceFlows-0F3.0.0/How%20to%20use%20free-surface%20flows.pdf 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
+
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

Revision as of 12:28, 20 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 ([https:// creativecommons.org/licenses creative commons licenses])

Go back to Day 9.

[https:// github.com/unicfdlab/TrainingTracks/blob/master/OpenFOAM/freeSurfaceFlows-0F3.0.0/How%20to%20use%20free-surface%20flows.pdf 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