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)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[category:multiphase]]
 
[[category:multiphase]]
* '''contributor''': Victoria Korchagova, Sergei Strijhak
+
* '''contributor''': Victoria Korchagova
 
* '''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='ko_viktoria@inbox.ru' description='author'>click here for email address</mail>  
* '''OpenFOAM version''': 3.0.x
+
* '''OpenFOAM version''': v2012
 
* '''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-0Fv2012/How_to_use_free-surface_flows_OF_v2012.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-0Fv2012 here].

Latest revision as of 14:25, 22 December 2021

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.