Difference between revisions of "Vortex shedding by Joel Guerrero 2D"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
* '''contributor''': Joel Guerrero
 
* '''contributor''': Joel Guerrero
 
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics
 
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics
* '''contact''': <mail address='joel.guerrero@unige.it' description='author'>click here for email address</mail>
+
* '''contact''': joel.guerrero@unige.it
* '''OpenFOAM version''': 3.0.x
+
* '''OpenFOAM version''': 7
 
* '''published under''': CC BY-SA license ([https://creativecommons.org/licenses creative commons licenses])
 
* '''published under''': CC BY-SA license ([https://creativecommons.org/licenses creative commons licenses])
  
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_8 Day 8].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_8 Day 8].
  
=[http://www.wolfdynamics.com/wiki/square_cil.pdf Vortex shedding]=
+
=[http://www.wolfdynamics.com/wiki/tut_2D_cylinder.pdf 2D Circular cylinder - Vortex shedding]=
  
In this [http://www.wolfdynamics.com/wiki/cylinder_vortex_shedding.pdf tutorial], you will find an extensive parameter study on vertex shedding behind a square cylinder. You will both use RAS ans LES models to understand the difference in the results. You will learn about
+
[[File:joegi_f13.png|400px|right|Vortex shedding 2D]]
  
* case setup
+
In this [http://www.wolfdynamics.com/wiki/tut_2D_cylinder.pdf tutorial], we setup the classical case of the flow around a 2D circular cylinder at various Reynolds number. We use this case to understand how to setup different solvers and physics (laminar, turbulent, compressible). You will learn,
* RAS models
 
* LES models
 
* post processing
 
  
You can download the case files in the following [http://www.wolfdynamics.com/wiki/vortex_shedding.tar.gz link]
+
* Setting incompressible and compressible cases
 +
* Running laminar and turbulent cases
 +
* Interpreting the results
 +
* Mapping solutions from a coarse mesh to a fine mesh
 +
* Field initialization to speedup the computation
 +
* Converting a mesh to OpenFOAM format
 +
* Sampling, plotting, and scripting
 +
* Field manipulations
 +
* Monitoring the solution
 +
* Running parametrical studies
 +
* Computing and monitoring forces and other quantities of interest
 +
 
 +
 
 +
You can download the case files at the following [http://www.wolfdynamics.com/wiki/vortex_shedding.tar.gz link]
 +
 
 +
You can download the Fluent mesh file (needed for case c2) in the following [http://www.wolfdynamics.com/wiki/vortex_shedding_mesh.tar.gz link]
 +
 
 +
Go back to the [https://wiki.openfoam.com/Collection_by_authors#Joel_Guerrero contributions page].

Latest revision as of 09:59, 6 January 2020

  • contributor: Joel Guerrero
  • affiliation: Universita degli Studi di Genova, Wolf Dynamics
  • contact: joel.guerrero@unige.it
  • OpenFOAM version: 7
  • published under: CC BY-SA license (creative commons licenses)

Go back to Day 8.

2D Circular cylinder - Vortex shedding

Vortex shedding 2D

In this tutorial, we setup the classical case of the flow around a 2D circular cylinder at various Reynolds number. We use this case to understand how to setup different solvers and physics (laminar, turbulent, compressible). You will learn,

  • Setting incompressible and compressible cases
  • Running laminar and turbulent cases
  • Interpreting the results
  • Mapping solutions from a coarse mesh to a fine mesh
  • Field initialization to speedup the computation
  • Converting a mesh to OpenFOAM format
  • Sampling, plotting, and scripting
  • Field manipulations
  • Monitoring the solution
  • Running parametrical studies
  • Computing and monitoring forces and other quantities of interest


You can download the case files at the following link

You can download the Fluent mesh file (needed for case c2) in the following link

Go back to the contributions page.