CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[blockMesh] About owner and neighbour files created from blockMesh

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 2 Post By ce73stargazer
  • 1 Post By ce73stargazer
  • 1 Post By Nik P.

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   May 29, 2016, 21:55
Default About owner and neighbour files created from blockMesh
  #1
Member
 
Zhifang Hu
Join Date: Sep 2015
Location: Brisbane
Posts: 54
Rep Power: 10
ce73stargazer is on a distinguished road
Hi there

Just for my own study purpose I created a simple mesh with 2 cell in the x direction and 3 layers in y direction. (shown in the scratch).

The numbers written in the scratch show the face number in the face file, however when i checked the owner and neighbour file,I dont understand whats the number in the main body stayed for, anyone have some suggestion?

The owner file shows
Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.4.1 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/

FoamFile
{
version 2.0;
format ascii;
instance "constant";
local "polyMesh";
object owner;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


29
(
0
2
4
0
2
1
3
0
1
2
3
4
5
0
1
2
3
4
5
0
2
4
1
3
5
0
1
4
5
)


// ************************************************** *********************** //
and the neighbour shows

Quote:
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.4.1 |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/

FoamFile
{
version 2.0;
format ascii;
instance "constant";
local "polyMesh";
object neighbour;
}

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //


29
(
1 //0
3 //1
5 //2
2 //3
4 //4
3 //5
5 //6
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
)


// ************************************************** *********************** //

Attached Files
File Type: pdf 4103_001.pdf (38.9 KB, 28 views)
ce73stargazer is offline   Reply With Quote

 


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
Deleting files in /constant/polyMesh to reset and store OpenFOAM case sdfij6354 OpenFOAM Running, Solving & CFD 0 December 21, 2017 07:37
access the information of the neighbour cell across a processor boundary? sophie_l OpenFOAM Programming & Development 4 August 9, 2016 14:05
Access (parallel) face number, owner and neighbour of a face? saloo OpenFOAM Programming & Development 0 September 4, 2014 10:10
owner - neighbour relations for processor boundaries RoE OpenFOAM 2 October 4, 2011 08:49
Face orientation in blockMesh WiWo OpenFOAM 0 March 18, 2010 11:10


All times are GMT -4. The time now is 20:54.