mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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:
@ -37,19 +37,26 @@ edges
|
||||
(
|
||||
);
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
patch stationaryWalls
|
||||
(
|
||||
(0 3 2 1)
|
||||
(2 6 5 1)
|
||||
(1 5 4 0)
|
||||
(3 7 6 2)
|
||||
(0 4 7 3)
|
||||
(4 5 6 7)
|
||||
)
|
||||
patch movingBlock
|
||||
()
|
||||
stationaryWalls
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(0 3 2 1)
|
||||
(2 6 5 1)
|
||||
(1 5 4 0)
|
||||
(3 7 6 2)
|
||||
(0 4 7 3)
|
||||
(4 5 6 7)
|
||||
);
|
||||
}
|
||||
movingBlock
|
||||
{
|
||||
type patch;
|
||||
faces ();
|
||||
}
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
|
||||
@ -19,15 +19,15 @@ FoamFile
|
||||
(
|
||||
stationaryWalls
|
||||
{
|
||||
type wall;
|
||||
type patch;
|
||||
nFaces 666;
|
||||
startFace 2994;
|
||||
startFace 3069;
|
||||
}
|
||||
movingBlock
|
||||
{
|
||||
type patch;
|
||||
nFaces 42;
|
||||
startFace 3660;
|
||||
nFaces 0;
|
||||
startFace 3735;
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user