Difference between revisions of "Compressible flows by Joel Guerrero"

From OpenFOAM Wiki
Jump to navigation Jump to search
Line 12: Line 12:
 
[[File:joegi_f11.png|600px|right|tut1]]
 
[[File:joegi_f11.png|600px|right|tut1]]
  
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,  
+
In this [http://www.wolfdynamics.com/wiki/tut_2D_supersonic_wedge.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 26: Line 26:
  
  
You can download the case files in this [http://www.wolfdynamics.com/wiki/cavity2D.tar.gz link].
+
You can download the case files in this [http://www.wolfdynamics.com/wiki/supersonic_wedge.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].

Revision as of 00:32, 19 August 2019


Supersonic flow past a wedge - Shock waves

tut1

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 in this link.


Go back to the contributions page.