|
[Sponsors] |
[ICEM] Structured and unstructured mesh in ICEM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 12, 2020, 11:58 |
Structured and unstructured mesh in ICEM
|
#1 |
Senior Member
Weiqiang Liu
Join Date: Feb 2018
Posts: 278
Rep Power: 9 |
Hi all,
I am using ANSYS ICEM to draw a structured mesh and tried to import this mesh into fluent. I followed instruction in tutorial and transform structured mesh into unstructured mesh. All the cells in the domain is quadrilateral. I did not change shape of any cells in the domain. However, the mesh is changed from structured to unstructured. I am wondering what is the criterion to determine structured and unstructured mesh? Best regards Weiqiang |
|
May 13, 2020, 04:30 |
|
#2 |
New Member
Join Date: Feb 2020
Posts: 10
Rep Power: 6 |
Your grid is topologically structured (it can be mapped to a cartesian coordinate system with a conformal function), but the data structure of the grid is unstructured because that's the only data type that Fluent supports.
The difference between structured and unstructured data structs in grids is that structured grids contain the information about a cell's neighboring cells already in the node numbers. So if a cell has the node numbers 1,2,3,4 and another cell has the node numbers 3,4,5,6 the solver knows that these cells are next to each other and share the face 3,4. An unstructured grid does not have this information because the nodes are numbered more or less randomly. To find out which cells share a face, unstructured grids contain a so called connectivity matrix. During the solving process, the solver always has to look up this info from the matrix. That's also the reason why unstructured grids usually have longer solving times than structured grids. |
|
May 13, 2020, 04:49 |
|
#3 | |
Senior Member
Weiqiang Liu
Join Date: Feb 2018
Posts: 278
Rep Power: 9 |
Quote:
thanks very much for this detailed explanation. Can I ask a question? If unstructured data type takes a longer solving time, why fluent does not use structured data type as default? Best regards weiqiang |
||
May 13, 2020, 08:17 |
|
#4 |
New Member
Join Date: Feb 2020
Posts: 10
Rep Power: 6 |
It's an unstructured solver because those solvers can deal with unstructured and structured grids. Structured solvers can only deal with structured grids, so it's quite limited in its capability. As a commercial solver, it makes sense to have as many options as possible, even if it might increase the computation time.
|
|
May 13, 2020, 11:37 |
|
#5 | |
Senior Member
Weiqiang Liu
Join Date: Feb 2018
Posts: 278
Rep Power: 9 |
Quote:
Best regards Weiqiang |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Structured to unstructured mesh problem | Easyeight | ANSYS Meshing & Geometry | 5 | May 14, 2018 06:20 |
[ICEM] Unstructured Tetra Mesh around Structured Hexa Mesh | grinser92 | ANSYS Meshing & Geometry | 0 | April 12, 2017 16:05 |
[ICEM] 2D hybrid mesh (unstructured mesh highly dependent on structured mesh parameters) | shubham jain | ANSYS Meshing & Geometry | 1 | April 10, 2017 06:03 |
[ICEM] Removing the Unstructured Mesh from an ICEM Project | scribby182 | ANSYS Meshing & Geometry | 2 | February 1, 2013 20:00 |
[ICEM] Unstructure Meshing Around Imported Plot3D Structured Mesh ICEM | kawamatt2 | ANSYS Meshing & Geometry | 17 | December 20, 2011 12:45 |