tutorials: Upgraded all of the blockMeshDict files to the new format

Upgraded other files as necessary for consistency with the blockMeshDict, in
particular cases with cyclic patches.
This commit is contained in:
Henry
2011-05-26 12:43:16 +01:00
parent 50660fcca5
commit b6f8897268
184 changed files with 4844 additions and 47427 deletions

View File

@ -37,29 +37,45 @@ edges
(
);
patches
boundary
(
patch inlet
(
(0 4 7 3)
)
inlet
{
type patch;
faces
(
(0 4 7 3)
);
}
patch outlet
(
(2 6 5 1)
)
outlet
{
type patch;
faces
(
(2 6 5 1)
);
}
patch atmosphere
(
(4 5 6 7)
)
atmosphere
{
type patch;
faces
(
(4 5 6 7)
);
}
symmetryPlane sides
(
(1 5 4 0)
(3 7 6 2)
(0 3 2 1)
)
sides
{
type symmetryPlane;
faces
(
(1 5 4 0)
(3 7 6 2)
(0 3 2 1)
);
}
);

View File

@ -37,21 +37,33 @@ edges
(
);
patches
boundary
(
patch inlet
(
(1 5 4 0)
)
patch outlet
(
(3 7 6 2)
)
wall walls
(
(0 4 7 3)
(2 6 5 1)
)
inlet
{
type patch;
faces
(
(1 5 4 0)
);
}
outlet
{
type patch;
faces
(
(3 7 6 2)
);
}
walls
{
type wall;
faces
(
(0 4 7 3)
(2 6 5 1)
);
}
);
mergePatchPairs

View File

@ -68,54 +68,70 @@ edges
(
);
patches
boundary
(
patch inlet
(
(15 0 16 31)
(14 15 31 30)
(13 14 30 29)
)
inlet
{
type patch;
faces
(
(15 0 16 31)
(14 15 31 30)
(13 14 30 29)
);
}
patch outlet
(
( 5 6 22 21)
( 6 7 23 22)
( 7 8 24 23)
)
outlet
{
type patch;
faces
(
( 5 6 22 21)
( 6 7 23 22)
( 7 8 24 23)
);
}
wall walls
(
( 1 0 16 17)
( 2 1 17 18)
( 3 2 18 19)
( 4 3 19 20)
( 5 4 20 21)
( 9 8 24 25)
(10 9 25 26)
(11 10 26 27)
(12 11 27 28)
(13 12 28 29)
)
walls
{
type wall;
faces
(
( 1 0 16 17)
( 2 1 17 18)
( 3 2 18 19)
( 4 3 19 20)
( 5 4 20 21)
( 9 8 24 25)
(10 9 25 26)
(11 10 26 27)
(12 11 27 28)
(13 12 28 29)
);
}
empty frontBack
(
( 0 15 2 1)
(15 14 11 2)
(14 13 12 11)
( 2 11 10 3)
( 4 3 6 5)
( 3 10 7 6)
(10 9 8 7)
frontBack
{
type empty;
faces
(
( 0 15 2 1)
(15 14 11 2)
(14 13 12 11)
( 2 11 10 3)
( 4 3 6 5)
( 3 10 7 6)
(10 9 8 7)
(16 17 18 31)
(31 18 27 30)
(30 27 28 29)
(18 19 26 27)
(20 21 22 19)
(19 22 23 26)
(26 23 24 25)
)
(16 17 18 31)
(31 18 27 30)
(30 27 28 29)
(18 19 26 27)
(20 21 22 19)
(19 22 23 26)
(26 23 24 25)
);
}
);
// ************************************************************************* //

View File

@ -21,25 +21,25 @@ FoamFile
{
type patch;
nFaces 51;
startFace 651284;
startFace 15151;
}
outlet
{
type patch;
nFaces 51;
startFace 651335;
startFace 15202;
}
walls
{
type wall;
nFaces 2216;
startFace 651386;
nFaces 436;
startFace 15253;
}
frontBack
{
type empty;
nFaces 651180;
startFace 653602;
nFaces 15420;
startFace 15689;
}
)

