Difference between revisions of "Stationary turbulence modeling (RAS) by Jozsef Nagy"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
* '''affiliation''': eulerian-solutions e.U., Linz, Austria
 
* '''affiliation''': eulerian-solutions e.U., Linz, Austria
 
* '''contact''': <mail address='jnmlujnmlu@gmail.com' description='author'>click here for email address</mail>
 
* '''contact''': <mail address='jnmlujnmlu@gmail.com' description='author'>click here for email address</mail>
* '''OpenFOAM version''': v1912
+
* '''OpenFOAM version''': v2312
 
* '''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])
  

Latest revision as of 07:11, 26 January 2024

Go back to Day 7.

Stationary turbulence modelling (RAS)

steady-state velocity distribution

Most of the real life problems you would like to tackle include some sort of turbulence. These videos

will give you a detailed explanation on steady-state turbulence modelling in OpenFOAM. It is important to understand the difference between models and which one to choose for a given problem. It is also important to know, how to select a specific model and what you have to change in order to run a successful simulation. You will learn about

  • steady-state turbulence modelling
  • Reynolds-Averaged Navier-Stokes equations
  • RAS models
  • case setup
  • boundary and initial conditions
  • post processing

You can download the blockMeshDict here. (left click on it, then right click on Raw, then save as)

For older versions of OpenFOAM the blockMeshDict file is located in constant/polyMesh, for newer versions the file is located in system.
In newer versions of OpenFOAM the RASProperties dictionary is replaced by turbulenceProperties, however the important entries remain the same.
In newer versions of OpenFOAM the commands yPlus, yPlusLES and/or yPlusRAS are not used. Instead AFTER your simulation run the command simpleFoam -postProcess -func yPlus