Difference between revisions of "Collection of turbulence modeling"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 19: Line 19:
  
 
'''Application cases'''
 
'''Application cases'''
 
* [https://wiki.openfoam.com/Flow_around_a_cylinder_by_Joel_Guererro '''Flow around a circular cylinder - 2D case'''] - This tutorial describes the flow around a 2D circular cylinder.
 
  
 
* [https://wiki.openfoam.com/Vortex_shedding_by_Joel_Guerrero_3D '''Flow around a square cylinder - 3D case'''] - This tutorial describes the flow around a 3D square cylinder.
 
* [https://wiki.openfoam.com/Vortex_shedding_by_Joel_Guerrero_3D '''Flow around a square cylinder - 3D case'''] - This tutorial describes the flow around a 3D square cylinder.

Revision as of 05:27, 18 December 2020

Turbulence modeling is in several cases a very important topic in a simulation project. These tutorials explain, how you can utilize them in OpenFOAM.

Go back to Collection by topic.

Turbulence modeling

Theory

  • Turbulence – Steady state - Use simpleFoam solver, run a steady state simulation with following turbulence models: kEpsilon (RAS), kOmega (RAS) and LRR (RAS).
  • Turbulence – Transient - Use the pisoFoam solver, run a backward facing step case for 0.2 s with different turbulence models: Smagorinsky (LES), kEqn (LES) and kEpsilon (RAS).


Application cases

  • Flow around a hemisphere - This tutorial gives you an extensive introduction to the flow around a hemisphere, which can be seen as one of the simplest case of an external flow.

Further reading

Publications