View File

@ -68,54 +68,70 @@ edges
(
);
patches
boundary
(
patch inlet
(
(15 0 16 31)
(14 15 31 30)
(13 14 30 29)
)
inlet
{
type patch;
faces
(
(15 0 16 31)
(14 15 31 30)
(13 14 30 29)
);
}
patch outlet
(
( 5 6 22 21)
( 6 7 23 22)
( 7 8 24 23)
)
outlet
{
type patch;
faces
(
( 5 6 22 21)
( 6 7 23 22)
( 7 8 24 23)
);
}
wall walls
(
( 1 0 16 17)
( 2 1 17 18)
( 3 2 18 19)
( 4 3 19 20)
( 5 4 20 21)
( 9 8 24 25)
(10 9 25 26)
(11 10 26 27)
(12 11 27 28)
(13 12 28 29)
)
walls
{
type wall;
faces
(
( 1 0 16 17)
( 2 1 17 18)
( 3 2 18 19)
( 4 3 19 20)
( 5 4 20 21)
( 9 8 24 25)
(10 9 25 26)
(11 10 26 27)
(12 11 27 28)
(13 12 28 29)
);
}
wall frontBack
(
( 0 15 2 1)
(15 14 11 2)
(14 13 12 11)
( 2 11 10 3)
( 4 3 6 5)
( 3 10 7 6)
(10 9 8 7)
frontBack
{
type wall;
faces
(
( 0 15 2 1)
(15 14 11 2)
(14 13 12 11)
( 2 11 10 3)
( 4 3 6 5)
( 3 10 7 6)
(10 9 8 7)
(16 17 18 31)
(31 18 27 30)
(30 27 28 29)
(18 19 26 27)
(20 21 22 19)
(19 22 23 26)
(26 23 24 25)
)
(16 17 18 31)
(31 18 27 30)
(30 27 28 29)
(18 19 26 27)
(20 21 22 19)
(19 22 23 26)
(26 23 24 25)
);
}
);
// ************************************************************************* //

View File

@ -21,25 +21,25 @@ FoamFile
{
type patch;
nFaces 510;
startFace 4413730;
startFace 220900;
}
outlet
{
type patch;
nFaces 510;
startFace 4414240;
startFace 221410;
}
walls
{
type wall;
nFaces 37840;
startFace 4414750;
nFaces 4360;
startFace 221920;
}
frontBack
{
type wall;
nFaces 57540;
startFace 4452590;
nFaces 15420;
startFace 226280;
}
)

View File

@ -68,54 +68,70 @@ edges
(
);
patches
boundary
(
patch inlet
(
(15 0 16 31)
(14 15 31 30)
(13 14 30 29)
)
inlet
{
type patch;
faces
(
(15 0 16 31)
(14 15 31 30)
(13 14 30 29)
);
}
patch outlet
(
( 5 6 22 21)
( 6 7 23 22)
( 7 8 24 23)
)
outlet
{
type patch;
faces
(
( 5 6 22 21)
( 6 7 23 22)
( 7 8 24 23)
);
}
wall walls
(
( 1 0 16 17)
( 2 1 17 18)
( 3 2 18 19)
( 4 3 19 20)
( 5 4 20 21)
( 9 8 24 25)
(10 9 25 26)
(11 10 26 27)
(12 11 27 28)
(13 12 28 29)
)
walls
{
type wall;
faces
(
( 1 0 16 17)
( 2 1 17 18)
( 3 2 18 19)
( 4 3 19 20)
( 5 4 20 21)
( 9 8 24 25)
(10 9 25 26)
(11 10 26 27)
(12 11 27 28)
(13 12 28 29)
);
}
empty frontBack
(
( 0 15 2 1)
(15 14 11 2)
(14 13 12 11)
( 2 11 10 3)
( 4 3 6 5)
( 3 10 7 6)
(10 9 8 7)
frontBack
{
type empty;
faces
(
( 0 15 2 1)
(15 14 11 2)
(14 13 12 11)
( 2 11 10 3)
( 4 3 6 5)
( 3 10 7 6)
(10 9 8 7)
(16 17 18 31)
(31 18 27 30)
(30 27 28 29)
(18 19 26 27)
(20 21 22 19)
(19 22 23 26)
(26 23 24 25)
)
(16 17 18 31)
(31 18 27 30)
(30 27 28 29)
(18 19 26 27)
(20 21 22 19)
(19 22 23 26)
(26 23 24 25)
);
}
);
// ************************************************************************* //

