Mesh Generation Flashcards

1
Q

What is mesh generation?

A

Dividing physical space into a large number of geometrical elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three kinds of meshes?

A

Surface
Volume
Surface-Volume

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are seven different types of Grids/Meshes?

A
  • Structured Grid
  • Overset Grid
  • Hybrid Grid
  • Unstructured Mesh
  • Body-fitted Grid
  • Mixed Grid
  • Cartesian Grid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are properties of structured grids?

A
  • Each grid point connected with two neighbors
  • Easy access of flow variables
  • Difficult to generate for complex bodies
  • Longer grid generation time
  • Each grid point is uniquely defined
  • Grid elements are quadrilaterals in 2D and hexahedral in 3D in
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are three basic grid topologies in 2D?

A
  • C-grid
  • H-grid
  • O-grid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are four methods for creating structured grids?

A
  • Algebraic Grid Generation
  • Conformal Transformation
  • Elliptical Grid Generation
  • Hyperbolic grid generation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the three steps of grid generation?

A
  1. Definition of surface
  2. Surface grid creation
  3. Volume grid creation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are some important grid requirements?

A
  • No holes between grid cells
  • Grid cells do not overlap
  • No abrupt changes in grid cell volume or stretching ratio
  • Elements should be as regular as possible
  • No large kinks in grid line
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the properties of unstructured meshes?

A
  • No particular ordering to grid cells
  • Neighboring points cannot be directly identified, a connectivity matrix is needed
  • Triangles / quadrilaterals in 2D and tetrahedral/ hexahedral/ prism / pyramid elements in 3D
  • Can be created much more quickly
  • Difficult to apply to turbulence models

-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the C- Grid?

A
  • Grid clustering in far field
  • High resolved regions in wake
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is H-grid?

A
  • Employed in turbomachinery
  • Grid clustering in far field
  • Uses points least efficiently
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is O-grid?

A
  • Poor grid quality at a sharp trailing edge
  • Uses points most efficient
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the main principles for creating structured grids?

A
  • Constant coordinate system in the mapped surface of the body
  • Governing equations are solved in the transformed cartesian domain
  • Results are mapped back to the physical domain
  • Governing equations also have to be transformed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Algebraic grid generation?

A
  • Most basic way
  • Direct description of the coordinate transformation between physical and computational domain
  • Generates Structured grid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Conformal Transformation?

A
  • Relates an easily constructed mesh over a simple geometry to a mesh around a general shape
  • Angles are preserved in conformal transformation, so an orthogonal grid around a simple geometry will remain orthogonal around the general shape
  • Restricted to two-dimensional cases
  • Generated structured grid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is elliptical grid generation?

A
  • Elliptic PDE is solved to create grid
  • Grid is solution of PDE so it has the shape of a flow field
  • Grid quality can be controlled
  • Create initial grid and solve Laplace equation on initial grid
  • Generates structured grid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is hyperbolic grid generation?

A
  • Hyperbolic grids can be grown away from initial data surface with no need for multiple solutions to be obtained
  • Do not require boundaries enclosing the area where the grid is created
  • can often be created faster and with a higher level of control
  • Generates structured grid
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What are three basic approaches for generating unstructured meshes?

A
  • Delaunay triangulation
  • Advancing front methods
  • Octree methods
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is Delaunay Triangulation?

A
  • For a set of points, obtain the best set of triangles
  • Generates unstructured grid
20
Q

What is Octree / Quadtree Concept?

A
  • Region surrounding the surface of interest is divided into a collection of rectangles followed by a division of rectangles into triangles
21
Q

What is the difference between super and subsonic flow in terms of information propagation?

A
  • Subsonic flow propagates information in all directions
  • Supersonic flow only propagates information downstream within Mach cone
22
Q

What are important structured cell grid properties?

A
  • Jacobian
  • Cell Shape
  • Cell orthogonality at a surface boundary
  • Cell streaching
23
Q

What are important unstructured cell properties?

A
  • Flow alignment and boundary layer gradients
  • Cell Planeness
  • Cell skew and smoothness
  • Cell isotropy and spacing
24
Q

What is the Jacobian?

A
  • It defines the transformation from physical space to computational space
25
Q

How does cell shape affect solution accuracy for structured cell grid?

