|
[Sponsors] |
September 9, 2015, 05:42 |
unstructured grid wall cells algorithm
|
#1 |
Member
Shah
Join Date: Aug 2013
Posts: 61
Rep Power: 13 |
How do we find whether a cell is located at the wall. How would the algorithm do it ?
Thanks in advance shah |
|
September 9, 2015, 10:53 |
|
#2 |
Senior Member
Michael Prinkey
Join Date: Mar 2009
Location: Pittsburgh PA
Posts: 363
Rep Power: 25 |
If you are talking about an unstructured code like FLUENT or OpenFOAM, to touch all of the cells adjointing a wall boundary, you loop over the faces in the wall thread/patch and look up the cell connected to each face (F_C0() in FLUENT, etc).
|
|
September 10, 2015, 08:09 |
|
#3 |
Member
Shah
Join Date: Aug 2013
Posts: 61
Rep Power: 13 |
Thank you for your reply.
In fact I am programing it using fortran. Plus I am using unstructured mesh. I am curious how would a triangular cell with only one of its vertices located on the wall effect the algorithm. Thanks |
|
September 10, 2015, 09:00 |
|
#4 | |
Senior Member
Michael Prinkey
Join Date: Mar 2009
Location: Pittsburgh PA
Posts: 363
Rep Power: 25 |
Quote:
|
||
September 10, 2015, 11:06 |
|
#5 |
Member
Shah
Join Date: Aug 2013
Posts: 61
Rep Power: 13 |
Haha, of course. Thank you. Your reply made both my work and the day.
|
|
Tags |
unstructured grid, wall cells algorithm |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] snappyHexMesh sticking point | natty_king | OpenFOAM Meshing & Mesh Conversion | 11 | February 20, 2024 10:12 |
Mesh Conversion : structured to unstructured | shreyasr | ANSYS | 8 | April 8, 2019 08:03 |
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! | sc298 | OpenFOAM Meshing & Mesh Conversion | 2 | March 27, 2011 22:11 |
[snappyHexMesh] snappyHexMesh aborting | Tobi | OpenFOAM Meshing & Mesh Conversion | 0 | November 10, 2010 04:23 |
[snappyHexMesh] external flow with snappyHexMesh | chelvistero | OpenFOAM Meshing & Mesh Conversion | 11 | January 15, 2010 20:43 |