View File

@ -21,25 +21,25 @@ FoamFile
{
type patch;
nFaces 51;
startFace 2061220;
startFace 15151;
}
outlet
{
type patch;
nFaces 51;
startFace 2061271;
startFace 15202;
}
walls
{
type wall;
nFaces 3788;
startFace 2061322;
nFaces 436;
startFace 15253;
}
frontBack
{
type empty;
nFaces 2060940;
startFace 2065110;
nFaces 15420;
startFace 15689;
}
)

View File

@ -33,20 +33,28 @@ blocks
hex (0 1 2 3 4 5 6 7) (80 160 1) simpleGrading (1 1 1)
);
patches
boundary
(
wall walls
(
(3 7 6 2)
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
)
empty frontAndBack
(
(0 3 2 1)
(4 5 6 7)
)
walls
{
type wall;
faces
(
(3 7 6 2)
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
);
}
frontAndBack
{
type empty;
faces
(
(0 3 2 1)
(4 5 6 7)
);
}
);
// ************************************************************************* //

View File

@ -33,17 +33,21 @@ blocks
hex (0 1 2 3 4 5 6 7) (80 160 80) simpleGrading (1 1 1)
);
patches
boundary
(
wall walls
(
(3 7 6 2)
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
(0 3 2 1)
(4 5 6 7)
)
walls
{
type wall;
faces
(
(3 7 6 2)
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
(0 3 2 1)
(4 5 6 7)
);
}
);
// ************************************************************************* //

View File

@ -37,20 +37,28 @@ edges
(
);
patches
boundary
(
patch atmosphere
(
(3 7 6 2)
)
wall walls
(
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
(0 3 2 1)
(4 5 6 7)
)
atmosphere
{
type patch;
faces
(
(3 7 6 2)
);
}
walls
{
type wall;
faces
(
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
(0 3 2 1)
(4 5 6 7)
);
}
);
mergePatchPairs

View File

@ -21,13 +21,13 @@ FoamFile
{
type patch;
nFaces 1024;
startFace 93568;
startFace 95232;
}
walls
{
type wall;
nFaces 5376;
startFace 94592;
nFaces 5120;
startFace 96256;
}
)

View File

@ -37,22 +37,33 @@ edges
(
);
patches
boundary
(
wall stationaryWalls
(
(0 3 2 1)
(2 6 5 1)
(1 5 4 0)
(3 7 6 2)
(0 4 7 3)
)
patch atmosphere
(
(4 5 6 7)
)
wall floatingObject
()
stationaryWalls
{
type wall;
faces
(
(0 3 2 1)
(2 6 5 1)
(1 5 4 0)
(3 7 6 2)
(0 4 7 3)
);
}
atmosphere
{
type patch;
faces
(
(4 5 6 7)
);
}
floatingObject
{
type wall;
faces ();
}
);
mergePatchPairs

View File

@ -21,19 +21,19 @@ FoamFile
{
type wall;
nFaces 11200;
startFace 277808;
startFace 281600;
}
atmosphere
{
type patch;
nFaces 1600;
startFace 289008;
startFace 292800;
}
floatingObject
{
type wall;
nFaces 672;
startFace 290608;
nFaces 0;
startFace 294400;
}
)

View File

@ -37,17 +37,21 @@ edges
(
);
patches
boundary
(
wall walls
(
(3 7 6 2)
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
(0 3 2 1)
(4 5 6 7)
)
walls
{
type wall;
faces
(
(3 7 6 2)
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
(0 3 2 1)
(4 5 6 7)
);
}
);

