|
[Sponsors] |
July 6, 2015, 15:18 |
Structured to unstructured grid conversion
|
#1 |
New Member
Join Date: Jul 2015
Posts: 1
Rep Power: 0 |
Hi all,
New to these forums. I am working on writing a code to convert a structured grid to an unstructured grid. I have a PLOT3D ASCII format of the structured mesh grid. Does anyone have any insight on how to do this conversion? |
|
July 7, 2015, 01:10 |
|
#2 |
New Member
Join Date: Jul 2015
Posts: 3
Rep Power: 11 |
Almost all kinds of unstructured mesh format is made up of the following parts:
1.The number of nodes, the coorndnate of nodes. 2.The number of cells, the edge list of cells(ie. number of nodes which make up the cell). 3.The number of boundary faces,the edge list of bounday faces. the boubdary condition of the face. that's all what you need to generate from structured grid. Regards. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Structured to Unstructured grid | Sen | Main CFD Forum | 2 | March 2, 2011 12:33 |
combining structured and unstructured grids | Shane | FLUENT | 2 | January 23, 2007 21:57 |
unstructured mesh grid independence for Fluent | Shane Schouten | FLUENT | 0 | October 11, 2006 17:50 |
Unstructured/ structured grid | Vidya | FLUENT | 1 | June 29, 2006 19:34 |
Mesh Compatibility | Andrew Epp | Main CFD Forum | 5 | December 10, 1998 01:50 |