CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Grid

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 29, 2000, 08:36
Default Grid
  #1
Roy
Guest
 
Posts: n/a
Hi there|

What is the difference between structured and unstructured grid?

Tanks in adavance
  Reply With Quote

Old   August 29, 2000, 10:04
Default Re: Grid
  #2
Rich E
Guest
 
Posts: n/a
In a structured grid, the nodal conectivity (and hence cell connectivity) is implicit. In 2d, node (i,j) ALWAYS has neigbours (i+1,j),(i-1,j),(i,j+1), (i,j-1). The indicies stand for the dimensions through which we can move (e.g in turbomachinery often i=pitchwise, j=meridional, k=spanwise). This is great when writing computer programs as all the variables and geometry can be stored in 3 dimensional arrays and moving around the mesh from connected node to connected node just involves incrementing the array counters. A quick drawing will show you that 3d structured meshes always use hexahedral (6 sided cuboid) cells

In an unstructured grid nodal (and cell) connectivity must be explicity stored. The computer program must contain 'look up tables' to tell it which node/cell it is going to arrive at by moving in a certain direction. Unstructured meshes are more flexible when it comes to meshing complex geometries and you can have different shaped cells (tets,hexes,prisms) to suit the problem your looking at, but the larger computational overhead means they take longer to arrive at a solution.
  Reply With Quote

Old   August 29, 2000, 11:59
Default Re: Grid
  #3
John C. Chien
Guest
 
Posts: n/a
(1). When you start writing the program, it will be much easier to understand. (2). There is a good example, using the street layout in a city. In some cities, (mostly in the western part of US), the city streets are just like the chess board or graph paper. You can give the street a numerical name, or names in alphabetical order, in both east-west, and north-south direction. This is structured mesh layout (ordered). (3). In most old cities, the streets are sort of randomly distributed. They don't follow a particular order. (for historical reasons, I guess. In some countries, the houses and streets are determined individually because of their culture.) So, if the first street is near the city hall, the second street is problably somewhere in the other part of the city. So, they are not next to each other. It is not ordered, and you can call it unstructured mesh.
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mapping results from CFD grid to structural grid of a free-form surface mbecker OpenFOAM Running, Solving & CFD 1 October 18, 2013 11:16
MapFields to New Grid For Extreme Grid Deformations due to Body Motion albcem OpenFOAM 0 May 5, 2009 15:17
GRID TO GRID INTERPOLATION in FLUENT calogero FLUENT 3 June 4, 2003 09:32
Combustion Convergence problems Art Stretton Phoenics 5 April 2, 2002 06:59
Troubles modelling flow through a grid Hans Klaufus CFX 1 June 28, 2000 17:43


All times are GMT -4. The time now is 08:05.