View File

@ -37,26 +37,42 @@ edges
(
);
patches
boundary
(
patch inlet
(
(1 5 4 0)
)
patch atmosphere
(
(3 7 6 2)
)
wall walls
(
(0 4 7 3)
(2 6 5 1)
)
empty frontAndBack
(
(0 3 2 1)
(4 5 6 7)
)
inlet
{
type patch;
faces
(
(1 5 4 0)
);
}
atmosphere
{
type patch;
faces
(
(3 7 6 2)
);
}
walls
{
type wall;
faces
(
(0 4 7 3)
(2 6 5 1)
);
}
frontAndBack
{
type empty;
faces
(
(0 3 2 1)
(4 5 6 7)
);
}
);
mergePatchPairs

View File

@ -26,7 +26,6 @@ FoamFile
atmosphere
{
type patch;
physicalType atmosphere;
nFaces 20;
startFace 15600;
}

View File

@ -57,32 +57,48 @@ edges
(
);
patches
boundary
(
wall leftWall
(
(0 12 16 4)
(4 16 20 8)
)
wall rightWall
(
(7 19 15 3)
(11 23 19 7)
)
wall lowerWall
(
(0 1 13 12)
(1 5 17 13)
(5 6 18 17)
(2 14 18 6)
(2 3 15 14)
)
patch atmosphere
(
(8 20 21 9)
(9 21 22 10)
(10 22 23 11)
)
leftWall
{
type wall;
faces
(
(0 12 16 4)
(4 16 20 8)
);
}
rightWall
{
type wall;
faces
(
(7 19 15 3)
(11 23 19 7)
);
}
lowerWall
{
type wall;
faces
(
(0 1 13 12)
(1 5 17 13)
(5 6 18 17)
(2 14 18 6)
(2 3 15 14)
);
}
atmosphere
{
type patch;
faces
(
(8 20 21 9)
(9 21 22 10)
(10 22 23 11)
);
}
);
mergePatchPairs

View File

@ -62,49 +62,73 @@ edges
(
);
patches
boundary
(
empty axis
(
(0 1 1 0)
)
axis
{
type empty;
faces
(
(0 1 1 0)
);
}
patch inlet
(
(0 0 10 2)
)
inlet
{
type patch;
faces
(
(0 0 10 2)
);
}
wall wall
(
(2 10 12 4)
(4 12 14 6)
(6 14 16 8)
)
wall
{
type wall;
faces
(
(2 10 12 4)
(4 12 14 6)
(6 14 16 8)
);
}
patch atmosphere
(
(8 16 17 9)
(7 9 17 15)
(5 7 15 13)
(3 5 13 11)
(1 3 11 1)
)
atmosphere
{
type patch;
faces
(
(8 16 17 9)
(7 9 17 15)
(5 7 15 13)
(3 5 13 11)
(1 3 11 1)
);
}
wedge front
(
(0 1 11 10)
(10 11 13 12)
(12 13 15 14)
(14 15 17 16)
)
front
{
type wedge;
faces
(
(0 1 11 10)
(10 11 13 12)
(12 13 15 14)
(14 15 17 16)
);
}
wedge back
(
(0 2 3 1)
(2 4 5 3)
(4 6 7 5)
(6 8 9 7)
)
back
{
type wedge;
faces
(
(0 2 3 1)
(2 4 5 3)
(4 6 7 5)
(6 8 9 7)
);
}
);
mergePatchPairs

View File

