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

[blockMesh] blockMesh seems to create internal barriers

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 17, 2018, 08:58
Default blockMesh seems to create internal barriers
  #1
Member
 
Jeremy Dudley
Join Date: Jul 2010
Posts: 45
Rep Power: 15
bendel_boy is on a distinguished road
I am trying to create a simple structure using three blocks, to represent an inlet, main body, and outlet. When I do this the concentration of the inlet seems always to stay within the 1st block, and never to flow through to the other two blocks. I got a message that there were two internal faces, but when I view the grid (paraview or enGrid) I cannot see any internal face. Can anyone spot what I am doin gwrong?



vertices (
( 0.0 0.0 0.0) // 0
(26.5 0.0 0.0) // 1 -- 0 - 1 defines X
(26.5 17.0 0.0) // 2 -- 1 - 2 defines Y
( 0.0 17.0 0.0) // 3 -- 0 - 1 - 2 - 3 defines Z

( 0.0 0.0 0.026) // 4
(26.5 0.0 0.026) // 5
(26.5 17.0 0.026) // 6
( 0.0 17.0 0.026) // 7

( 0.0 0.0 4.974) // 8
(26.5 0.0 4.974) // 9
(26.5 17.0 4.974) // 10
( 0.0 17.0 4.974) // 11

( 0.0 0.0 5.0) // 12
(26.5 0.0 5.0) // 13
(26.5 17.0 5.0) // 14
( 0.0 17.0 5.0) // 15
);

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

boundary (
inlet {type patch;
faces ( (0 4 7 3));
}
outlet { type patch;
faces ((9 13 14 10));
}
surface { type patch;
faces ((12 13 14 15));
}
);

mergePatchPairs ();
bendel_boy 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
[ANSYS Meshing] How to create Internal walls using Ansys meshing? shivasluzz ANSYS Meshing & Geometry 1 November 19, 2018 09:16
[blockMesh] Creating an internal mesh within blockMesh? ashish.vinayak OpenFOAM Meshing & Mesh Conversion 4 June 22, 2018 03:42
Howto create runtime variable for internal field PositronCascade OpenFOAM Programming & Development 1 January 5, 2017 06:33
internal face in blockMesh rou OpenFOAM 0 June 16, 2014 07:36
[blockMesh] Does blockMesh create mesh vertices in any particular order brooksmoses OpenFOAM Meshing & Mesh Conversion 3 December 12, 2005 20:26


All times are GMT -4. The time now is 22:33.