CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

How to identify boundary cell and internal cell

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 25, 2008, 20:30
Default Hi, I have a cubic mesh whi
  #1
Member
 
roy fokker
Join Date: Mar 2009
Posts: 44
Rep Power: 17
dbxmcf is on a distinguished road
Hi,

I have a cubic mesh which needs a special weigh treatment of boundary cell and internal cell. My intention is like this:

forAll(cellWeigh, mI)
{
if (cellIsBoundary(mI))
cellWeigh[mI]=0;
else
cellWeigh[mI]=1;
}

Is there any way to identify whether the cell is a boundary cell or internal cell? Is it a simple function or should I do some field calculation?

Thanks a lot!
dbxmcf is offline   Reply With Quote

Old   August 25, 2008, 21:59
Default I'm assuming that by "boundary
  #2
Senior Member
 
Sandeep Menon
Join Date: Mar 2009
Location: Amherst, MA
Posts: 403
Rep Power: 25
deepsterblue will become famous soon enough
I'm assuming that by "boundary cells", you want to identify cells adjacent to boundary faces. If so, then it's not too difficult to obtain - loop through boundaryMesh (boundary patches), and obtain the owner cell from the allOwner list. All other cells are internal.
__________________
Sandeep Menon
University of Massachusetts Amherst
https://github.com/smenon
deepsterblue is offline   Reply With Quote

Old   November 6, 2016, 09:11
Default
  #3
New Member
 
DU Shen
Join Date: Nov 2016
Posts: 14
Rep Power: 9
tiancaidushen is on a distinguished road
Quote:
Originally Posted by deepsterblue View Post
I'm assuming that by "boundary cells", you want to identify cells adjacent to boundary faces. If so, then it's not too difficult to obtain - loop through boundaryMesh (boundary patches), and obtain the owner cell from the allOwner list. All other cells are internal.
Hello Menon,

Since this post has passed so long time, I am not sure are you still available to answer my question.

I want to identify cells belonging to a solid zone adjacent to boundary faces. Could you please show me how can I do this?

Best wishes,

Shen
tiancaidushen is offline   Reply With Quote

Reply


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
UDF: Given coordinates, How to identify the cell? Zhang Fluent UDF and Scheme Programming 26 August 15, 2022 05:54
[Technical] How to identify cell neighbours booz OpenFOAM Meshing & Mesh Conversion 59 November 20, 2017 00:40
cell velocity U and its cell face area Chinayu Siemens 0 May 6, 2006 22:44
Cell-vertex and cell-centered finite volume method Praveen Main CFD Forum 4 September 8, 2003 23:58
identify Cell face Sunlight007 Siemens 3 August 30, 2003 05:30


All times are GMT -4. The time now is 03:39.