@ -57,32 +57,48 @@ edges
(
);
patches
boundary
(
wall leftWall
(
(0 12 16 4)
(4 16 20 8)
)
wall rightWall
(
(7 19 15 3)
(11 23 19 7)
)
wall lowerWall
(
(0 1 13 12)
(1 5 17 13)
(5 6 18 17)
(2 14 18 6)
(2 3 15 14)
)
patch atmosphere
(
(8 20 21 9)
(9 21 22 10)
(10 22 23 11)
)
leftWall
{
type wall;
faces
(
(0 12 16 4)
(4 16 20 8)
);
}
rightWall
{
type wall;
faces
(
(7 19 15 3)
(11 23 19 7)
);
}
lowerWall
{
type wall;
faces
(
(0 1 13 12)
(1 5 17 13)
(5 6 18 17)
(2 14 18 6)
(2 3 15 14)
);
}
atmosphere
{
type patch;
faces
(
(8 20 21 9)
(9 21 22 10)
(10 22 23 11)
);
}
);
mergePatchPairs

View File

@ -57,32 +57,48 @@ edges
(
);
patches
boundary
(
wall leftWall
(
(0 12 16 4)
(4 16 20 8)
)
wall rightWall
(
(7 19 15 3)
(11 23 19 7)
)
wall lowerWall
(
(0 1 13 12)
(1 5 17 13)
(5 6 18 17)
(2 14 18 6)
(2 3 15 14)
)
patch atmosphere
(
(8 20 21 9)
(9 21 22 10)
(10 22 23 11)
)
leftWall
{
type wall;
faces
(
(0 12 16 4)
(4 16 20 8)
);
}
rightWall
{
type wall;
faces
(
(7 19 15 3)
(11 23 19 7)
);
}
lowerWall
{
type wall;
faces
(
(0 1 13 12)
(1 5 17 13)
(5 6 18 17)
(2 14 18 6)
(2 3 15 14)
);
}
atmosphere
{
type patch;
faces
(
(8 20 21 9)
(9 21 22 10)
(10 22 23 11)
);
}
);
mergePatchPairs

View File

@ -34,23 +34,35 @@ blocks
hex (0 1 2 3 4 5 6 7) (15 15 50) simpleGrading (1 1 1)
);
patches
boundary
(
patch inlet
(
(0 3 2 1)
)
patch outlet
(
(4 5 6 7)
)
symmetryPlane walls
(
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
(3 7 6 2)
)
inlet
{
type patch;
faces
(
(0 3 2 1)
);
}
outlet
{
type patch;
faces
(
(4 5 6 7)
);
}
walls
{
type symmetryPlane;
faces
(
(0 4 7 3)
(2 6 5 1)
(1 5 4 0)
(3 7 6 2)
);
}
);

View File

@ -15,31 +15,25 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
3
(
inlet
{
type patch;
nFaces 225;
startFace 1129981;
startFace 32025;
}
outlet
{
type patch;
nFaces 225;
startFace 1130206;
startFace 32250;
}
walls
{
type symmetryPlane;
nFaces 3000;
startFace 1130431;
}
bullet
{
type wall;
nFaces 37743;
startFace 1133431;
startFace 32475;
}
)

View File

@ -57,32 +57,48 @@ edges
(
);
patches
boundary
(
wall leftWall
(
(0 12 16 4)
(4 16 20 8)
)
wall rightWall
(
(7 19 15 3)
(11 23 19 7)
)
wall lowerWall
(
(0 1 13 12)
(1 5 17 13)
(5 6 18 17)
(2 14 18 6)
(2 3 15 14)
)
patch atmosphere
(
(8 20 21 9)
(9 21 22 10)
(10 22 23 11)
)
leftWall
{
type wall;
faces
(
(0 12 16 4)
(4 16 20 8)
);
}
rightWall
{
type wall;
faces
(
(7 19 15 3)
(11 23 19 7)
);
}
lowerWall
{
type wall;
faces
(
(0 1 13 12)
(1 5 17 13)
(5 6 18 17)
(2 14 18 6)
(2 3 15 14)
);
}
atmosphere
{
type patch;
faces
(
(8 20 21 9)
(9 21 22 10)
(10 22 23 11)
);
}
);
mergePatchPairs

View File

