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

From OpenFOAM Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
 
* '''affiliation''': ISPRAS, Russia, Moscow
 
* '''affiliation''': ISPRAS, Russia, Moscow
 
* '''contact''': <mail address='ko_viktoria@inbox.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''': v1812
+
* '''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-0Fv1812/How_to_use_free-surface_flows_v1812.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, 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
+
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 23: Line 23:
  
  
The case files can be found [https://github.com/unicfdlab/TrainingTracks/tree/master/OpenFOAM/freeSurfaceFlows-0Fv1812 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.