Difference between revisions of "Meshing in OpenFOAM by Divyesh Variya (DD Fluids)"

From OpenFOAM Wiki
Jump to navigation Jump to search
(Created page with "category:meshing * '''contributor''': Divyesh Variya * '''affiliation''': Indian Institute of Technology, Bombay * '''contact''': <mail address='dd.fluid.mechanics@gmail.c...")
 
m
 
(4 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
* '''LinkedIn Profile''': [https://www.linkedin.com/in/divyeshvariya/ DivyeshVariya]
 
* '''LinkedIn Profile''': [https://www.linkedin.com/in/divyeshvariya/ DivyeshVariya]
  
=blockMesh=
+
Go back to [https://wiki.openfoam.com/Collection_by_authors#Gavin_Tabor Collection by Authors].
  
==blockMeshDict [vertices|blocks|boundary]==
+
=[https://wiki.openfoam.com/blockMesh_by_Divyesh_Variya_(DD_Fluids) blockMesh]=
Tutorial link: [https://youtu.be/4l2em9Lhp5A YouTube Tutorial]
+
* Tutorial link: [https://youtu.be/4l2em9Lhp5A Vertices|blocks|boundary]
 +
* Tutorial link: [https://youtu.be/OMBSNGWKIMU edges]
 +
* Tutorial link: [https://youtu.be/RKDia8Xjtu8 simpleGrading]
 +
* Tutorial link: [https://youtu.be/tSXyZmfVaX4 Multiple blocks]
 +
* Tutorial link: [https://youtu.be/h4IpEI9uA_Q mergePatchpair]
  
Description: A detailed overview explained in this tutorial using a lid driven cavity case. The three major sections of blockMeshDict are discussed with different hands on modifications.
+
=[https://youtu.be/uSpqMV7W0Dg Adaptive Mesh Refinement (AMR)]=
 +
* Tutorial link: [https://youtu.be/uSpqMV7W0Dg AMR in VoF tutorial]
  
Points covered:
+
=[https://wiki.openfoam.com/snappyHexMesh_by_Divyesh_Variya_(DD_Fluids) snappyHexMesh]=
* How to define vertices
 
* How to define block
 
* How to discretise a domain
 
* How to define physical boundaries
 
* How to scale geometry
 
 
 
==blockMeshDict [edges]==
 
Tutorial link: [https://youtu.be/OMBSNGWKIMU YouTube Tutorial]
 
 
 
Description: An explaination of a sub-section edges of blockMeshDict is explained in this tutorial. How one can create an arc and polyline using edges section is discussed with hands on modifications.
 
 
 
Points covered:
 
* How to create a curved face
 
* How to create 3 point arc
 
* How to create a polyline
 
* How to create finer and smoother face
 
* How to add points from excel to blockMeshDict
 
 
 
==blockMeshDict [simpleGrading]==
 
Tutorial link: [https://youtu.be/RKDia8Xjtu8 YouTube Tutorial]
 
 
 
Description: To create finer mesh near a perticular face in blockMeshDict, simpleGrading is used. In this tutorial, few options of simpleGrading are explained for example, how to create finer grid near the single face and two faces.
 
 
 
Points covered:
 
* How to create finer grid near a face
 
* How to distribute geometry and no. of cells
 
* How expansion ratio work in blockMeshDict
 

Latest revision as of 12:58, 27 May 2021

Go back to Collection by Authors.

blockMesh

Adaptive Mesh Refinement (AMR)

snappyHexMesh