@ -57,32 +57,48 @@ edges
(
);
patches
boundary
(
wall leftWall
(
(0 12 16 4)
(4 16 20 8)
)
wall rightWall
(
(7 19 15 3)
(11 23 19 7)
)
wall lowerWall
(
(0 1 13 12)
(1 5 17 13)
(5 6 18 17)
(2 14 18 6)
(2 3 15 14)
)
patch atmosphere
(
(8 20 21 9)
(9 21 22 10)
(10 22 23 11)
)
leftWall
{
type wall;
faces
(
(0 12 16 4)
(4 16 20 8)
);
}
rightWall
{
type wall;
faces
(
(7 19 15 3)
(11 23 19 7)
);
}
lowerWall
{
type wall;
faces
(
(0 1 13 12)
(1 5 17 13)
(5 6 18 17)
(2 14 18 6)
(2 3 15 14)
);
}
atmosphere
{
type patch;
faces
(
(8 20 21 9)
(9 21 22 10)
(10 22 23 11)
);
}
);
mergePatchPairs

View File

@ -42,36 +42,60 @@ edges
(
);
patches
boundary
(
patch inlet
(
(0 6 9 3)
(3 9 11 5)
)
patch outlet
(
(1 2 8 7)
)
patch bottomWall
(
(0 1 7 6)
)
wall endWall
(
(2 4 10 8)
)
patch top
(
(5 11 10 4)
)
empty frontAndBack
(
(0 3 2 1)
(6 7 8 9)
(3 5 4 2)
(9 8 10 11)
)
inlet
{
type patch;
faces
(
(0 6 9 3)
(3 9 11 5)
);
}
outlet
{
type patch;
faces
(
(1 2 8 7)
);
}
bottomWall
{
type patch;
faces
(
(0 1 7 6)
);
}
endWall
{
type wall;
faces
(
(2 4 10 8)
);
}
top
{
type patch;
faces
(
(5 11 10 4)
);
}
frontAndBack
{
type empty;
faces
(
(0 3 2 1)
(6 7 8 9)
(3 5 4 2)
(9 8 10 11)
);
}
);
mergePatchPairs

View File

@ -48,29 +48,45 @@ edges
(
);
patches
boundary
(
patch top
(
(3 2 6 7)
)
top
{
type patch;
faces
(
(3 2 6 7)
);
}
patch bottom
(
(1 0 4 5)
)
bottom
{
type patch;
faces
(
(1 0 4 5)
);
}
wall walls
(
(2 1 5 6)
(0 3 7 4)
)
walls
{
type wall;
faces
(
(2 1 5 6)
(0 3 7 4)
);
}
empty frontBack
(
(0 1 2 3)
(7 6 5 4)
)
frontBack
{
type empty;
faces
(
(0 1 2 3)
(7 6 5 4)
);
}
);
// ************************************************************************* //

View File

@ -37,26 +37,42 @@ edges
(
);
patches
boundary
(
patch inlet
(
(1 5 4 0)
)
patch outlet
(
(3 7 6 2)
)
wall walls
(
(0 4 7 3)
(2 6 5 1)
)
empty frontAndBackPlanes
(
(0 3 2 1)
(4 5 6 7)
)
inlet
{
type patch;
faces
(
(1 5 4 0)
);
}
outlet
{
type patch;
faces
(
(3 7 6 2)
);
}
walls
{
type wall;
faces
(
(0 4 7 3)
(2 6 5 1)
);
}
frontAndBackPlanes
{
type empty;
faces
(
(0 3 2 1)
(4 5 6 7)
);
}
);
mergePatchPairs

View File

@ -37,21 +37,33 @@ edges
(
);
patches
boundary
(
patch inlet
(
(1 5 4 0)
)
patch outlet
(
(3 7 6 2)
)
wall walls
(
(0 4 7 3)
(2 6 5 1)
)
inlet
{
type patch;
faces
(
(1 5 4 0)
);
}
outlet
{
type patch;
faces
(
(3 7 6 2)
);
}
walls
{
type wall;
faces
(
(0 4 7 3)
(2 6 5 1)
);
}
);
mergePatchPairs