Difference between revisions of "OpenFOAM/C2/Creating-simple-geometry-in-OpenFOAM/English-timed"

From Script | Spoken-Tutorial
Jump to: navigation, search
 
(8 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
|-
 
|-
 
|00:01
 
|00:01
|  Hello and welcome to the spoken tutorial on '''creating a simple geometry in OpenFOAM'''
+
|  Hello and welcome to the '''spoken tutorial''' on '''creating simple geometry in OpenFOAM'''.
  
 
|-
 
|-
 
| 00:06
 
| 00:06
| In this tutorial I will show you  
+
| In this tutorial, I will show you:
  
 
|-
 
|-
 
| 00:08
 
| 00:08
| How to create a '''simple geometry'''
+
| How to create simple geometry  
  
 
|-
 
|-
 
| 00:11
 
| 00:11
| How to view the geometry in '''paraview '''
+
| How to view the geometry in '''paraview'''.
  
 
|-
 
|-
 
| 00:15
 
| 00:15
| To record this tutorial  
+
| To record this tutorial,I am using: '''Linux Operating system Ubuntu''' version 10.04 '''OpenFOAM''' version 2.1.0 '''ParaView''' version 3.12.0
  
 
|-
 
|-
| 00:16
+
| 00:26
| I am using '''Linux Operating system Ubuntu''' version 10.04, '''OpenFOAM''' version 2.1.0, '''ParaView''' version 3.12.0
+
| The tutorials were recorded using the versions specified in previous slide. Subsequently the tutorials were edited to latest versions. To install latest system requirements go to Installation Sheet.
 +
 
 
|-
 
|-
| 00:27
+
| 00:30
| In '''CFD''' the '''Pre-processing''' part consists of  creating geometry and '''mesh'''ing it.  
+
| In '''CFD''' the Pre-processing part consists of  creating geometry and meshing it.  
  
 
|-
 
|-
| 00:33
+
| 00:37
 
| Let us take the '''Lid driven cavity''' case of the previous tutorial as an example.  
 
| Let us take the '''Lid driven cavity''' case of the previous tutorial as an example.  
  
 
|-
 
|-
| 00:38
+
| 00:41
| Recall the path for  he earlier tutorial,
+
| Recall the '''path''' for  the earlier tutorial.
  
 
|-
 
|-
| 00:40
+
| 00:44
| I have already opened the '''command terminal''' and entered  the path for lid driven cavity  
+
| I have already opened the '''command terminal''' and entered  the '''path''' for '''lid driven cavity'''. 
  
 
|-
 
|-
| 00:48
+
| 00:48
| There are three folders '''0,constant,''' and '''system'''  '''Geometry''' is inside the '''polymesh''' folder of '''constant'''
+
| To source the OpenFOAM version 5, type:$of5. To go to the run folder, type:$cd $FOAM_RUN. To open the cavity case directory, type:$cd tutorials/incompressible/icoFoam/cavity/cavity. To list the contents of case directory, type:$ls.
  
|-
 
| 00:55
 
| In the command terminal type '''cd space constant''' and press '''Enter'''
 
  
 
|-
 
|-
01:03
+
00:54
| Now  type '''ls''' and press '''Enter'''
+
| There are three folders '0, constant' and 'system'. 'Geometry' is inside the 'polymesh' folder of 'constant'.
  
 
|-
 
|-
| 01:06
+
| 01:11
| In this there is another folder called as '''polymesh'''  
+
| In the command terminal, type: '''cd space constant''' and press '''Enter'''.
  
 
|-
 
|-
| 01:10
+
| 01:19
|Now type '''cd space polymesh''' and press '''Enter'''
+
| Now, type "ls" and press '''Enter'''.
  
 
|-
 
|-
| 01:18
+
| 01:21
|Now  type '''ls''' and press  '''Enter'''
+
| In this, there is another folder called as 'polyMesh'.
  
 
|-
 
|-
| 01:22
+
| 01:26
| This contains the '''geometry''' file called as '''blockMeshDict '''
+
|Now type: '''cd space polymesh''' and press '''Enter'''.
  
 
|-
 
|-
| 01:26
+
| 01:34
| Open the '''blockMeshDict''' file with any '''editor''' of your choice
+
|Now type "ls" and press '''Enter'''.
  
 
|-
 
|-
| 01:30
+
| 01:39
| In the terminal type '''gedit space blockMeshDict'''( Note that M and D are capital) and press  '''Enter'''
+
|To list the contents of the cavity directory, type:$ls. 0 constant system. To open the system directory, type:$cd system. To list the contents of the system directory, type:$ls blockMeshDict controlDict fvSchemes fvSolution.
  
 
|-
 
|-
 
| 01:45
 
| 01:45
|Let me drag this to the capture area
+
| This contains the 'geometry' file called as 'blockMeshDict'.
  
 
|-
 
|-
| 01:49
+
| 01:48
|Now minimise this
+
| Open the 'blockMeshDict' file with any '''editor''' of your choice.
  
 
|-
 
|-
| 01:53
+
| 01:52
| Let me switch back to the slides
+
| In the terminal, type: '''gedit space blockMeshDict'''( Note that M and D are capital) and press  '''Enter'''.
  
 
|-
 
|-
| 01:55
+
| 02:07
| In '''openfoam''' the entire '''geometry''' is broken into '''blocks '''
+
|Let me drag this to the capture area.
  
 
|-
 
|-
| 01:59
+
| 02:11
| The '''blocks''' are numbered starting from''' 0 '''as shown in the figure
+
|Now minimize this.
  
 
|-
 
|-
| 02:08
+
| 02:15
| Note that in '''OpenFOAM''' for creating a '''2D geometry''' you need to give a a''' unit cell thickness value''' in the '''z-axis'''.
+
Let me switch back to the '''slide'''.  
  
 
|-
 
|-
| 02:19
+
| 02:17
| lid driven cavity is of  length 1 and height 1  minimise the slide
+
| In '''openfoam''', the entire '''geometry''' is broken into '''blocks '''.
  
 
|-
 
|-
| 02:29
+
| 02:21
On your '''desktop''' create an '''empty file''' by '''right click > create document > Empty file '''  name this as '''blockMeshDict.'''(Note that M and D here are capital).
+
The blocks are numbered starting from 0 (zero) as shown in the figure.  
  
 
|-
 
|-
| 02:48
+
| 02:30
| Open this. Now Copy the data from the original '''lid driven cavity''' blockMeshDict file to the new '''blockMeshDict''' file from '''line 0'''.
+
| Note that in OpenFOAM, for creating a 2D geometry you need to give an  unit cell thickness value in the z-axis.
  
 
|-
 
|-
| 02:59
+
| 02:41
| Scroll up '''line 0 upto convertTometers'''. Copy this and paste it here.  
+
| '''lid driven cavity''' is of length 1 and height 1.  Minimize the slide.  
  
 
|-
 
|-
| 03:15
+
| 02:51
| Scroll down. Now leave some space after '''converttometers.'''
+
| On your desktop, create an empty file by right click > '''create document > Empty file'''. Name this as 'blockMeshDict'. (Note that M and D here are capital).
  
 
|-
 
|-
| 03:21
+
| 03:10
| Enter 1 as the geometry is in meters. Insert a semicolon and press  '''Enter'''
+
| Open this. Now, copy the data from the original '''lid driven cavity''' 'blockMeshDict' file to the new 'blockMeshDict' file from line 0.
  
 
|-
 
|-
|  03:30
+
|  03:21
|Again press  '''Enter''' in the file type '''vertices''' and press  '''Enter'''
+
| Scroll up line 0 upto 'convertTometers'. Copy this and '''paste''' it here.
  
 
|-
 
|-
|   03:39
+
| 03:38
| Insert the open bracket and press  '''Enter'''
+
| Scroll down. Now leave some space after 'converttometers'.
  
 
|-
 
|-
|   03:43
+
| 03:44
| Press the tab key. Start with point '''0''', insert open, close brackets,  '''Enter'''
+
| Enter 1 as the geometry is in meters. Insert a semicolon and press  '''Enter'''.
  
 
|-
 
|-
| 03:52
+
| 03:52
| '''0 space 0 space 0 '''and press enter. Again press tab key open close bracket .
+
|Again press  '''Enter'''. In the file, type "vertices" and press '''Enter'''.
  
 
|-
 
|-
| 04:02
+
|   04:01
|   Move towards point 1 in positive '''x-axis'''  and enter ''' 1 space 0 space 0''' and press  '''Enter'''
+
| Insert the open bracket and press  '''Enter'''.
  
 
|-
 
|-
| 04:12
+
|   04:04
|Again press tab key open close bracket. Move towards point 2 in '''positive x-y plane''' and enter '''1 space 1 space 0''' and press  '''Enter'''
+
| Press the '''tab''' key. Start with point 0, insert open, close brackets,  '''Enter'''.
  
 
|-
 
|-
| 04:26
+
| 04:14
|Again press tab key open close bracket enter the '''3rd point in positive y axis''' '''0 space 1 space 0 ''' press '''Enter'''
+
| '''0 space 0 space 0 '''and press '''Enter'''. Again, press '''tab''' key, open close bracket .
  
 
|-
 
|-
| 04:39
+
| 04:24
| Again press tab key  enter the 4th point on the front face, open close bracket '''0 space 0 space 0.1''' and press  '''Enter'''
+
| Move towards point 1 in positive x-axis and enter ''' 1 space 0 space 0''' and press  '''Enter'''.
  
 
|-
 
|-
|  04:51
+
|  04:34
| Similarly enter the other points with one unit value in the '''positive z -axis'''  
+
|Again press the tab key, open close bracket. Move towards point 2 in the positive x-y plane and enter '''1 space 1 space 0''' and press '''Enter'''.
  
 
|-
 
|-
| 04:56
+
| 04:48
| close the bracket and insert a '''semicolon''' after it. Press  '''Enter''',again press  '''Enter'''
+
|Again press '''tab''' key, open close bracket. Enter the 3rd point in positive y-axis '''0 space 1 space 0 ''', press  '''Enter'''.
  
 
|-
 
|-
| 05:03
+
| 05:01
| Below vertices are the blocks. Type blocks and  press '''Enter'''. Insert a '''Open bracket''' and press enter
+
| Again press the '''tab''' key. Enter the 4th point on the front face, open close bracket, '''0 space 0 space 0.1''' and press '''Enter'''.
  
 
|-
 
|-
| 05:16
+
| 05:13
|Let me switch back to the slides
+
| Similarly, enter the other points with one unit value in the positive z- axis.
  
 
|-
 
|-
 
| 05:19
 
| 05:19
| Note that '''Lid driven cavity''' is taken as a '''single block '''
+
| close the bracket and insert a semicolon after it. Press  '''Enter''', again press '''Enter'''.
  
 
|-
 
|-
| 05:24
+
| 05:26
| Let me switch back to '''blockmeshdict'''
+
| Below vertices are the blocks. Type blocks and  press  '''Enter'''. Insert a open bracket and press '''Enter'''.
  
 
|-
 
|-
| 05:27
+
| 05:39
|Enter the points for the blocks in the '''clockwise''' sense
+
|Let me switch back to the slides.
  
 
|-
 
|-
| 05:31
+
| 05:41
|We are using here '''hexa hedal blocks '''for '''meshing.'''
+
| Note that '''Lid driven cavity''' is taken as a single block.
  
 
|-
 
|-
| 05:34
+
| 05:46
|Now type '''hex''' leave some space  in '''brackets''' enter ''' 0  space  1 2 3 4 5 6 7  ''' again leave some space
+
| Let me switch back to 'blockmeshdict'.
 +
 
 +
|-
 +
| 05:48
 +
|Enter the points for the block in the clockwise sense.
  
 
|-
 
|-
 
| 05:53
 
| 05:53
| Note that for '''multiple blocks''' the points will be more.  
+
|We are using here '''hexa hedral blocks '''for '''meshing.'''
  
 
|-
 
|-
| 05:58
+
| 05:56
|After this enter the '''grid points''' in the x,y,and z directions
+
|Now, type "hex". Leave some space. In brackets, enter ''' 0  space 1 2 3 4 5 6 7  ''', again leave some space.
  
 
|-
 
|-
| 06:02
+
| 06:15
|In '''brackets''' open close brakets enter '''30 space 30 space 1''' leave some space , you can  modify the '''grid'''  as an when needed
+
| Note that for multiple blocks, the points will be more.
  
 
|-
 
|-
|  06:16
+
|  06:20
|'''Grid point''' in '''z-axis''' can be taken as one
+
|After this, enter the '''grid''' points in the x, y and z directions.
  
 
|-
 
|-
| 06:22
+
| 06:25
|Now leave some space and type '''simple grading'''  leave some space open close bracket enter '''1 space 1 space 1 '''
+
|In brackets, open close brackets, enter '''30 space 30 space 1'''. Leave some space, you can  modify the grid as and when needed.
  
 
|-
 
|-
| 06:36
+
| 06:38
| This is the grid spacing in the x y and z direction. Press  '''Enter'''
+
|Grid point in the z-axis can be taken as one.  
  
 
|-
 
|-
| 06:43
+
| 06:44
| Insert close '''bracket''',   insert a '''semicolon''' and press  '''Enter'''
+
|Now, leave some space and type "simple Grading". Leave some space, open close bracket, enter '''1 space 1 space 1 '''.
  
 
|-
 
|-
| 06:48
+
| 06:58
| Again press  '''Enter'''. Now type '''edges''', and press  '''Enter'''
+
| This is the grid spacing in the x, y and z directions. Press  '''Enter'''.
 +
 
 +
|-
 +
| 07:05
 +
| Insert close bracket, insert a semicolon and press  '''Enter'''.
 +
 
 +
|-
 +
| 07:11
 +
| Again press '''Enter'''. Now type "edges" and press  '''Enter'''.
 
|-
 
|-
| 06:55
+
| 07:17
|  As this is a simple geometry edges can be kept empty  
+
|  As this is a simple geometry, '''edges''' can be kept empty.
  
 
|-
 
|-
| 07:00
+
| 07:21
|  Insert  open  bracket press  '''Enter''',  close the  bracket ,insert a semicolon and press  '''Enter'''
+
|  Insert  open  bracket, press  '''Enter''',  close the  bracket. Insert a semicolon and press  '''Enter'''.
  
 
|-
 
|-
|  07:07
+
|  07:28
 
| Again press  '''Enter'''. Below '''edges''' are the '''boundary conditions'''.  
 
| Again press  '''Enter'''. Below '''edges''' are the '''boundary conditions'''.  
  
 
|-
 
|-
|  07:11
+
|  07:33
| Here you need to enter the '''boundary name''' for the '''faces'''
+
| Here you need to enter the '''boundary names''' for the '''faces'''.
  
 
|-
 
|-
|  07:15
+
|  07:37
|Type '''boundary''' and  press '''Enter''' .  
+
|Type "boundary" and  press '''Enter''' .  
  
 
|-
 
|-
| 07:19
+
| 07:41
|insert a open bracket and press  '''Enter'''
+
|Insert an open bracket and press  '''Enter'''.
  
 
|-
 
|-
| 07:23
+
| 07:45
|Now let me switch back to the slides  
+
|Now, let me switch back to the slides.
  
 
|-
 
|-
|07:26  
+
|07:48  
|In the geometry the upper wall is moving and other three walls are fixed.  
+
|In the geometry, the upper wall is moving and other three walls are fixed.  
  
 
|-
 
|-
| 07:31
+
| 07:53
| The front and back faces are named as '''empty''' as this is a 2D problem
+
| The front and back faces are named as 'empty' as this is a 2D problem.
  
 
|-
 
|-
| 07:39
+
| 08:01
| Open the new '''blockMeshDict''' file again
+
| Open the new 'blockMeshDict' file again.
  
 
|-
 
|-
|07:42
+
|08:04
| In '''boundary''' put the name of the '''patch''' as '''moving wall''' . Press  '''Enter'''
+
| In '''boundary''', put the name of the '''patch''' as 'moving wall' . Press  '''Enter'''.
  
 
|-
 
|-
| 07:51
+
| 08:16
| Now Insert a open curly bracket and press  '''Enter'''
+
| Now, insert a open curly bracket and press  '''Enter'''.
  
 
|-
 
|-
| 07:56
+
| 08:20
| Now enter the '''type''' for the '''moving wall''' , enter '''type''' space  '''wall'''  
+
| Now, enter the '''type''' for the '''moving wall''' , enter "type" space  "wall".  
  
 
|-
 
|-
| 08:06
+
| 08:28
| insert a '''semicolon''' and press  '''Enter'''
+
| Insert a semicolon and press  '''Enter'''.
 +
 
 
|-
 
|-
| 08:09
+
| 08:33
|Now insert open bracket, and press '''Enter'''. Press the tab key. Open close bracket.
+
|Now, faces, now press Enter, insert open bracket and press '''Enter'''. Press the '''tab''' key, open close bracket.
 +
 
 
|-
 
|-
|  08:20
+
|  08:47
|In this bracket enter the pointfor for faces
+
|In this bracket, enter the points for faces.
 +
 
 
|-
 
|-
|  08:24
+
|  08:51
|Let me switch to the slide
+
|Let me switch back to the slide.
  
 
|-
 
|-
| 08:27
+
| 08:54
| Note that order of the points  should be in such a way that the '''thumb''' should be '''normal''' to the '''face '''
+
| Note that the order of the points  should be in such a way that the thumb should be normal to the face
  
 
|-
 
|-
08:34
+
09:01
| And fingers making a  curl  as shown in the figure .
+
| and fingers making a  curl  as shown in the figure.
  
 
|-
 
|-
08:39
+
09:06
|The curl can be clockwise or anti- clockwise  
+
|The curl can be clockwise or anti-clockwise.
 +
 
 
|-
 
|-
08:43
+
09:09
| Also note that the points should match with the points inserted in vertices
+
| Also note that the points should match with the points inserted in vertices.
  
 
|-
 
|-
08:48
+
09:14
|Now let me switch back to the new '''blockmeshdict''' file .
+
|Now, let me switch back to the new 'blockMeshDict' file.
  
 
|-
 
|-
08:52
+
09:18
|Now in the faces enter '''3 space 7 space 6 space 2'''.
+
|Now in the faces, enter '''3 space 7 space 6 space 2'''.
 +
 
 
|-
 
|-
|  09:01
+
|  09:28
|  Let me switch back to the slide. These are the point for the moving wall 3,7,6,2.
+
|  Let me switch back to the slide. These are the points for the moving wall 3, 7, 6, 2.
  
 
|-
 
|-
| 09:09
+
| 09:35
|Minimise this. Note that you can start from any point on that face. Now press  '''Enter'''
+
|Minimize this. Note that you can start from any point on that face. Now press  '''Enter'''.
 +
 
 
|-
 
|-
| 09:17
+
| 09:44
|Close the bracket again press  '''Enter'''. Close the curly bracket.
+
|Close the bracket. Again press  '''Enter'''. Close the curly bracket.
 +
 
 
|-
 
|-
| 09:22
+
| 09:55
|Another note we need to enter a semi- colon, after you insert the points, a faces now after the curly brackets, press  '''Enter''' again press  '''Enter'''
+
|Another note: we need to enter a semi colon after you insert the points for faces. Now after the curly brackets, press  '''Enter''', again press  '''Enter'''.
  
 
|-
 
|-
| 09:35
+
| 10:01
|Now similarly enter '''boundary condition''' and '''faces''' for the '''fixed wall '''
+
|Now, similarly enter '''boundary condition''' and '''faces''' for the '''fixed walls'''.
  
 
|-
 
|-
| 09:40
+
| 10:06
| Being a 2D problem the type of boundary for front and back face can be kept as empty.
+
| Being a 2D problem the type of boundary for the front and back faces can be kept as empty.
 +
 
 
|-
 
|-
| 09:46
+
| 10:13
|Refer to the figure in the slide. For entering the points. Minimise this
+
|Refer to the figure in the slide. For entering the points, minimize this.
  
 
|-
 
|-
| 09:52
+
| 10:19
| Insert   the closed brackets,  put a '''semicolon''' and press  '''Enter''',  again press  '''Enter'''
+
| Insert the closed brackets,  put a semicolon and press  '''Enter''',  again press  '''Enter'''.
  
 
|-
 
|-
| 09:59
+
| 10:26
|Now type '''mergePatchPairs''' and press  '''Enter'''
+
|Now type "mergePatchPairs" and press  '''Enter'''.
  
 
|-
 
|-
| 10:04
+
| 10:32
| Since their are no patches to merge it can be kept empty
+
| Since there are no patches to be merged, it can be kept empty.
 +
 
 
|-
 
|-
| 10:08
+
| 10:35
| Insert   open close bracket. Insert a semi-colon and press  '''Enter'''
+
| Insert open close brackets. Insert a semicolon and press  '''Enter'''.
 +
 
 
|-
 
|-
| 10:14
+
| 10:41
| We are done with creating the  '''blockmeshdict''' file. Save this    
+
| We are done with creating the  'blockMeshDict' file. '''Save''' this.    
 +
 
 
|-
 
|-
| 10:18
+
| 10:46
| The complete''' blockMeshDict '''file is as shown here.  
+
| The complete 'blockMeshDict' file is as shown here.  
  
 
|-
 
|-
|10:26
+
|10:54
| Close  '''both the blockMeshDict''' files
+
| Close  both the 'blockMeshDict' files.
  
 
|-
 
|-
| 10:29
+
| 10:56
| Note that the '''command terminal''' will not work until '''blockMeshDict file''' is '''closed'''
+
| Note that the '''command terminal''' will not work until the '''blockMeshDict''' file is closed.
  
 
|-
 
|-
10:35
+
11:01
|  Switch back to the terminal. Now type '''cd (dot) (dot)''' twice to return back to the '''cavity''' folder. Now '''Mesh the geometry'''  
+
|  Switch back to the terminal. Now, type '''cd space (dot) (dot)''' twice to return back to the 'cavity' folder. Now '''Mesh the geometry'''.
  
 
|-
 
|-
|10:45
+
|11:12
|To do this in  a '''terminal''' type: '''blockMesh''' and press  '''Enter'''
+
|To do this, on the terminal, type: "blockMesh" and press  '''Enter'''.
  
 
|-
 
|-
| 10:53
+
| 11:20
|Now View the '''geometry''' by typing in the '''command terminal''' '''paraFoam''' and press  '''Enter'''
+
|Now, view the '''geometry''' by typing on the '''command terminal''' '''paraFoam''' and press  '''Enter'''.
  
 
|-
 
|-
| 10:59
+
| 11:27
| This will open the ''' ParaView window'''
+
| This will open the ''' ParaView''' window.
  
 
|-
 
|-
| 11:03
+
| 11:30
| Now On the left hand side click '''Apply''' on '''object inspector menu''' thus you can see the geometry.
+
| Now, on the left hand side, click '''Apply''' on '''object inspector''' menu. Thus, you can see the geometry.
  
 
|-
 
|-
| 11:13
+
| 11:39
| Now let me switch back to  the slides
+
| Now, let me switch back to  the slides.
  
 
|-
 
|-
| 11:16
+
| 11:43
| In this tutorial we learnt:  
+
| In this tutorial, we learnt:  
  
 
|-
 
|-
| 11:18
+
| 11:45
 
| Creating a simple geometry in '''OpenFOAM'''  
 
| Creating a simple geometry in '''OpenFOAM'''  
  
 
|-
 
|-
| 11:22
+
| 11:49
| Viewing the '''geometry''' in '''Paraview '''
+
| Viewing the geometry in '''Paraview '''.
  
 
|-
 
|-
| 11:25
+
| 11:52
| This brings us to the end of the tutorial  
+
| This brings us to the end of the tutorial.
  
 
|-
 
|-
| 11:29
+
| 11:56
| As an Assignment  
+
| As an Assignment-
  
 
|-
 
|-
| 11:31
+
| 11:58
| Change the direction  of '''lid driven cavity''' ,Change the '''grid size''' to '''50 50 1'''and View the geometry in '''paraview'''  
+
| Change the dimensions of the '''lid driven cavity''', change the grid size to '''50 50 1''' and view the geometry in '''paraView'''.
  
 
|-
 
|-
| 11:41
+
| 12:08
| Watch the video available at this URL: [http://spoken-tutorial.org/What_is_a_Spoken_Tutorial http://spoken-][http://spoken-tutorial.org/What_is_a_Spoken_Tutorial tutorial.org/What_is_a_Spoken_Tutorial]
+
| Watch the video available at this URL: [http://spoken-tutorial.org/What_is_a_Spoken_Tutorial]
  
 
|-
 
|-
| 11:44
+
| 12:11
 
| It summarizes the Spoken Tutorial project.  
 
| It summarizes the Spoken Tutorial project.  
  
 
|-
 
|-
| 11:46
+
| 12:13
| If you do not have good bandwidth, you can download and watch it.  
+
| If you do not have a good bandwidth, you can download and watch it.  
  
 
|-
 
|-
| 11:51
+
| 12:18
| The Spoken Tutorial Project Team
+
| The Spoken Tutorial project team:
  
 
|-
 
|-
| 11:53
+
| 12:20
| -Conducts workshops using spoken tutorials  
+
| Conducts workshops using spoken tutorials  
  
 
|-
 
|-
| 11:55
+
| 12:22
| -Gives certificates to those who pass an online test  
+
| Gives certificates to those who pass an online test.
  
 
|-
 
|-
| 11:59
+
| 12:25
| -For more details, please write to contact@spoken-tutorial.org  
+
| For more details, please write to:
 +
'''contact@spoken-tutorial.org'''
  
 
|-
 
|-
| 12:05
+
| 12:48
|  Spoken Tutorial project is part of Talk to a Teacher project,
+
'''Spoken Tutorial''' project is part of the '''Talk to a Teacher''' project.
  
 
|-
 
|-
| 12:09
+
| 12:51
 
| It is supported by the National Mission on Education through ICT, MHRD, Government of India.  
 
| It is supported by the National Mission on Education through ICT, MHRD, Government of India.  
  
 
|-
 
|-
| 12:15
+
| 12:57
| More information on the same is available at the following URL link [http://spoken-tutorial.org/NMEICT-Intro http://spoken-tutorial.org/NMEICT-Intro]
+
| More information on this mission is available at the following URL:
 +
[http://spoken-tutorial.org/NMEICT-Intro]
  
 
|-
 
|-
| 12:19
+
| 13:02
| | This is Rahul Joshi from IIT BOMBAY signing off.Thanks for joining.  
+
| | This is Rahul Joshi from '''IIT Bombay''', signing off. Thanks for joining.  
 
|}
 
|}

Latest revision as of 03:39, 13 March 2019

Time Narration
00:01 Hello and welcome to the spoken tutorial on creating simple geometry in OpenFOAM.
00:06 In this tutorial, I will show you:
00:08 How to create simple geometry
00:11 How to view the geometry in paraview.
00:15 To record this tutorial,I am using: Linux Operating system Ubuntu version 10.04 OpenFOAM version 2.1.0 ParaView version 3.12.0
00:26 The tutorials were recorded using the versions specified in previous slide. Subsequently the tutorials were edited to latest versions. To install latest system requirements go to Installation Sheet.
00:30 In CFD the Pre-processing part consists of creating geometry and meshing it.
00:37 Let us take the Lid driven cavity case of the previous tutorial as an example.
00:41 Recall the path for the earlier tutorial.
00:44 I have already opened the command terminal and entered the path for lid driven cavity.
00:48 To source the OpenFOAM version 5, type:$of5. To go to the run folder, type:$cd $FOAM_RUN. To open the cavity case directory, type:$cd tutorials/incompressible/icoFoam/cavity/cavity. To list the contents of case directory, type:$ls.


00:54 There are three folders '0, constant' and 'system'. 'Geometry' is inside the 'polymesh' folder of 'constant'.
01:11 In the command terminal, type: cd space constant and press Enter.
01:19 Now, type "ls" and press Enter.
01:21 In this, there is another folder called as 'polyMesh'.
01:26 Now type: cd space polymesh and press Enter.
01:34 Now type "ls" and press Enter.
01:39 To list the contents of the cavity directory, type:$ls. 0 constant system. To open the system directory, type:$cd system. To list the contents of the system directory, type:$ls blockMeshDict controlDict fvSchemes fvSolution.
01:45 This contains the 'geometry' file called as 'blockMeshDict'.
01:48 Open the 'blockMeshDict' file with any editor of your choice.
01:52 In the terminal, type: gedit space blockMeshDict( Note that M and D are capital) and press Enter.
02:07 Let me drag this to the capture area.
02:11 Now minimize this.
02:15 Let me switch back to the slide.
02:17 In openfoam, the entire geometry is broken into blocks .
02:21 The blocks are numbered starting from 0 (zero) as shown in the figure.
02:30 Note that in OpenFOAM, for creating a 2D geometry you need to give an unit cell thickness value in the z-axis.
02:41 lid driven cavity is of length 1 and height 1. Minimize the slide.
02:51 On your desktop, create an empty file by right click > create document > Empty file. Name this as 'blockMeshDict'. (Note that M and D here are capital).
03:10 Open this. Now, copy the data from the original lid driven cavity 'blockMeshDict' file to the new 'blockMeshDict' file from line 0.
03:21 Scroll up line 0 upto 'convertTometers'. Copy this and paste it here.
03:38 Scroll down. Now leave some space after 'converttometers'.
03:44 Enter 1 as the geometry is in meters. Insert a semicolon and press Enter.
03:52 Again press Enter. In the file, type "vertices" and press Enter.
04:01 Insert the open bracket and press Enter.
04:04 Press the tab key. Start with point 0, insert open, close brackets, Enter.
04:14 0 space 0 space 0 and press Enter. Again, press tab key, open close bracket .
04:24 Move towards point 1 in positive x-axis and enter 1 space 0 space 0 and press Enter.
04:34 Again press the tab key, open close bracket. Move towards point 2 in the positive x-y plane and enter 1 space 1 space 0 and press Enter.
04:48 Again press tab key, open close bracket. Enter the 3rd point in positive y-axis 0 space 1 space 0 , press Enter.
05:01 Again press the tab key. Enter the 4th point on the front face, open close bracket, 0 space 0 space 0.1 and press Enter.
05:13 Similarly, enter the other points with one unit value in the positive z- axis.
05:19 close the bracket and insert a semicolon after it. Press Enter, again press Enter.
05:26 Below vertices are the blocks. Type blocks and press Enter. Insert a open bracket and press Enter.
05:39 Let me switch back to the slides.
05:41 Note that Lid driven cavity is taken as a single block.
05:46 Let me switch back to 'blockmeshdict'.
05:48 Enter the points for the block in the clockwise sense.
05:53 We are using here hexa hedral blocks for meshing.
05:56 Now, type "hex". Leave some space. In brackets, enter 0 space 1 2 3 4 5 6 7 , again leave some space.
06:15 Note that for multiple blocks, the points will be more.
06:20 After this, enter the grid points in the x, y and z directions.
06:25 In brackets, open close brackets, enter 30 space 30 space 1. Leave some space, you can modify the grid as and when needed.
06:38 Grid point in the z-axis can be taken as one.
06:44 Now, leave some space and type "simple Grading". Leave some space, open close bracket, enter 1 space 1 space 1 .
06:58 This is the grid spacing in the x, y and z directions. Press Enter.
07:05 Insert close bracket, insert a semicolon and press Enter.
07:11 Again press Enter. Now type "edges" and press Enter.
07:17 As this is a simple geometry, edges can be kept empty.
07:21 Insert open bracket, press Enter, close the bracket. Insert a semicolon and press Enter.
07:28 Again press Enter. Below edges are the boundary conditions.
07:33 Here you need to enter the boundary names for the faces.
07:37 Type "boundary" and press Enter .
07:41 Insert an open bracket and press Enter.
07:45 Now, let me switch back to the slides.
07:48 In the geometry, the upper wall is moving and other three walls are fixed.
07:53 The front and back faces are named as 'empty' as this is a 2D problem.
08:01 Open the new 'blockMeshDict' file again.
08:04 In boundary, put the name of the patch as 'moving wall' . Press Enter.
08:16 Now, insert a open curly bracket and press Enter.
08:20 Now, enter the type for the moving wall , enter "type" space "wall".
08:28 Insert a semicolon and press Enter.
08:33 Now, faces, now press Enter, insert open bracket and press Enter. Press the tab key, open close bracket.
08:47 In this bracket, enter the points for faces.
08:51 Let me switch back to the slide.
08:54 Note that the order of the points should be in such a way that the thumb should be normal to the face
09:01 and fingers making a curl as shown in the figure.
09:06 The curl can be clockwise or anti-clockwise.
09:09 Also note that the points should match with the points inserted in vertices.
09:14 Now, let me switch back to the new 'blockMeshDict' file.
09:18 Now in the faces, enter 3 space 7 space 6 space 2.
09:28 Let me switch back to the slide. These are the points for the moving wall 3, 7, 6, 2.
09:35 Minimize this. Note that you can start from any point on that face. Now press Enter.
09:44 Close the bracket. Again press Enter. Close the curly bracket.
09:55 Another note: we need to enter a semi colon after you insert the points for faces. Now after the curly brackets, press Enter, again press Enter.
10:01 Now, similarly enter boundary condition and faces for the fixed walls.
10:06 Being a 2D problem the type of boundary for the front and back faces can be kept as empty.
10:13 Refer to the figure in the slide. For entering the points, minimize this.
10:19 Insert the closed brackets, put a semicolon and press Enter, again press Enter.
10:26 Now type "mergePatchPairs" and press Enter.
10:32 Since there are no patches to be merged, it can be kept empty.
10:35 Insert open close brackets. Insert a semicolon and press Enter.
10:41 We are done with creating the 'blockMeshDict' file. Save this.
10:46 The complete 'blockMeshDict' file is as shown here.
10:54 Close both the 'blockMeshDict' files.
10:56 Note that the command terminal will not work until the blockMeshDict file is closed.
11:01 Switch back to the terminal. Now, type cd space (dot) (dot) twice to return back to the 'cavity' folder. Now Mesh the geometry.
11:12 To do this, on the terminal, type: "blockMesh" and press Enter.
11:20 Now, view the geometry by typing on the command terminal paraFoam and press Enter.
11:27 This will open the ParaView window.
11:30 Now, on the left hand side, click Apply on object inspector menu. Thus, you can see the geometry.
11:39 Now, let me switch back to the slides.
11:43 In this tutorial, we learnt:
11:45 Creating a simple geometry in OpenFOAM
11:49 Viewing the geometry in Paraview .
11:52 This brings us to the end of the tutorial.
11:56 As an Assignment-
11:58 Change the dimensions of the lid driven cavity, change the grid size to 50 50 1 and view the geometry in paraView.
12:08 Watch the video available at this URL: [1]
12:11 It summarizes the Spoken Tutorial project.
12:13 If you do not have a good bandwidth, you can download and watch it.
12:18 The Spoken Tutorial project team:
12:20 Conducts workshops using spoken tutorials
12:22 Gives certificates to those who pass an online test.
12:25 For more details, please write to:

contact@spoken-tutorial.org

12:48 Spoken Tutorial project is part of the Talk to a Teacher project.
12:51 It is supported by the National Mission on Education through ICT, MHRD, Government of India.
12:57 More information on this mission is available at the following URL:

[2]

13:02 This is Rahul Joshi from IIT Bombay, signing off. Thanks for joining.

Contributors and Content Editors

DeepaVedartham, Gaurav, PoojaMoolya, Pratik kamble, Sandhya.np14, Sneha