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...")
 
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
* '''author''': Victoria Korchagova, Sergei Strijhak
+
[[category:multiphase]]
 +
* '''contributor''': Victoria Korchagova
 
* '''affiliation''': ISPRAS, Russia, Moscow
 
* '''affiliation''': ISPRAS, Russia, Moscow
* '''contact''': strijhak@yandex.ru
+
* '''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
+
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 [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.