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

[Other] Errors with mergePatchPairs

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 21, 2014, 23:26
Default Errors with mergePatchPairs
  #1
New Member
 
Zimuzo Ezeozue
Join Date: Jun 2014
Location: Nigeria
Posts: 1
Rep Power: 0
zimuzostanley is on a distinguished road
Pleas I am really confused on how to merge two faces for an internal geometry. I have tried the instructions in the docs but I still keep getting errors and the errors are not descriptive enough for me to decipher. I have been battling with creating an internal baffle in my geometry for weeks now. My blockMeshDict is shown below along with the attachment of my case CropDryer.zip

Thanks for any help

vertices
(
(0 0 0) //0
(1 0 0) //1
(1 1 0) //2
(0 1 0) //3
(0 0 0.1) //4
(1 0 0.1) //5
(1 1 0.1) //6
(0 1 0.1) //7


(0.2 0.5 0) //8
(0.8 0.5 0) //9
(0.8 0.6 0) //10
(0.2 0.6 0) //11
(0.2 0.5 0.1) //12
(0.8 0.5 0.1) //13
(0.8 0.6 0.1) //14
(0.2 0.6 0.1) //15

);

blocks
(
hex (0 1 2 3 4 5 6 7) (20 20 1) simpleGrading (1 1 1)
hex (8 9 10 11 12 13 14 15) (20 2 1) simpleGrading (1 1 1)
);

edges
(
);

boundary
(
ceiling
{
type wall;
faces
(
(3 7 6 2)
);
}
floor
{
type wall;
faces
(
(1 5 4 0)
);
}
fixedWalls
{
type wall;
faces
(
//(0 4 7 3)
(2 6 5 1)

(8 9 13 12)
(11 15 14 10)

//(8 12 15 11)
(9 10 14 13)
);
}
frontAndBack
{
type empty;
faces
(
(0 3 2 1)
(4 5 6 7)

(12 13 14 15)
(8 11 10 9)
);
}
obstructionSide
{
type wall;
faces
(
(8 12 15 11)
//(9 10 14 13)
);
}
sideWall
{
type wall;
faces
(
(0 4 7 3)
);
}
);

mergePatchPairs
(
(sideWall obstructionSide)
);

// ************************************************** *********************** //
zimuzostanley is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Building OpenFOAM1.7.0 from source ata OpenFOAM Installation 46 March 6, 2022 13:21
pimpleDyMFoam computation randomly stops babapeti OpenFOAM Running, Solving & CFD 5 January 24, 2018 05:28
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 bookie56 OpenFOAM Installation 8 August 13, 2011 04:03
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07


All times are GMT -4. The time now is 06:15.