A

Highly skewed cells can lead to inaccuracy

26
Q

How does cell orthogonality at surface affect the solution accuracy for structured cell grid?

A
  • Structured grid flow solvers give most accurate results when the grid cells are orthogonal
27
Q

How does cell stretching affect solution accuracy for structured cell grid?

A
  • The more we stretch the grid, form one cell to the next, the more the truncation error.
  • Any adjacent cells should not have lengths that differ by more than 20 percent to avoid error
28
Q

How does cell planarness affect solution accuracy for unstructured cell grids?

A
  • Non planar faces introduce errors for unstructured cell grids
  • All quadrilateral faces should be as plane as possible
29
Q

How does cell skew and smoothness affect solution accuracy for unstructured cell grids?

A
  • The face centroid should be located centrally with respect to the solution points at the neighboring cell centroids to avoid error
30
Q

How many regions does the boundary layer have and what are they called?

A
  1. Inner and outer
31
Q

What are the three sublayers in the inner layer of the boundary layer?

A
  • Viscous
  • Transitional
  • Fully turbulent
32
Q

What is the formula for y+ calculation for first estimation?

A
  • Compute Reynolds number
  • Estimate skin friction
  • Compute wall sheer stress
  • Compute friction velocity
  • Compute wall distance
33
Q

What is the rule for viscous sublayer in mesh generation?

A

It starts at the wall and is continuous to y+ = 10

34
Q

What are some grid manipulation methods?

A
  • Adaptation
  • Fluid Structure Interaction (deformat.)
  • Chimera Methods
  • Sliding Interface
35
Q

What is the purpose of grid adaptation and what are its three steps?

A
  • To make sure that the grid is fine enough in high gradient areas.
  1. Identify high gradient regions
  2. Refine mesh in high grad. areas
  3. Coarsen unimportant areas
36
Q

What are some indicators to identify high gradient regions in mesh?

A
  • Gradient based indicator
  • Residual based indicator
  • Reconstruction based indicator
37
Q

What are some methods for refining mesh in high gradient regions?

A
  • Local remeshing
  • Delaunay triangulation
  • Edge-face swapping
  • Octree
38
Q

What is Fluid-Structure interaction and what are its steps?

A
  • It is useful for modeling of a rigid body with aerodynamic forces.
  1. Use forces on structure model
  2. Transfer Model deformation to CFD solver
  3. Calculate simulation with deformed model
39
Q

What are three approaches to Fluid-Structure Interaction?

A
  1. Monolithic Approach
  2. One way coupling
  3. Two way coupling
40
Q

What is the monolithic approach for fluid structure interaction?

A
  • One global system of equations to describe fluid, structure and interaction
  • Simultaneously solve for entire aeroelastic system
41
Q

What is the one way coupling approach for fluid structure interaction?

A
  • CFD solver gives aerodynamic solution for a defined time span
  • Transfer solution to structural solver
  • Computation of structural response
  • No feedback loop to CFD Solver!
42
Q

What is the two way coupling approach for fluid structure interaction?

A
  • Partition into fluid and structural domain
  • Separate solution and mutual interaction of solvers
  • Further divided into explicit and implicit approach
  • Explicit approach solves once per time step and has first order accuracy
  • Implicit approach has converged solution in physical time step
43
Q

What is overset grid generation and why is it used?

A

Used in cases where geometry cannot be represented using a single contiguous grid.

  • Use blocks of overlapping structured grids
  • Exchange boundary layer information via interpolation
  • Chimera steps
44
Q

What are chimera steps?

A
  • Grid generation
  • Hole cutting
  • Determination of interpolation weights
45
Q

What is sliding interface and when is it used?

A
  • Used in cases where there is movement of part relative to boundaries of interest
  1. Move boundaries and adjust mesh
  2. Nodes move rigidly in a given dynamic mesh zone
  3. Multiple cell zones connected through non conformal interfaces
46
Q

What are properties of sliding interface?

A
  • Can be partially overlapping
  • Solution is inherently unsteady
47
Q

What is grid sensitivity study and when is it used?

A
  • Used when you want to prove that the simulation provides accurate results and is not dependent on the grid
  1. Select parameters
  2. Refine mesh until solution is independent of grid
  3. Assure grid resolves features in best way