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,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;
}
)