Difference between revisions of "Cavity by Joel Guerrero"

From OpenFOAM Wiki
Jump to navigation Jump to search
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[category:basic tutorial]]
 +
[[category:laminar]]
 
* '''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''': <mail address='joel.guerrero@unige.it' description='author'>click here for email address</mail>
* '''OpenFOAM version''': 4.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_2 Day 2].
 
Go back to [https://wiki.openfoam.com/index.php?title=Day_2 Day 2].
  
=[http://www.wolfdynamics.com/wiki/T4_cavity_revisited.pdf The driven cavity case - Revisited]=
+
=[http://www.wolfdynamics.com/wiki/tut_cavity.pdf The driven cavity case - Revisited]=
  
In this [http://www.wolfdynamics.com/wiki/T4_cavity_revisited.pdf tutorial], we revisit the classical driven cavity case, and we dissect every line in each dictionary of the case directory. You will learn about,  
+
[[File:joegi_f11.png|600px|right|Driven cavity]]
 +
 
 +
In this [http://www.wolfdynamics.com/wiki/tut_cavity.pdf tutorial], we revisit the classical driven cavity case and we dissect every single dictionary of the case directory. You will learn about,  
  
 
* Directory structure of an OpenFOAM case
 
* Directory structure of an OpenFOAM case
Line 20: Line 24:
 
* Monitoring the solution
 
* Monitoring the solution
 
* How to interpret errors
 
* How to interpret errors
* Sampling and ploting
+
* Sampling and plotting
  
  
You can download the case files in this [http://www.wolfdynamics.com/wiki/cavity2D.tar.gz link].
+
You can download the case files at this [http://www.wolfdynamics.com/wiki/cavity2D.tar.gz link].
  
  
 
Go back to the [https://wiki.openfoam.com/Collection_by_authors#Joel_Guerrero contributions page].
 
Go back to the [https://wiki.openfoam.com/Collection_by_authors#Joel_Guerrero contributions page].

Latest revision as of 10:00, 6 January 2020

Go back to Day 2.

The driven cavity case - Revisited

Driven cavity

In this tutorial, we revisit the classical driven cavity case and we dissect every single dictionary of the case directory. You will learn about,

  • Directory structure of an OpenFOAM case
  • Simulation workflow
  • Saving log files
  • How to control the simulation
  • Understanding the screen output
  • Basic post-processing with paraFoam
  • Basic meshing with blockMesh
  • Monitoring the solution
  • How to interpret errors
  • Sampling and plotting


You can download the case files at this link.


Go back to the contributions page.