Difference between revisions of "BlockMesh by Stefan Radl"
Jump to navigation
Jump to search
Jozsef Nagy (talk | contribs) |
Jozsef Nagy (talk | contribs) |
||
| Line 3: | Line 3: | ||
* '''contact''': [email protected] | * '''contact''': [email protected] | ||
* '''OpenFOAM version''': 1.7/3.0 | * '''OpenFOAM version''': 1.7/3.0 | ||
| − | * '''Published under''': CC BY-NC-SA license | + | * '''Published under''': CC BY-NC-SA license ([https:// creativecommons.org/licenses creative commons licenses]) |
Go back to [https://wiki.openfoam.com/index.php?title=Day_1 Day 1]. | Go back to [https://wiki.openfoam.com/index.php?title=Day_1 Day 1]. | ||
| + | |||
| + | =[http:// www.tugraz.at/fileadmin/user_upload/Institute/IPPT/Area-PharmEng_Particles/SoftwareTraining/OpenFOAM/2_blockMeshIcoFoam.mp4 blockMesh with the cavity case]= | ||
| + | |||
| + | The cavity case is excellent for the introduction into the OpenFOAM internal simple meshing utility called blockMesh. You might have already run this case, but [http:// www.tugraz.at/fileadmin/user_upload/Institute/IPPT/Area-PharmEng_Particles/SoftwareTraining/OpenFOAM/2_blockMeshIcoFoam.mp4 this time] we will focus on | ||
| + | |||
| + | * the dictionaries (e.g. blockMeshDict) | ||
| + | * meshing the case | ||
| + | * running and postprocessing the simulation. | ||
| + | |||
| + | You might consider creating a copy of the cavity tutorial by typing e.g. | ||
| + | |||
| + | >> cp -r cavity cavity_tutorial | ||
Revision as of 07:24, 19 September 2016
- author: Stefan Radl
- affiliation: Technische Universität Graz, Austria
- contact: [email protected]
- OpenFOAM version: 1.7/3.0
- Published under: CC BY-NC-SA license ([https:// creativecommons.org/licenses creative commons licenses])
Go back to Day 1.
[http:// www.tugraz.at/fileadmin/user_upload/Institute/IPPT/Area-PharmEng_Particles/SoftwareTraining/OpenFOAM/2_blockMeshIcoFoam.mp4 blockMesh with the cavity case]
The cavity case is excellent for the introduction into the OpenFOAM internal simple meshing utility called blockMesh. You might have already run this case, but [http:// www.tugraz.at/fileadmin/user_upload/Institute/IPPT/Area-PharmEng_Particles/SoftwareTraining/OpenFOAM/2_blockMeshIcoFoam.mp4 this time] we will focus on
- the dictionaries (e.g. blockMeshDict)
- meshing the case
- running and postprocessing the simulation.
You might consider creating a copy of the cavity tutorial by typing e.g.
>> cp -r cavity cavity_tutorial