Difference between revisions of "Cavity by Alex Vakhrushev"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Created page with "* '''author''': Jozsef Nagy * '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics * '''contact''': joel.guerrero@unige.it * '''OpenFOAM version''': 3.0 * '''Pub...")
 
(Tutorial Update for OF version 5.x)
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
* '''author''': Jozsef Nagy
+
[[category:basic tutorial]]
* '''affiliation''': Universita degli Studi di Genova, Wolf Dynamics
+
[[category:laminar]]
* '''contact''': joel.guerrero@unige.it
+
* '''contributor''': Alexander Vakhrushev
* '''OpenFOAM version''': 3.0
+
* '''affiliation''': Montanuniversität Leoben, Austria
* '''Published under''': CC ??? license
+
* '''contact''': <mail address='alexander.vakhrushev@unileoben.ac.at' description='author'>click here for email address</mail>
 +
* '''OpenFOAM version''': OpenFOAM 5.x
 +
* '''Published under''': CC BY-NC-SA license ([https://creativecommons.org/licenses creative commons licenses])
  
=How to install OpenFOAM=
+
Go back to [https://wiki.openfoam.com/index.php?title=Day_1 Day 1].
  
This pdf describes how to install OpenFOAM.
+
=[https://www.dropbox.com/sh/nu3cyx1ekft6wax/AAA8JPGggqn-nuVCj6DACe_Ca/01__Lectures_OpenFOAM__Introduction.pdf?dl=0 Cavity tutorial by Alexander Vakhrushev]=
 +
 
 +
The cavity tutorial is one of the most basic and easiest tutorials. We will come back to it later in more detail. Here, you will get a fast walk through with a good explanation about
 +
 
 +
* the mesh
 +
* running the case
 +
* post processing the results.
 +
 
 +
As a first step:
 +
 
 +
* click on the [https://www.dropbox.com/sh/nu3cyx1ekft6wax/AAA8JPGggqn-nuVCj6DACe_Ca/01__Lectures_OpenFOAM__Introduction.pdf?dl=0 link]
 +
* go to slide 20 (feel free to read the slides before)
 +
* open a terminal on your computer (ctrl+alt+t)
 +
 
 +
From here you can follow the tutorial on slide 20. If you do not know, where you OpenFOAM installation is, you can also
 +
 
 +
* type "tut" to jump into the tutorial folder of OpenFOAM
 +
* type
 +
 
 +
>> cd incompressible/icoFoam/cavity
 +
 
 +
to go into the folder of cavity
 +
 
 +
From here you can copy the case to the location of your preference and follow the instructions in the [https://www.dropbox.com/sh/nu3cyx1ekft6wax/AAA8JPGggqn-nuVCj6DACe_Ca/01__Lectures_OpenFOAM__Introduction.pdf?dl=0 pdf].

Latest revision as of 10:23, 12 February 2019

Go back to Day 1.

Cavity tutorial by Alexander Vakhrushev

The cavity tutorial is one of the most basic and easiest tutorials. We will come back to it later in more detail. Here, you will get a fast walk through with a good explanation about

  • the mesh
  • running the case
  • post processing the results.

As a first step:

  • click on the link
  • go to slide 20 (feel free to read the slides before)
  • open a terminal on your computer (ctrl+alt+t)

From here you can follow the tutorial on slide 20. If you do not know, where you OpenFOAM installation is, you can also

  • type "tut" to jump into the tutorial folder of OpenFOAM
  • type
>> cd incompressible/icoFoam/cavity

to go into the folder of cavity

From here you can copy the case to the location of your preference and follow the instructions in the pdf.