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 3: Line 3:
 
* '''affiliation''': ISPRAS, Russia, Moscow
 
* '''affiliation''': ISPRAS, Russia, Moscow
 
* '''contact''': <mail address='strijhak@yandex.ru' description='author'>click here for email address</mail>  
 
* '''contact''': <mail address='strijhak@yandex.ru' description='author'>click here for email address</mail>  
* '''OpenFOAM version''': 3.0.x
+
* '''OpenFOAM version''': 4.1.x
 
* '''Published under''': CC BY-NC-SA license ([https://creativecommons.org/licenses creative commons licenses])
 
* '''Published under''': CC BY-NC-SA license ([https://creativecommons.org/licenses creative commons licenses])
  
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_9 Day 9].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_9 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]=
+
=[https://github.com/unicfdlab/TrainingTracks/blob/master/OpenFOAM/freeSurfaceFlows-0F4.1/freeSurfaceFlows.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
+
In this tutorial you will find a compact introduction to the theory behind free surface flows in OpenFOAM, a step-by-step guide to run the 2D spillway tutorial and an intro for hydrodynamic instabilities (simulation of Rayleigh - Taylor instability). For each case you will
  
 
* create your mesh with
 
* create your mesh with
Line 20: Line 20:
 
* initialize the fields
 
* initialize the fields
 
* set the numerical schemes
 
* set the numerical schemes
 +
* run computations
  
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-0F4.1/cases here].

Revision as of 20:29, 18 July 2018

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, a step-by-step guide to run the 2D spillway tutorial and an intro for hydrodynamic instabilities (simulation of Rayleigh - Taylor instability). For each case you will

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


The case files can be found here.