mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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:
@ -16,7 +16,7 @@ FoamFile
|
|||||||
|
|
||||||
convertToMeters 1;
|
convertToMeters 1;
|
||||||
|
|
||||||
vertices
|
vertices
|
||||||
(
|
(
|
||||||
(0 0 0)
|
(0 0 0)
|
||||||
(1 0 0)
|
(1 0 0)
|
||||||
@ -28,32 +28,71 @@ vertices
|
|||||||
(0 1 1)
|
(0 1 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
blocks
|
blocks
|
||||||
(
|
(
|
||||||
hex (0 1 2 3 4 5 6 7) (16 16 16) simpleGrading (1 1 1)
|
hex (0 1 2 3 4 5 6 7) (16 16 16) simpleGrading (1 1 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
edges
|
edges
|
||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
cyclic patch0
|
patch0_half0
|
||||||
(
|
{
|
||||||
(0 3 2 1)
|
type cyclic;
|
||||||
(4 5 6 7)
|
neighbourPatch patch0_half1;
|
||||||
)
|
faces
|
||||||
cyclic patch1
|
(
|
||||||
(
|
(0 3 2 1)
|
||||||
(0 4 7 3)
|
);
|
||||||
(2 6 5 1)
|
}
|
||||||
)
|
patch0_half1
|
||||||
cyclic patch2
|
{
|
||||||
(
|
type cyclic;
|
||||||
(3 7 6 2)
|
neighbourPatch patch0_half0;
|
||||||
(1 5 4 0)
|
faces
|
||||||
)
|
(
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
patch1_half0
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
neighbourPatch patch1_half1;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 4 7 3)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
patch1_half1
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
neighbourPatch patch1_half0;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(2 6 5 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
patch2_half0
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
neighbourPatch patch2_half1;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(3 7 6 2)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
patch2_half1
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
neighbourPatch patch2_half0;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 5 4 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -22,6 +22,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 256;
|
nFaces 256;
|
||||||
startFace 11520;
|
startFace 11520;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch patch0_half1;
|
neighbourPatch patch0_half1;
|
||||||
}
|
}
|
||||||
patch0_half1
|
patch0_half1
|
||||||
@ -29,6 +30,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 256;
|
nFaces 256;
|
||||||
startFace 11776;
|
startFace 11776;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch patch0_half0;
|
neighbourPatch patch0_half0;
|
||||||
}
|
}
|
||||||
patch1_half0
|
patch1_half0
|
||||||
@ -36,6 +38,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 256;
|
nFaces 256;
|
||||||
startFace 12032;
|
startFace 12032;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch patch1_half1;
|
neighbourPatch patch1_half1;
|
||||||
}
|
}
|
||||||
patch1_half1
|
patch1_half1
|
||||||
@ -43,6 +46,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 256;
|
nFaces 256;
|
||||||
startFace 12288;
|
startFace 12288;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch patch1_half0;
|
neighbourPatch patch1_half0;
|
||||||
}
|
}
|
||||||
patch2_half0
|
patch2_half0
|
||||||
@ -50,6 +54,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 256;
|
nFaces 256;
|
||||||
startFace 12544;
|
startFace 12544;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch patch2_half1;
|
neighbourPatch patch2_half1;
|
||||||
}
|
}
|
||||||
patch2_half1
|
patch2_half1
|
||||||
@ -57,6 +62,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 256;
|
nFaces 256;
|
||||||
startFace 12800;
|
startFace 12800;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch patch2_half0;
|
neighbourPatch patch2_half0;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
@ -92,39 +92,59 @@ edges
|
|||||||
arc 34 28 (-0.34202 0.939693 0.5)
|
arc 34 28 (-0.34202 0.939693 0.5)
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
symmetryPlane down
|
down
|
||||||
(
|
{
|
||||||
(0 1 20 19)
|
type symmetryPlane;
|
||||||
(1 2 21 20)
|
faces
|
||||||
(12 11 30 31)
|
(
|
||||||
(13 12 31 32)
|
(0 1 20 19)
|
||||||
)
|
(1 2 21 20)
|
||||||
patch right
|
(12 11 30 31)
|
||||||
(
|
(13 12 31 32)
|
||||||
(2 3 22 21)
|
);
|
||||||
(3 6 25 22)
|
}
|
||||||
)
|
right
|
||||||
symmetryPlane up
|
{
|
||||||
(
|
type patch;
|
||||||
(7 8 27 26)
|
faces
|
||||||
(6 7 26 25)
|
(
|
||||||
(8 18 37 27)
|
(2 3 22 21)
|
||||||
(18 17 36 37)
|
(3 6 25 22)
|
||||||
)
|
);
|
||||||
patch left
|
}
|
||||||
(
|
up
|
||||||
(14 13 32 33)
|
{
|
||||||
(17 14 33 36)
|
type symmetryPlane;
|
||||||
)
|
faces
|
||||||
symmetryPlane cylinder
|
(
|
||||||
(
|
(7 8 27 26)
|
||||||
(10 5 24 29)
|
(6 7 26 25)
|
||||||
(5 0 19 24)
|
(8 18 37 27)
|
||||||
(16 10 29 35)
|
(18 17 36 37)
|
||||||
(11 16 35 30)
|
);
|
||||||
)
|
}
|
||||||
|
left
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(14 13 32 33)
|
||||||
|
(17 14 33 36)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
cylinder
|
||||||
|
{
|
||||||
|
type symmetryPlane;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(10 5 24 29)
|
||||||
|
(5 0 19 24)
|
||||||
|
(16 10 29 35)
|
||||||
|
(11 16 35 30)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -85,65 +85,85 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 22 23 1)
|
type patch;
|
||||||
(1 23 24 2)
|
faces
|
||||||
(2 24 25 3)
|
(
|
||||||
)
|
(0 22 23 1)
|
||||||
patch outlet
|
(1 23 24 2)
|
||||||
(
|
(2 24 25 3)
|
||||||
(16 17 39 38)
|
);
|
||||||
(17 18 40 39)
|
}
|
||||||
(18 19 41 40)
|
outlet
|
||||||
(19 20 42 41)
|
{
|
||||||
(20 21 43 42)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall upperWall
|
(
|
||||||
(
|
(16 17 39 38)
|
||||||
(3 25 31 9)
|
(17 18 40 39)
|
||||||
(9 31 37 15)
|
(18 19 41 40)
|
||||||
(15 37 43 21)
|
(19 20 42 41)
|
||||||
)
|
(20 21 43 42)
|
||||||
wall lowerWall
|
);
|
||||||
(
|
}
|
||||||
(0 6 28 22)
|
upperWall
|
||||||
(6 5 27 28)
|
{
|
||||||
(5 4 26 27)
|
type wall;
|
||||||
(4 10 32 26)
|
faces
|
||||||
(10 16 38 32)
|
(
|
||||||
)
|
(3 25 31 9)
|
||||||
empty frontAndBack
|
(9 31 37 15)
|
||||||
(
|
(15 37 43 21)
|
||||||
(22 28 29 23)
|
);
|
||||||
(23 29 30 24)
|
}
|
||||||
(24 30 31 25)
|
lowerWall
|
||||||
(26 32 33 27)
|
{
|
||||||
(27 33 34 28)
|
type wall;
|
||||||
(28 34 35 29)
|
faces
|
||||||
(29 35 36 30)
|
(
|
||||||
(30 36 37 31)
|
(0 6 28 22)
|
||||||
(32 38 39 33)
|
(6 5 27 28)
|
||||||
(33 39 40 34)
|
(5 4 26 27)
|
||||||
(34 40 41 35)
|
(4 10 32 26)
|
||||||
(35 41 42 36)
|
(10 16 38 32)
|
||||||
(36 42 43 37)
|
);
|
||||||
(0 1 7 6)
|
}
|
||||||
(1 2 8 7)
|
frontAndBack
|
||||||
(2 3 9 8)
|
{
|
||||||
(4 5 11 10)
|
type empty;
|
||||||
(5 6 12 11)
|
faces
|
||||||
(6 7 13 12)
|
(
|
||||||
(7 8 14 13)
|
(22 28 29 23)
|
||||||
(8 9 15 14)
|
(23 29 30 24)
|
||||||
(10 11 17 16)
|
(24 30 31 25)
|
||||||
(11 12 18 17)
|
(26 32 33 27)
|
||||||
(12 13 19 18)
|
(27 33 34 28)
|
||||||
(13 14 20 19)
|
(28 34 35 29)
|
||||||
(14 15 21 20)
|
(29 35 36 30)
|
||||||
)
|
(30 36 37 31)
|
||||||
|
(32 38 39 33)
|
||||||
|
(33 39 40 34)
|
||||||
|
(34 40 41 35)
|
||||||
|
(35 41 42 36)
|
||||||
|
(36 42 43 37)
|
||||||
|
(0 1 7 6)
|
||||||
|
(1 2 8 7)
|
||||||
|
(2 3 9 8)
|
||||||
|
(4 5 11 10)
|
||||||
|
(5 6 12 11)
|
||||||
|
(6 7 13 12)
|
||||||
|
(7 8 14 13)
|
||||||
|
(8 9 15 14)
|
||||||
|
(10 11 17 16)
|
||||||
|
(11 12 18 17)
|
||||||
|
(12 13 19 18)
|
||||||
|
(13 14 20 19)
|
||||||
|
(14 15 21 20)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -85,65 +85,85 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 22 23 1)
|
type patch;
|
||||||
(1 23 24 2)
|
faces
|
||||||
(2 24 25 3)
|
(
|
||||||
)
|
(0 22 23 1)
|
||||||
patch outlet
|
(1 23 24 2)
|
||||||
(
|
(2 24 25 3)
|
||||||
(16 17 39 38)
|
);
|
||||||
(17 18 40 39)
|
}
|
||||||
(18 19 41 40)
|
outlet
|
||||||
(19 20 42 41)
|
{
|
||||||
(20 21 43 42)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall upperWall
|
(
|
||||||
(
|
(16 17 39 38)
|
||||||
(3 25 31 9)
|
(17 18 40 39)
|
||||||
(9 31 37 15)
|
(18 19 41 40)
|
||||||
(15 37 43 21)
|
(19 20 42 41)
|
||||||
)
|
(20 21 43 42)
|
||||||
wall lowerWall
|
);
|
||||||
(
|
}
|
||||||
(0 6 28 22)
|
upperWall
|
||||||
(6 5 27 28)
|
{
|
||||||
(5 4 26 27)
|
type wall;
|
||||||
(4 10 32 26)
|
faces
|
||||||
(10 16 38 32)
|
(
|
||||||
)
|
(3 25 31 9)
|
||||||
empty frontAndBack
|
(9 31 37 15)
|
||||||
(
|
(15 37 43 21)
|
||||||
(22 28 29 23)
|
);
|
||||||
(23 29 30 24)
|
}
|
||||||
(24 30 31 25)
|
lowerWall
|
||||||
(26 32 33 27)
|
{
|
||||||
(27 33 34 28)
|
type wall;
|
||||||
(28 34 35 29)
|
faces
|
||||||
(29 35 36 30)
|
(
|
||||||
(30 36 37 31)
|
(0 6 28 22)
|
||||||
(32 38 39 33)
|
(6 5 27 28)
|
||||||
(33 39 40 34)
|
(5 4 26 27)
|
||||||
(34 40 41 35)
|
(4 10 32 26)
|
||||||
(35 41 42 36)
|
(10 16 38 32)
|
||||||
(36 42 43 37)
|
);
|
||||||
(0 1 7 6)
|
}
|
||||||
(1 2 8 7)
|
frontAndBack
|
||||||
(2 3 9 8)
|
{
|
||||||
(4 5 11 10)
|
type empty;
|
||||||
(5 6 12 11)
|
faces
|
||||||
(6 7 13 12)
|
(
|
||||||
(7 8 14 13)
|
(22 28 29 23)
|
||||||
(8 9 15 14)
|
(23 29 30 24)
|
||||||
(10 11 17 16)
|
(24 30 31 25)
|
||||||
(11 12 18 17)
|
(26 32 33 27)
|
||||||
(12 13 19 18)
|
(27 33 34 28)
|
||||||
(13 14 20 19)
|
(28 34 35 29)
|
||||||
(14 15 21 20)
|
(29 35 36 30)
|
||||||
)
|
(30 36 37 31)
|
||||||
|
(32 38 39 33)
|
||||||
|
(33 39 40 34)
|
||||||
|
(34 40 41 35)
|
||||||
|
(35 41 42 36)
|
||||||
|
(36 42 43 37)
|
||||||
|
(0 1 7 6)
|
||||||
|
(1 2 8 7)
|
||||||
|
(2 3 9 8)
|
||||||
|
(4 5 11 10)
|
||||||
|
(5 6 12 11)
|
||||||
|
(6 7 13 12)
|
||||||
|
(7 8 14 13)
|
||||||
|
(8 9 15 14)
|
||||||
|
(10 11 17 16)
|
||||||
|
(11 12 18 17)
|
||||||
|
(12 13 19 18)
|
||||||
|
(13 14 20 19)
|
||||||
|
(14 15 21 20)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -46,6 +46,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 0;
|
nFaces 0;
|
||||||
startFace 24810;
|
startFace 24810;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch baffleCyclic_half1;
|
neighbourPatch baffleCyclic_half1;
|
||||||
}
|
}
|
||||||
baffleCyclic_half1
|
baffleCyclic_half1
|
||||||
@ -53,6 +54,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 0;
|
nFaces 0;
|
||||||
startFace 24810;
|
startFace 24810;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch baffleCyclic_half0;
|
neighbourPatch baffleCyclic_half0;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
@ -85,65 +85,85 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 22 23 1)
|
type patch;
|
||||||
(1 23 24 2)
|
faces
|
||||||
(2 24 25 3)
|
(
|
||||||
)
|
(0 22 23 1)
|
||||||
patch outlet
|
(1 23 24 2)
|
||||||
(
|
(2 24 25 3)
|
||||||
(16 17 39 38)
|
);
|
||||||
(17 18 40 39)
|
}
|
||||||
(18 19 41 40)
|
outlet
|
||||||
(19 20 42 41)
|
{
|
||||||
(20 21 43 42)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall upperWall
|
(
|
||||||
(
|
(16 17 39 38)
|
||||||
(3 25 31 9)
|
(17 18 40 39)
|
||||||
(9 31 37 15)
|
(18 19 41 40)
|
||||||
(15 37 43 21)
|
(19 20 42 41)
|
||||||
)
|
(20 21 43 42)
|
||||||
wall lowerWall
|
);
|
||||||
(
|
}
|
||||||
(0 6 28 22)
|
upperWall
|
||||||
(6 5 27 28)
|
{
|
||||||
(5 4 26 27)
|
type wall;
|
||||||
(4 10 32 26)
|
faces
|
||||||
(10 16 38 32)
|
(
|
||||||
)
|
(3 25 31 9)
|
||||||
empty frontAndBack
|
(9 31 37 15)
|
||||||
(
|
(15 37 43 21)
|
||||||
(22 28 29 23)
|
);
|
||||||
(23 29 30 24)
|
}
|
||||||
(24 30 31 25)
|
lowerWall
|
||||||
(26 32 33 27)
|
{
|
||||||
(27 33 34 28)
|
type wall;
|
||||||
(28 34 35 29)
|
faces
|
||||||
(29 35 36 30)
|
(
|
||||||
(30 36 37 31)
|
(0 6 28 22)
|
||||||
(32 38 39 33)
|
(6 5 27 28)
|
||||||
(33 39 40 34)
|
(5 4 26 27)
|
||||||
(34 40 41 35)
|
(4 10 32 26)
|
||||||
(35 41 42 36)
|
(10 16 38 32)
|
||||||
(36 42 43 37)
|
);
|
||||||
(0 1 7 6)
|
}
|
||||||
(1 2 8 7)
|
frontAndBack
|
||||||
(2 3 9 8)
|
{
|
||||||
(4 5 11 10)
|
type empty;
|
||||||
(5 6 12 11)
|
faces
|
||||||
(6 7 13 12)
|
(
|
||||||
(7 8 14 13)
|
(22 28 29 23)
|
||||||
(8 9 15 14)
|
(23 29 30 24)
|
||||||
(10 11 17 16)
|
(24 30 31 25)
|
||||||
(11 12 18 17)
|
(26 32 33 27)
|
||||||
(12 13 19 18)
|
(27 33 34 28)
|
||||||
(13 14 20 19)
|
(28 34 35 29)
|
||||||
(14 15 21 20)
|
(29 35 36 30)
|
||||||
)
|
(30 36 37 31)
|
||||||
|
(32 38 39 33)
|
||||||
|
(33 39 40 34)
|
||||||
|
(34 40 41 35)
|
||||||
|
(35 41 42 36)
|
||||||
|
(36 42 43 37)
|
||||||
|
(0 1 7 6)
|
||||||
|
(1 2 8 7)
|
||||||
|
(2 3 9 8)
|
||||||
|
(4 5 11 10)
|
||||||
|
(5 6 12 11)
|
||||||
|
(6 7 13 12)
|
||||||
|
(7 8 14 13)
|
||||||
|
(8 9 15 14)
|
||||||
|
(10 11 17 16)
|
||||||
|
(11 12 18 17)
|
||||||
|
(12 13 19 18)
|
||||||
|
(13 14 20 19)
|
||||||
|
(14 15 21 20)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -40,11 +40,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -42,11 +42,11 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform 570;
|
value uniform 570;
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -42,11 +42,11 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform 570;
|
value uniform 570;
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -44,11 +44,11 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform ( 0 0 0 );
|
value uniform ( 0 0 0 );
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -40,11 +40,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -41,11 +41,11 @@ boundaryField
|
|||||||
hs h;
|
hs h;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -40,11 +40,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -42,11 +42,11 @@ boundaryField
|
|||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
value uniform 2e-05;
|
value uniform 2e-05;
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -39,11 +39,11 @@ boundaryField
|
|||||||
type muSgsUSpaldingWallFunction;
|
type muSgsUSpaldingWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -45,11 +45,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -16,7 +16,7 @@ FoamFile
|
|||||||
|
|
||||||
convertToMeters 0.001;
|
convertToMeters 0.001;
|
||||||
|
|
||||||
vertices
|
vertices
|
||||||
(
|
(
|
||||||
(-20.6 0 0)
|
(-20.6 0 0)
|
||||||
(-20.6 2 0)
|
(-20.6 2 0)
|
||||||
@ -64,7 +64,7 @@ vertices
|
|||||||
(290 16.6 38.1)
|
(290 16.6 38.1)
|
||||||
);
|
);
|
||||||
|
|
||||||
blocks
|
blocks
|
||||||
(
|
(
|
||||||
hex (0 6 7 1 22 28 29 23) (18 7 20) simpleGrading (1 1 1)
|
hex (0 6 7 1 22 28 29 23) (18 7 20) simpleGrading (1 1 1)
|
||||||
hex (1 7 8 2 23 29 30 24) (18 10 20) simpleGrading (1 4 1)
|
hex (1 7 8 2 23 29 30 24) (18 10 20) simpleGrading (1 4 1)
|
||||||
@ -81,69 +81,98 @@ blocks
|
|||||||
hex (14 20 21 15 36 42 43 37) (25 13 20) simpleGrading (1 0.25 1)
|
hex (14 20 21 15 36 42 43 37) (25 13 20) simpleGrading (1 0.25 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
edges
|
edges
|
||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 22 23 1)
|
type patch;
|
||||||
(1 23 24 2)
|
faces
|
||||||
(2 24 25 3)
|
(
|
||||||
)
|
(0 22 23 1)
|
||||||
patch outlet
|
(1 23 24 2)
|
||||||
(
|
(2 24 25 3)
|
||||||
(16 17 39 38)
|
);
|
||||||
(17 18 40 39)
|
}
|
||||||
(18 19 41 40)
|
outlet
|
||||||
(19 20 42 41)
|
{
|
||||||
(20 21 43 42)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall upperWall
|
(
|
||||||
(
|
(16 17 39 38)
|
||||||
(3 25 31 9)
|
(17 18 40 39)
|
||||||
(9 31 37 15)
|
(18 19 41 40)
|
||||||
(15 37 43 21)
|
(19 20 42 41)
|
||||||
)
|
(20 21 43 42)
|
||||||
wall lowerWall
|
);
|
||||||
(
|
}
|
||||||
(0 6 28 22)
|
upperWall
|
||||||
(6 5 27 28)
|
{
|
||||||
(5 4 26 27)
|
type wall;
|
||||||
(4 10 32 26)
|
faces
|
||||||
(10 16 38 32)
|
(
|
||||||
)
|
(3 25 31 9)
|
||||||
cyclic frontAndBack
|
(9 31 37 15)
|
||||||
(
|
(15 37 43 21)
|
||||||
(22 28 29 23)
|
);
|
||||||
(23 29 30 24)
|
}
|
||||||
(24 30 31 25)
|
lowerWall
|
||||||
(26 32 33 27)
|
{
|
||||||
(27 33 34 28)
|
type wall;
|
||||||
(28 34 35 29)
|
faces
|
||||||
(29 35 36 30)
|
(
|
||||||
(30 36 37 31)
|
(0 6 28 22)
|
||||||
(32 38 39 33)
|
(6 5 27 28)
|
||||||
(33 39 40 34)
|
(5 4 26 27)
|
||||||
(34 40 41 35)
|
(4 10 32 26)
|
||||||
(35 41 42 36)
|
(10 16 38 32)
|
||||||
(36 42 43 37)
|
);
|
||||||
(0 1 7 6)
|
}
|
||||||
(1 2 8 7)
|
front
|
||||||
(2 3 9 8)
|
{
|
||||||
(4 5 11 10)
|
type cyclic;
|
||||||
(5 6 12 11)
|
neighbourPatch back;
|
||||||
(6 7 13 12)
|
faces
|
||||||
(7 8 14 13)
|
(
|
||||||
(8 9 15 14)
|
(22 28 29 23)
|
||||||
(10 11 17 16)
|
(23 29 30 24)
|
||||||
(11 12 18 17)
|
(24 30 31 25)
|
||||||
(12 13 19 18)
|
(26 32 33 27)
|
||||||
(13 14 20 19)
|
(27 33 34 28)
|
||||||
(14 15 21 20)
|
(28 34 35 29)
|
||||||
)
|
(29 35 36 30)
|
||||||
|
(30 36 37 31)
|
||||||
|
(32 38 39 33)
|
||||||
|
(33 39 40 34)
|
||||||
|
(34 40 41 35)
|
||||||
|
(35 41 42 36)
|
||||||
|
(36 42 43 37)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
back
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
neighbourPatch front;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 1 7 6)
|
||||||
|
(1 2 8 7)
|
||||||
|
(2 3 9 8)
|
||||||
|
(4 5 11 10)
|
||||||
|
(5 6 12 11)
|
||||||
|
(6 7 13 12)
|
||||||
|
(7 8 14 13)
|
||||||
|
(8 9 15 14)
|
||||||
|
(10 11 17 16)
|
||||||
|
(11 12 18 17)
|
||||||
|
(12 13 19 18)
|
||||||
|
(13 14 20 19)
|
||||||
|
(14 15 21 20)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -41,19 +41,21 @@ FoamFile
|
|||||||
nFaces 5000;
|
nFaces 5000;
|
||||||
startFace 721875;
|
startFace 721875;
|
||||||
}
|
}
|
||||||
frontAndBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 12225;
|
nFaces 12225;
|
||||||
startFace 726875;
|
startFace 726875;
|
||||||
neighbourPatch frontAndBack_half1;
|
matchTolerance 0.0001;
|
||||||
|
neighbourPatch back;
|
||||||
}
|
}
|
||||||
frontAndBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 12225;
|
nFaces 12225;
|
||||||
startFace 739100;
|
startFace 739100;
|
||||||
neighbourPatch frontAndBack_half0;
|
matchTolerance 0.0001;
|
||||||
|
neighbourPatch front;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -37,29 +37,49 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
symmetryPlane left
|
left
|
||||||
(
|
{
|
||||||
(0 4 5 1)
|
type symmetryPlane;
|
||||||
)
|
faces
|
||||||
symmetryPlane right
|
(
|
||||||
(
|
(0 4 5 1)
|
||||||
(2 3 7 6)
|
);
|
||||||
)
|
}
|
||||||
symmetryPlane top
|
right
|
||||||
(
|
{
|
||||||
(1 5 7 3)
|
type symmetryPlane;
|
||||||
)
|
faces
|
||||||
symmetryPlane bottom
|
(
|
||||||
(
|
(2 3 7 6)
|
||||||
(0 2 6 4)
|
);
|
||||||
)
|
}
|
||||||
empty frontAndBack
|
top
|
||||||
(
|
{
|
||||||
(4 5 7 6)
|
type symmetryPlane;
|
||||||
(0 1 3 2)
|
faces
|
||||||
)
|
(
|
||||||
|
(1 5 7 3)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type symmetryPlane;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 2 6 4)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
frontAndBack
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(4 5 7 6)
|
||||||
|
(0 1 3 2)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,17 +37,21 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall walls
|
walls
|
||||||
(
|
{
|
||||||
(2 6 5 1)
|
type wall;
|
||||||
(0 4 7 3)
|
faces
|
||||||
(0 1 5 4)
|
(
|
||||||
(4 5 6 7)
|
(2 6 5 1)
|
||||||
(7 6 2 3)
|
(0 4 7 3)
|
||||||
(3 2 1 0)
|
(0 1 5 4)
|
||||||
)
|
(4 5 6 7)
|
||||||
|
(7 6 2 3)
|
||||||
|
(3 2 1 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -38,26 +38,42 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch base
|
base
|
||||||
(
|
{
|
||||||
(0 1 5 4)
|
type patch;
|
||||||
)
|
faces
|
||||||
patch outlet
|
(
|
||||||
(
|
(0 1 5 4)
|
||||||
(3 2 6 7)
|
);
|
||||||
)
|
}
|
||||||
patch sides
|
outlet
|
||||||
(
|
{
|
||||||
(1 5 6 2)
|
type patch;
|
||||||
(0 4 7 3)
|
faces
|
||||||
)
|
(
|
||||||
empty frontAndBack
|
(3 2 6 7)
|
||||||
(
|
);
|
||||||
(0 1 2 3)
|
}
|
||||||
(4 5 6 7)
|
sides
|
||||||
)
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 5 6 2)
|
||||||
|
(0 4 7 3)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
frontAndBack
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 1 2 3)
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -15,37 +15,31 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
5
|
4
|
||||||
(
|
(
|
||||||
base
|
base
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
nFaces 134;
|
nFaces 150;
|
||||||
startFace 44700;
|
startFace 44700;
|
||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
nFaces 150;
|
nFaces 150;
|
||||||
startFace 44834;
|
startFace 44850;
|
||||||
}
|
}
|
||||||
sides
|
sides
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
nFaces 300;
|
nFaces 300;
|
||||||
startFace 44984;
|
startFace 45000;
|
||||||
}
|
}
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
nFaces 45000;
|
nFaces 45000;
|
||||||
startFace 45284;
|
startFace 45300;
|
||||||
}
|
|
||||||
inlet
|
|
||||||
{
|
|
||||||
type patch;
|
|
||||||
nFaces 16;
|
|
||||||
startFace 90284;
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -38,23 +38,35 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch base
|
base
|
||||||
(
|
{
|
||||||
(0 1 5 4)
|
type patch;
|
||||||
)
|
faces
|
||||||
patch outlet
|
(
|
||||||
(
|
(0 1 5 4)
|
||||||
(3 2 6 7)
|
);
|
||||||
)
|
}
|
||||||
patch sides
|
outlet
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type patch;
|
||||||
(0 1 2 3)
|
faces
|
||||||
(1 5 6 2)
|
(
|
||||||
(4 5 6 7)
|
(3 2 6 7)
|
||||||
)
|
);
|
||||||
|
}
|
||||||
|
sides
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 4 7 3)
|
||||||
|
(0 1 2 3)
|
||||||
|
(1 5 6 2)
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -15,31 +15,25 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
4
|
3
|
||||||
(
|
(
|
||||||
base
|
base
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
nFaces 3456;
|
nFaces 3600;
|
||||||
startFace 637200;
|
startFace 637200;
|
||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
nFaces 3600;
|
nFaces 3600;
|
||||||
startFace 640656;
|
startFace 640800;
|
||||||
}
|
}
|
||||||
sides
|
sides
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
nFaces 14400;
|
nFaces 14400;
|
||||||
startFace 644256;
|
startFace 644400;
|
||||||
}
|
|
||||||
inlet
|
|
||||||
{
|
|
||||||
type patch;
|
|
||||||
nFaces 144;
|
|
||||||
startFace 658656;
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -37,26 +37,42 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch fuel
|
fuel
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type patch;
|
||||||
)
|
faces
|
||||||
patch air
|
(
|
||||||
(
|
(0 4 7 3)
|
||||||
(1 2 6 5)
|
);
|
||||||
)
|
}
|
||||||
patch outlet
|
air
|
||||||
(
|
{
|
||||||
(0 1 5 4)
|
type patch;
|
||||||
(7 6 2 3)
|
faces
|
||||||
)
|
(
|
||||||
empty frontAndBack
|
(1 2 6 5)
|
||||||
(
|
);
|
||||||
(4 5 6 7)
|
}
|
||||||
(0 3 2 1)
|
outlet
|
||||||
)
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 1 5 4)
|
||||||
|
(7 6 2 3)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
frontAndBack
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(4 5 6 7)
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -40,40 +40,64 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 2 6 0)
|
type patch;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(0 2 6 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
patch outlet
|
outlet
|
||||||
(
|
{
|
||||||
(1 3 7 1)
|
type patch;
|
||||||
(3 5 9 7)
|
faces
|
||||||
)
|
(
|
||||||
|
(1 3 7 1)
|
||||||
|
(3 5 9 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
patch freestreamInlet
|
freestreamInlet
|
||||||
(
|
{
|
||||||
(2 4 8 6)
|
type patch;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(2 4 8 6)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
patch freestream
|
freestream
|
||||||
(
|
{
|
||||||
(4 8 9 5)
|
type patch;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(4 8 9 5)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wedge wedge1
|
wedge1
|
||||||
(
|
{
|
||||||
(0 2 3 1)
|
type wedge;
|
||||||
(2 4 5 3)
|
faces
|
||||||
)
|
(
|
||||||
|
(0 2 3 1)
|
||||||
|
(2 4 5 3)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wedge wedge2
|
wedge2
|
||||||
(
|
{
|
||||||
(0 1 7 6)
|
type wedge;
|
||||||
(6 7 9 8)
|
faces
|
||||||
)
|
(
|
||||||
|
(0 1 7 6)
|
||||||
|
(6 7 9 8)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,37 +37,61 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch cone
|
cone
|
||||||
(
|
{
|
||||||
(1 5 4 0)
|
type patch;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
patch outlet
|
(1 5 4 0)
|
||||||
(
|
);
|
||||||
(2 6 5 1)
|
}
|
||||||
)
|
|
||||||
|
|
||||||
patch freestream
|
outlet
|
||||||
(
|
{
|
||||||
(3 7 6 2)
|
type patch;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(2 6 5 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
symmetryPlane centreLeft
|
freestream
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type patch;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
patch wedge1
|
(3 7 6 2)
|
||||||
(
|
);
|
||||||
(0 3 2 1)
|
}
|
||||||
)
|
|
||||||
|
|
||||||
patch wedge2
|
centreLeft
|
||||||
(
|
{
|
||||||
(4 5 6 7)
|
type symmetryPlane;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(0 4 7 3)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
wedge1
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
wedge2
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -47,31 +47,51 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 8 10 2)
|
type patch;
|
||||||
(2 10 13 5)
|
faces
|
||||||
)
|
(
|
||||||
patch outlet
|
(0 8 10 2)
|
||||||
(
|
(2 10 13 5)
|
||||||
(4 7 15 12)
|
);
|
||||||
)
|
}
|
||||||
symmetryPlane bottom
|
outlet
|
||||||
(
|
{
|
||||||
(0 1 9 8)
|
type patch;
|
||||||
)
|
faces
|
||||||
symmetryPlane top
|
(
|
||||||
(
|
(4 7 15 12)
|
||||||
(5 13 14 6)
|
);
|
||||||
(6 14 15 7)
|
}
|
||||||
)
|
bottom
|
||||||
patch obstacle
|
{
|
||||||
(
|
type symmetryPlane;
|
||||||
(1 3 11 9)
|
faces
|
||||||
(3 4 12 11)
|
(
|
||||||
)
|
(0 1 9 8)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type symmetryPlane;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(5 13 14 6)
|
||||||
|
(6 14 15 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
obstacle
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 3 11 9)
|
||||||
|
(3 4 12 11)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -20,35 +20,30 @@ FoamFile
|
|||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
physicalType supersonicInlet;
|
|
||||||
nFaces 80;
|
nFaces 80;
|
||||||
startFace 31936;
|
startFace 31936;
|
||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
physicalType pressureTransmissiveOutlet;
|
|
||||||
nFaces 64;
|
nFaces 64;
|
||||||
startFace 32016;
|
startFace 32016;
|
||||||
}
|
}
|
||||||
bottom
|
bottom
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type symmetryPlane;
|
||||||
physicalType symmetryPlane;
|
|
||||||
nFaces 48;
|
nFaces 48;
|
||||||
startFace 32080;
|
startFace 32080;
|
||||||
}
|
}
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type symmetryPlane;
|
||||||
physicalType symmetryPlane;
|
|
||||||
nFaces 240;
|
nFaces 240;
|
||||||
startFace 32128;
|
startFace 32128;
|
||||||
}
|
}
|
||||||
obstacle
|
obstacle
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
physicalType adiabaticWall;
|
|
||||||
nFaces 208;
|
nFaces 208;
|
||||||
startFace 32368;
|
startFace 32368;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,28 +20,28 @@ internalField uniform 1;
|
|||||||
|
|
||||||
boundaryField
|
boundaryField
|
||||||
{
|
{
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform 1;
|
value uniform 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|
||||||
bottom
|
bottom
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type symmetryPlane;
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -16,7 +16,7 @@ FoamFile
|
|||||||
|
|
||||||
convertToMeters 1;
|
convertToMeters 1;
|
||||||
|
|
||||||
vertices
|
vertices
|
||||||
(
|
(
|
||||||
(0 0 0)
|
(0 0 0)
|
||||||
(4.1 0 0)
|
(4.1 0 0)
|
||||||
@ -28,41 +28,61 @@ vertices
|
|||||||
(0 1 0.1)
|
(0 1 0.1)
|
||||||
);
|
);
|
||||||
|
|
||||||
blocks
|
blocks
|
||||||
(
|
(
|
||||||
hex (0 1 2 3 4 5 6 7) (60 30 1) simpleGrading (1 1 1)
|
hex (0 1 2 3 4 5 6 7) (60 30 1) simpleGrading (1 1 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
edges
|
edges
|
||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall top
|
top
|
||||||
(
|
{
|
||||||
(3 7 6 2)
|
type wall;
|
||||||
)
|
faces
|
||||||
wall inlet
|
(
|
||||||
(
|
(3 7 6 2)
|
||||||
(0 4 7 3)
|
);
|
||||||
)
|
}
|
||||||
wall outlet
|
inlet
|
||||||
(
|
{
|
||||||
(2 6 5 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall bottom
|
(
|
||||||
(
|
(0 4 7 3)
|
||||||
(1 5 4 0)
|
);
|
||||||
)
|
}
|
||||||
empty frontAndBack
|
outlet
|
||||||
(
|
{
|
||||||
(0 3 2 1)
|
type patch;
|
||||||
(4 5 6 7)
|
faces
|
||||||
)
|
(
|
||||||
|
(2 6 5 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
bottom
|
||||||
|
{
|
||||||
|
type symmetryPlane;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 5 4 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
frontAndBack
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 3 2 1)
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -19,36 +19,31 @@ FoamFile
|
|||||||
(
|
(
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type patch;
|
type wall;
|
||||||
physicalType inlet;
|
|
||||||
nFaces 60;
|
nFaces 60;
|
||||||
startFace 3510;
|
startFace 3510;
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
physicalType supersonicInlet;
|
|
||||||
nFaces 30;
|
nFaces 30;
|
||||||
startFace 3570;
|
startFace 3570;
|
||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
physicalType extrapolatedOutlet;
|
|
||||||
nFaces 30;
|
nFaces 30;
|
||||||
startFace 3600;
|
startFace 3600;
|
||||||
}
|
}
|
||||||
bottom
|
bottom
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type symmetryPlane;
|
||||||
physicalType symmetryPlane;
|
|
||||||
nFaces 60;
|
nFaces 60;
|
||||||
startFace 3630;
|
startFace 3630;
|
||||||
}
|
}
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
physicalType empty;
|
|
||||||
nFaces 3600;
|
nFaces 3600;
|
||||||
startFace 3690;
|
startFace 3690;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -37,20 +37,28 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch sides
|
sides
|
||||||
(
|
{
|
||||||
(1 2 6 5)
|
type patch;
|
||||||
(0 4 7 3)
|
faces
|
||||||
)
|
(
|
||||||
empty empty
|
(1 2 6 5)
|
||||||
(
|
(0 4 7 3)
|
||||||
(0 1 5 4)
|
);
|
||||||
(5 6 7 4)
|
}
|
||||||
(3 7 6 2)
|
empty
|
||||||
(0 3 2 1)
|
{
|
||||||
)
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 1 5 4)
|
||||||
|
(5 6 7 4)
|
||||||
|
(3 7 6 2)
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -20,14 +20,12 @@ FoamFile
|
|||||||
sides
|
sides
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
physicalType outletAdiabatic;
|
|
||||||
nFaces 2;
|
nFaces 2;
|
||||||
startFace 99;
|
startFace 99;
|
||||||
}
|
}
|
||||||
empty
|
empty
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
physicalType empty;
|
|
||||||
nFaces 400;
|
nFaces 400;
|
||||||
startFace 101;
|
startFace 101;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -44,29 +44,49 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 6 9 3)
|
type patch;
|
||||||
)
|
faces
|
||||||
patch outlet
|
(
|
||||||
(
|
(0 6 9 3)
|
||||||
(2 5 11 8)
|
);
|
||||||
)
|
}
|
||||||
symmetryPlane bottom
|
outlet
|
||||||
(
|
{
|
||||||
(0 1 7 6)
|
type patch;
|
||||||
)
|
faces
|
||||||
symmetryPlane top
|
(
|
||||||
(
|
(2 5 11 8)
|
||||||
(3 9 10 4)
|
);
|
||||||
(4 10 11 5)
|
}
|
||||||
)
|
bottom
|
||||||
patch obstacle
|
{
|
||||||
(
|
type symmetryPlane;
|
||||||
(1 2 8 7)
|
faces
|
||||||
)
|
(
|
||||||
|
(0 1 7 6)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type symmetryPlane;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(3 9 10 4)
|
||||||
|
(4 10 11 5)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
obstacle
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 2 8 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -85,65 +85,85 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 22 23 1)
|
type patch;
|
||||||
(1 23 24 2)
|
faces
|
||||||
(2 24 25 3)
|
(
|
||||||
)
|
(0 22 23 1)
|
||||||
patch outlet
|
(1 23 24 2)
|
||||||
(
|
(2 24 25 3)
|
||||||
(16 17 39 38)
|
);
|
||||||
(17 18 40 39)
|
}
|
||||||
(18 19 41 40)
|
outlet
|
||||||
(19 20 42 41)
|
{
|
||||||
(20 21 43 42)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall upperWall
|
(
|
||||||
(
|
(16 17 39 38)
|
||||||
(3 25 31 9)
|
(17 18 40 39)
|
||||||
(9 31 37 15)
|
(18 19 41 40)
|
||||||
(15 37 43 21)
|
(19 20 42 41)
|
||||||
)
|
(20 21 43 42)
|
||||||
wall lowerWall
|
);
|
||||||
(
|
}
|
||||||
(0 6 28 22)
|
upperWall
|
||||||
(6 5 27 28)
|
{
|
||||||
(5 4 26 27)
|
type wall;
|
||||||
(4 10 32 26)
|
faces
|
||||||
(10 16 38 32)
|
(
|
||||||
)
|
(3 25 31 9)
|
||||||
empty frontAndBack
|
(9 31 37 15)
|
||||||
(
|
(15 37 43 21)
|
||||||
(22 28 29 23)
|
);
|
||||||
(23 29 30 24)
|
}
|
||||||
(24 30 31 25)
|
lowerWall
|
||||||
(26 32 33 27)
|
{
|
||||||
(27 33 34 28)
|
type wall;
|
||||||
(28 34 35 29)
|
faces
|
||||||
(29 35 36 30)
|
(
|
||||||
(30 36 37 31)
|
(0 6 28 22)
|
||||||
(32 38 39 33)
|
(6 5 27 28)
|
||||||
(33 39 40 34)
|
(5 4 26 27)
|
||||||
(34 40 41 35)
|
(4 10 32 26)
|
||||||
(35 41 42 36)
|
(10 16 38 32)
|
||||||
(36 42 43 37)
|
);
|
||||||
(0 1 7 6)
|
}
|
||||||
(1 2 8 7)
|
frontAndBack
|
||||||
(2 3 9 8)
|
{
|
||||||
(4 5 11 10)
|
type empty;
|
||||||
(5 6 12 11)
|
faces
|
||||||
(6 7 13 12)
|
(
|
||||||
(7 8 14 13)
|
(22 28 29 23)
|
||||||
(8 9 15 14)
|
(23 29 30 24)
|
||||||
(10 11 17 16)
|
(24 30 31 25)
|
||||||
(11 12 18 17)
|
(26 32 33 27)
|
||||||
(12 13 19 18)
|
(27 33 34 28)
|
||||||
(13 14 20 19)
|
(28 34 35 29)
|
||||||
(14 15 21 20)
|
(29 35 36 30)
|
||||||
)
|
(30 36 37 31)
|
||||||
|
(32 38 39 33)
|
||||||
|
(33 39 40 34)
|
||||||
|
(34 40 41 35)
|
||||||
|
(35 41 42 36)
|
||||||
|
(36 42 43 37)
|
||||||
|
(0 1 7 6)
|
||||||
|
(1 2 8 7)
|
||||||
|
(2 3 9 8)
|
||||||
|
(4 5 11 10)
|
||||||
|
(5 6 12 11)
|
||||||
|
(6 7 13 12)
|
||||||
|
(7 8 14 13)
|
||||||
|
(8 9 15 14)
|
||||||
|
(10 11 17 16)
|
||||||
|
(11 12 18 17)
|
||||||
|
(12 13 19 18)
|
||||||
|
(13 14 20 19)
|
||||||
|
(14 15 21 20)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,23 +37,35 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall movingWall
|
movingWall
|
||||||
(
|
{
|
||||||
(3 7 6 2)
|
type wall;
|
||||||
)
|
faces
|
||||||
wall fixedWalls
|
(
|
||||||
(
|
(3 7 6 2)
|
||||||
(0 4 7 3)
|
);
|
||||||
(2 6 5 1)
|
}
|
||||||
(1 5 4 0)
|
fixedWalls
|
||||||
)
|
{
|
||||||
empty frontAndBack
|
type wall;
|
||||||
(
|
faces
|
||||||
(0 3 2 1)
|
(
|
||||||
(4 5 6 7)
|
(0 4 7 3)
|
||||||
)
|
(2 6 5 1)
|
||||||
|
(1 5 4 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
frontAndBack
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 3 2 1)
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class polyBoundaryMesh;
|
class polyBoundaryMesh;
|
||||||
location "constant/polyMesh";
|
location "constant/polyMesh";
|
||||||
object boundary;
|
object boundary;
|
||||||
|
|||||||
@ -71,41 +71,53 @@ edges
|
|||||||
arc 15 19 ( 53.033 -53.033 -25)
|
arc 15 19 ( 53.033 -53.033 -25)
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
// is there no way of defining all my 'defaultFaces' to be 'wall'?
|
// is there no way of defining all my 'defaultFaces' to be 'wall'?
|
||||||
wall Default_Boundary_Region
|
Default_Boundary_Region
|
||||||
(
|
{
|
||||||
// block0
|
type wall;
|
||||||
( 0 1 3 2 )
|
faces
|
||||||
( 11 10 12 13 )
|
(
|
||||||
( 0 10 11 1 )
|
// block0
|
||||||
( 2 3 13 12 )
|
( 0 1 3 2 )
|
||||||
// block1
|
( 11 10 12 13 )
|
||||||
( 4 5 7 6 )
|
( 0 10 11 1 )
|
||||||
( 15 14 16 17 )
|
( 2 3 13 12 )
|
||||||
( 4 14 15 5 )
|
// block1
|
||||||
( 6 7 17 16 )
|
( 4 5 7 6 )
|
||||||
// block2
|
( 15 14 16 17 )
|
||||||
( 1 8 9 3 )
|
( 4 14 15 5 )
|
||||||
( 18 11 13 19 )
|
( 6 7 17 16 )
|
||||||
( 3 9 19 13 )
|
// block2
|
||||||
( 1 11 18 8 )
|
( 1 8 9 3 )
|
||||||
// block3
|
( 18 11 13 19 )
|
||||||
( 5 9 8 7 )
|
( 3 9 19 13 )
|
||||||
( 19 15 17 18 )
|
( 1 11 18 8 )
|
||||||
( 5 15 19 9 )
|
// block3
|
||||||
( 7 8 18 17 )
|
( 5 9 8 7 )
|
||||||
)
|
( 19 15 17 18 )
|
||||||
patch inlet
|
( 5 15 19 9 )
|
||||||
(
|
( 7 8 18 17 )
|
||||||
(0 2 12 10)
|
);
|
||||||
)
|
}
|
||||||
|
inlet
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 2 12 10)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
patch outlet
|
outlet
|
||||||
(
|
{
|
||||||
(4 6 16 14)
|
type patch;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(4 6 16 14)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -47,31 +47,51 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 8 10 2)
|
type patch;
|
||||||
(2 10 13 5)
|
faces
|
||||||
)
|
(
|
||||||
patch outlet
|
(0 8 10 2)
|
||||||
(
|
(2 10 13 5)
|
||||||
(4 7 15 12)
|
);
|
||||||
)
|
}
|
||||||
symmetryPlane bottom
|
outlet
|
||||||
(
|
{
|
||||||
(0 1 9 8)
|
type patch;
|
||||||
)
|
faces
|
||||||
symmetryPlane top
|
(
|
||||||
(
|
(4 7 15 12)
|
||||||
(5 13 14 6)
|
);
|
||||||
(6 14 15 7)
|
}
|
||||||
)
|
bottom
|
||||||
patch obstacle
|
{
|
||||||
(
|
type symmetryPlane;
|
||||||
(1 3 11 9)
|
faces
|
||||||
(3 4 12 11)
|
(
|
||||||
)
|
(0 1 9 8)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
top
|
||||||
|
{
|
||||||
|
type symmetryPlane;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(5 13 14 6)
|
||||||
|
(6 14 15 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
obstacle
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 3 11 9)
|
||||||
|
(3 4 12 11)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,20 +37,28 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch sides
|
sides
|
||||||
(
|
{
|
||||||
(1 2 6 5)
|
type patch;
|
||||||
(0 4 7 3)
|
faces
|
||||||
)
|
(
|
||||||
empty empty
|
(1 2 6 5)
|
||||||
(
|
(0 4 7 3)
|
||||||
(0 1 5 4)
|
);
|
||||||
(5 6 7 4)
|
}
|
||||||
(3 7 6 2)
|
empty
|
||||||
(0 3 2 1)
|
{
|
||||||
)
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 1 5 4)
|
||||||
|
(5 6 7 4)
|
||||||
|
(3 7 6 2)
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -85,41 +85,61 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 22 26 4)
|
type patch;
|
||||||
(4 26 30 8)
|
faces
|
||||||
(8 30 36 14)
|
(
|
||||||
(14 36 40 18)
|
(0 22 26 4)
|
||||||
)
|
(4 26 30 8)
|
||||||
patch outlet
|
(8 30 36 14)
|
||||||
(
|
(14 36 40 18)
|
||||||
(3 7 29 25)
|
);
|
||||||
(7 11 33 29)
|
}
|
||||||
(11 13 35 33)
|
outlet
|
||||||
(13 17 39 35)
|
{
|
||||||
(17 21 43 39)
|
type patch;
|
||||||
)
|
faces
|
||||||
patch bottomWall
|
(
|
||||||
(
|
(3 7 29 25)
|
||||||
(0 1 23 22)
|
(7 11 33 29)
|
||||||
(1 2 24 23)
|
(11 13 35 33)
|
||||||
(2 3 25 24)
|
(13 17 39 35)
|
||||||
)
|
(17 21 43 39)
|
||||||
patch topWall
|
);
|
||||||
(
|
}
|
||||||
(18 40 41 19)
|
bottomWall
|
||||||
(19 41 42 20)
|
{
|
||||||
(20 42 43 21)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall prismWall
|
(
|
||||||
(
|
(0 1 23 22)
|
||||||
(12 10 32 34)
|
(1 2 24 23)
|
||||||
(12 34 31 9)
|
(2 3 25 24)
|
||||||
(9 31 32 10)
|
);
|
||||||
)
|
}
|
||||||
|
topWall
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(18 40 41 19)
|
||||||
|
(19 41 42 20)
|
||||||
|
(20 42 43 21)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
prismWall
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(12 10 32 34)
|
||||||
|
(12 34 31 9)
|
||||||
|
(9 31 32 10)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -52,41 +52,61 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall outerWall
|
outerWall
|
||||||
(
|
{
|
||||||
(0 1 11 10)
|
type wall;
|
||||||
(1 3 13 11)
|
faces
|
||||||
(3 4 14 13)
|
(
|
||||||
(7 6 16 17)
|
(0 1 11 10)
|
||||||
(6 9 19 16)
|
(1 3 13 11)
|
||||||
(9 8 18 19)
|
(3 4 14 13)
|
||||||
)
|
(7 6 16 17)
|
||||||
symmetryPlane axis
|
(6 9 19 16)
|
||||||
(
|
(9 8 18 19)
|
||||||
(0 10 12 2)
|
);
|
||||||
(2 12 15 5)
|
}
|
||||||
(5 15 18 8)
|
axis
|
||||||
)
|
{
|
||||||
patch nozzle
|
type symmetryPlane;
|
||||||
(
|
faces
|
||||||
(4 7 17 14)
|
(
|
||||||
)
|
(0 10 12 2)
|
||||||
empty back
|
(2 12 15 5)
|
||||||
(
|
(5 15 18 8)
|
||||||
(0 2 3 1)
|
);
|
||||||
(2 5 6 3)
|
}
|
||||||
(3 6 7 4)
|
nozzle
|
||||||
(5 8 9 6)
|
{
|
||||||
)
|
type patch;
|
||||||
empty front
|
faces
|
||||||
(
|
(
|
||||||
(10 11 13 12)
|
(4 7 17 14)
|
||||||
(12 13 16 15)
|
);
|
||||||
(13 14 17 16)
|
}
|
||||||
(15 16 19 18)
|
back
|
||||||
)
|
{
|
||||||
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 2 3 1)
|
||||||
|
(2 5 6 3)
|
||||||
|
(3 6 7 4)
|
||||||
|
(5 8 9 6)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
front
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(10 11 13 12)
|
||||||
|
(12 13 16 15)
|
||||||
|
(13 14 17 16)
|
||||||
|
(15 16 19 18)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -22,6 +22,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 256;
|
nFaces 256;
|
||||||
startFace 14464;
|
startFace 14464;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch xPeriodic_half1;
|
neighbourPatch xPeriodic_half1;
|
||||||
}
|
}
|
||||||
xPeriodic_half1
|
xPeriodic_half1
|
||||||
@ -29,6 +30,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 256;
|
nFaces 256;
|
||||||
startFace 14720;
|
startFace 14720;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch xPeriodic_half0;
|
neighbourPatch xPeriodic_half0;
|
||||||
}
|
}
|
||||||
yPeriodic_half0
|
yPeriodic_half0
|
||||||
@ -36,6 +38,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 320;
|
nFaces 320;
|
||||||
startFace 14976;
|
startFace 14976;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch yPeriodic_half1;
|
neighbourPatch yPeriodic_half1;
|
||||||
}
|
}
|
||||||
yPeriodic_half1
|
yPeriodic_half1
|
||||||
@ -43,6 +46,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 320;
|
nFaces 320;
|
||||||
startFace 15296;
|
startFace 15296;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch yPeriodic_half0;
|
neighbourPatch yPeriodic_half0;
|
||||||
}
|
}
|
||||||
zPeriodic_half0
|
zPeriodic_half0
|
||||||
@ -50,6 +54,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 320;
|
nFaces 320;
|
||||||
startFace 15616;
|
startFace 15616;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch zPeriodic_half1;
|
neighbourPatch zPeriodic_half1;
|
||||||
}
|
}
|
||||||
zPeriodic_half1
|
zPeriodic_half1
|
||||||
@ -57,6 +62,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 320;
|
nFaces 320;
|
||||||
startFace 15936;
|
startFace 15936;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch zPeriodic_half0;
|
neighbourPatch zPeriodic_half0;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
@ -34,28 +34,37 @@ blocks
|
|||||||
hex (0 1 2 3 4 5 6 7) (20 16 16) simpleGrading (1 1 1)
|
hex (0 1 2 3 4 5 6 7) (20 16 16) simpleGrading (1 1 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch
|
|
||||||
outlet
|
outlet
|
||||||
(
|
{
|
||||||
(1 2 6 5)
|
type patch;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(1 2 6 5)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
patch
|
|
||||||
inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type patch;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(0 4 7 3)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
patch
|
|
||||||
sides
|
sides
|
||||||
(
|
{
|
||||||
(2 3 7 6)
|
type patch;
|
||||||
(0 1 5 4)
|
faces
|
||||||
(4 5 6 7)
|
(
|
||||||
(0 3 2 1)
|
(2 3 7 6)
|
||||||
)
|
(0 1 5 4)
|
||||||
|
(4 5 6 7)
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -40,32 +40,41 @@ blocks
|
|||||||
hex (1 8 9 2 5 10 11 6) (50 36 36) simpleGrading (1 1 1)
|
hex (1 8 9 2 5 10 11 6) (50 36 36) simpleGrading (1 1 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch
|
|
||||||
flow
|
flow
|
||||||
(
|
{
|
||||||
(8 9 11 10)
|
type patch;
|
||||||
(0 4 7 3)
|
faces
|
||||||
(2 3 7 6)
|
(
|
||||||
(2 6 11 9)
|
(8 9 11 10)
|
||||||
(4 5 6 7)
|
(0 4 7 3)
|
||||||
(5 10 11 6)
|
(2 3 7 6)
|
||||||
)
|
(2 6 11 9)
|
||||||
|
(4 5 6 7)
|
||||||
|
(5 10 11 6)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
symmetryPlane
|
|
||||||
entrance
|
entrance
|
||||||
(
|
{
|
||||||
(0 1 5 4)
|
type symmetryPlane;
|
||||||
(0 3 2 1)
|
faces
|
||||||
)
|
(
|
||||||
|
(0 1 5 4)
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall
|
|
||||||
walls
|
walls
|
||||||
(
|
{
|
||||||
(1 8 10 5)
|
type wall;
|
||||||
(1 2 9 8)
|
faces
|
||||||
)
|
(
|
||||||
|
(1 8 10 5)
|
||||||
|
(1 2 9 8)
|
||||||
|
);
|
||||||
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -44,27 +44,39 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch flow
|
flow
|
||||||
(
|
{
|
||||||
(0 6 9 3)
|
type patch;
|
||||||
(2 5 11 8)
|
faces
|
||||||
(0 1 7 6)
|
(
|
||||||
(3 9 10 4)
|
(0 6 9 3)
|
||||||
(4 10 11 5)
|
(2 5 11 8)
|
||||||
)
|
(0 1 7 6)
|
||||||
wall obstacle
|
(3 9 10 4)
|
||||||
(
|
(4 10 11 5)
|
||||||
(1 2 8 7)
|
);
|
||||||
)
|
}
|
||||||
empty frontAndBack
|
obstacle
|
||||||
(
|
{
|
||||||
(0 3 4 1)
|
type wall;
|
||||||
(1 4 5 2)
|
faces
|
||||||
(6 7 10 9)
|
(
|
||||||
(7 8 11 10)
|
(1 2 8 7)
|
||||||
)
|
);
|
||||||
|
}
|
||||||
|
frontAndBack
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 3 4 1)
|
||||||
|
(1 4 5 2)
|
||||||
|
(6 7 10 9)
|
||||||
|
(7 8 11 10)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -22,6 +22,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 144;
|
nFaces 144;
|
||||||
startFace 4752;
|
startFace 4752;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicX_half1;
|
neighbourPatch periodicX_half1;
|
||||||
}
|
}
|
||||||
periodicX_half1
|
periodicX_half1
|
||||||
@ -29,6 +30,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 144;
|
nFaces 144;
|
||||||
startFace 4896;
|
startFace 4896;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicX_half0;
|
neighbourPatch periodicX_half0;
|
||||||
}
|
}
|
||||||
periodicY_half0
|
periodicY_half0
|
||||||
@ -36,6 +38,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 144;
|
nFaces 144;
|
||||||
startFace 5040;
|
startFace 5040;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicY_half1;
|
neighbourPatch periodicY_half1;
|
||||||
}
|
}
|
||||||
periodicY_half1
|
periodicY_half1
|
||||||
@ -43,6 +46,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 144;
|
nFaces 144;
|
||||||
startFace 5184;
|
startFace 5184;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicY_half0;
|
neighbourPatch periodicY_half0;
|
||||||
}
|
}
|
||||||
periodicZ_half0
|
periodicZ_half0
|
||||||
@ -50,6 +54,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 144;
|
nFaces 144;
|
||||||
startFace 5328;
|
startFace 5328;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicZ_half1;
|
neighbourPatch periodicZ_half1;
|
||||||
}
|
}
|
||||||
periodicZ_half1
|
periodicZ_half1
|
||||||
@ -57,6 +62,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 144;
|
nFaces 144;
|
||||||
startFace 5472;
|
startFace 5472;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicZ_half0;
|
neighbourPatch periodicZ_half0;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
@ -22,6 +22,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 132;
|
nFaces 132;
|
||||||
startFace 4344;
|
startFace 4344;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicX_half1;
|
neighbourPatch periodicX_half1;
|
||||||
}
|
}
|
||||||
periodicX_half1
|
periodicX_half1
|
||||||
@ -29,6 +30,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 132;
|
nFaces 132;
|
||||||
startFace 4476;
|
startFace 4476;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicX_half0;
|
neighbourPatch periodicX_half0;
|
||||||
}
|
}
|
||||||
periodicY_half0
|
periodicY_half0
|
||||||
@ -36,6 +38,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 132;
|
nFaces 132;
|
||||||
startFace 4608;
|
startFace 4608;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicY_half1;
|
neighbourPatch periodicY_half1;
|
||||||
}
|
}
|
||||||
periodicY_half1
|
periodicY_half1
|
||||||
@ -43,6 +46,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 132;
|
nFaces 132;
|
||||||
startFace 4740;
|
startFace 4740;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicY_half0;
|
neighbourPatch periodicY_half0;
|
||||||
}
|
}
|
||||||
periodicZ_half0
|
periodicZ_half0
|
||||||
@ -50,6 +54,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 144;
|
nFaces 144;
|
||||||
startFace 4872;
|
startFace 4872;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicZ_half1;
|
neighbourPatch periodicZ_half1;
|
||||||
}
|
}
|
||||||
periodicZ_half1
|
periodicZ_half1
|
||||||
@ -57,6 +62,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 144;
|
nFaces 144;
|
||||||
startFace 5016;
|
startFace 5016;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch periodicZ_half0;
|
neighbourPatch periodicZ_half0;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
@ -56,59 +56,77 @@ blocks
|
|||||||
edges
|
edges
|
||||||
();
|
();
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch
|
|
||||||
sectionAEnd
|
sectionAEnd
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type patch;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(0 4 7 3)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall
|
|
||||||
sectionCEnd
|
sectionCEnd
|
||||||
(
|
{
|
||||||
(20 21 23 22)
|
type wall;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(20 21 23 22)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall
|
|
||||||
front
|
front
|
||||||
(
|
{
|
||||||
(0 1 5 4)
|
type wall;
|
||||||
(1 8 10 5)
|
faces
|
||||||
(8 12 14 10)
|
(
|
||||||
(12 16 18 14)
|
(0 1 5 4)
|
||||||
(16 20 22 18)
|
(1 8 10 5)
|
||||||
)
|
(8 12 14 10)
|
||||||
|
(12 16 18 14)
|
||||||
|
(16 20 22 18)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall
|
|
||||||
back
|
back
|
||||||
(
|
{
|
||||||
(2 3 7 6)
|
type wall;
|
||||||
(2 6 11 9)
|
faces
|
||||||
(9 11 15 13)
|
(
|
||||||
(13 15 19 17)
|
(2 3 7 6)
|
||||||
(17 19 23 21)
|
(2 6 11 9)
|
||||||
)
|
(9 11 15 13)
|
||||||
|
(13 15 19 17)
|
||||||
|
(17 19 23 21)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall
|
|
||||||
top
|
top
|
||||||
(
|
{
|
||||||
(4 5 6 7)
|
type wall;
|
||||||
(5 10 11 6)
|
faces
|
||||||
(10 14 15 11)
|
(
|
||||||
(14 18 19 15)
|
(4 5 6 7)
|
||||||
(18 22 23 19)
|
(5 10 11 6)
|
||||||
)
|
(10 14 15 11)
|
||||||
|
(14 18 19 15)
|
||||||
|
(18 22 23 19)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall
|
|
||||||
bottom
|
bottom
|
||||||
(
|
{
|
||||||
(0 3 2 1)
|
type wall;
|
||||||
(1 2 9 8)
|
faces
|
||||||
(8 9 13 12)
|
(
|
||||||
(12 13 17 16)
|
(0 3 2 1)
|
||||||
(16 17 21 20)
|
(1 2 9 8)
|
||||||
)
|
(8 9 13 12)
|
||||||
|
(12 13 17 16)
|
||||||
|
(16 17 21 20)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -63,33 +63,53 @@ edges
|
|||||||
arc 15 20 (0.0145419 0.0351074 0.5)
|
arc 15 20 (0.0145419 0.0351074 0.5)
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
symmetryPlane left
|
left
|
||||||
(
|
{
|
||||||
(8 9 20 19)
|
type symmetryPlane;
|
||||||
(9 10 21 20)
|
faces
|
||||||
)
|
(
|
||||||
symmetryPlane right
|
(8 9 20 19)
|
||||||
(
|
(9 10 21 20)
|
||||||
(2 3 14 13)
|
);
|
||||||
(3 6 17 14)
|
}
|
||||||
)
|
right
|
||||||
symmetryPlane down
|
{
|
||||||
(
|
type symmetryPlane;
|
||||||
(0 1 12 11)
|
faces
|
||||||
(1 2 13 12)
|
(
|
||||||
)
|
(2 3 14 13)
|
||||||
patch up
|
(3 6 17 14)
|
||||||
(
|
);
|
||||||
(7 8 19 18)
|
}
|
||||||
(6 7 18 17)
|
down
|
||||||
)
|
{
|
||||||
patch hole
|
type symmetryPlane;
|
||||||
(
|
faces
|
||||||
(10 5 16 21)
|
(
|
||||||
(5 0 11 16)
|
(0 1 12 11)
|
||||||
)
|
(1 2 13 12)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
up
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(7 8 19 18)
|
||||||
|
(6 7 18 17)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
hole
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(10 5 16 21)
|
||||||
|
(5 0 11 16)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,29 +37,49 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type patch;
|
||||||
)
|
faces
|
||||||
patch outlet
|
(
|
||||||
(
|
(0 4 7 3)
|
||||||
(2 6 5 1)
|
);
|
||||||
)
|
}
|
||||||
patch lowerWall
|
outlet
|
||||||
(
|
{
|
||||||
(1 5 4 0)
|
type patch;
|
||||||
)
|
faces
|
||||||
patch upperWall
|
(
|
||||||
(
|
(2 6 5 1)
|
||||||
(3 7 6 2)
|
);
|
||||||
)
|
}
|
||||||
empty frontAndBack
|
lowerWall
|
||||||
(
|
{
|
||||||
(0 3 2 1)
|
type patch;
|
||||||
(4 5 6 7)
|
faces
|
||||||
)
|
(
|
||||||
|
(1 5 4 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
upperWall
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(3 7 6 2)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
frontAndBack
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 3 2 1)
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,16 +37,24 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch lowValue
|
lowValue
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type patch;
|
||||||
)
|
faces
|
||||||
patch highValue
|
(
|
||||||
(
|
(0 4 7 3)
|
||||||
(2 6 5 1)
|
);
|
||||||
)
|
}
|
||||||
|
highValue
|
||||||
|
{
|
||||||
|
type patch;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(2 6 5 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,23 +37,35 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall floor
|
floor
|
||||||
(
|
{
|
||||||
(1 5 4 0)
|
type wall;
|
||||||
)
|
faces
|
||||||
wall ceiling
|
(
|
||||||
(
|
(1 5 4 0)
|
||||||
(3 7 6 2)
|
);
|
||||||
)
|
}
|
||||||
wall fixedWalls
|
ceiling
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type wall;
|
||||||
(2 6 5 1)
|
faces
|
||||||
(0 3 2 1)
|
(
|
||||||
(4 5 6 7)
|
(3 7 6 2)
|
||||||
)
|
);
|
||||||
|
}
|
||||||
|
fixedWalls
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 4 7 3)
|
||||||
|
(2 6 5 1)
|
||||||
|
(0 3 2 1)
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,23 +37,35 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall floor
|
floor
|
||||||
(
|
{
|
||||||
(1 5 4 0)
|
type wall;
|
||||||
)
|
faces
|
||||||
wall ceiling
|
(
|
||||||
(
|
(1 5 4 0)
|
||||||
(3 7 6 2)
|
);
|
||||||
)
|
}
|
||||||
wall fixedWalls
|
ceiling
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type wall;
|
||||||
(2 6 5 1)
|
faces
|
||||||
(0 3 2 1)
|
(
|
||||||
(4 5 6 7)
|
(3 7 6 2)
|
||||||
)
|
);
|
||||||
|
}
|
||||||
|
fixedWalls
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 4 7 3)
|
||||||
|
(2 6 5 1)
|
||||||
|
(0 3 2 1)
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -38,37 +38,61 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
empty maxY
|
maxY
|
||||||
(
|
{
|
||||||
(3 7 6 2)
|
type empty;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(3 7 6 2)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
empty minX
|
minX
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type empty;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(0 4 7 3)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
empty maxX
|
maxX
|
||||||
(
|
{
|
||||||
(2 6 5 1)
|
type empty;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(2 6 5 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
empty minY
|
minY
|
||||||
(
|
{
|
||||||
(1 5 4 0)
|
type empty;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(1 5 4 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall ground
|
ground
|
||||||
(
|
{
|
||||||
(0 3 2 1)
|
type wall;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
empty maxZ
|
maxZ
|
||||||
(
|
{
|
||||||
(4 5 6 7)
|
type empty;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -15,61 +15,43 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
9
|
6
|
||||||
(
|
(
|
||||||
maxY
|
maxY
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
nFaces 0;
|
nFaces 400;
|
||||||
startFace 61295;
|
startFace 22800;
|
||||||
}
|
}
|
||||||
minX
|
minX
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
nFaces 0;
|
nFaces 400;
|
||||||
startFace 61295;
|
startFace 23200;
|
||||||
}
|
}
|
||||||
maxX
|
maxX
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
nFaces 0;
|
nFaces 400;
|
||||||
startFace 61295;
|
startFace 23600;
|
||||||
}
|
}
|
||||||
minY
|
minY
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
nFaces 0;
|
nFaces 400;
|
||||||
startFace 61295;
|
startFace 24000;
|
||||||
}
|
}
|
||||||
ground
|
ground
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
nFaces 590;
|
nFaces 400;
|
||||||
startFace 61295;
|
startFace 24400;
|
||||||
}
|
}
|
||||||
maxZ
|
maxZ
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
nFaces 0;
|
nFaces 400;
|
||||||
startFace 61885;
|
startFace 24800;
|
||||||
}
|
|
||||||
igloo_region0
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 2260;
|
|
||||||
startFace 61885;
|
|
||||||
}
|
|
||||||
twoFridgeFreezers_seal_0
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 1344;
|
|
||||||
startFace 64145;
|
|
||||||
}
|
|
||||||
twoFridgeFreezers_herring_1
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 1116;
|
|
||||||
startFace 65489;
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -37,23 +37,35 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall floor
|
floor
|
||||||
(
|
{
|
||||||
(1 5 4 0)
|
type wall;
|
||||||
)
|
faces
|
||||||
wall ceiling
|
(
|
||||||
(
|
(1 5 4 0)
|
||||||
(3 7 6 2)
|
);
|
||||||
)
|
}
|
||||||
wall fixedWalls
|
ceiling
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type wall;
|
||||||
(2 6 5 1)
|
faces
|
||||||
(0 3 2 1)
|
(
|
||||||
(4 5 6 7)
|
(3 7 6 2)
|
||||||
)
|
);
|
||||||
|
}
|
||||||
|
fixedWalls
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 4 7 3)
|
||||||
|
(2 6 5 1)
|
||||||
|
(0 3 2 1)
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,29 +37,45 @@ blocks
|
|||||||
hex (0 1 2 3 4 5 6 7) (35 150 15) simpleGrading (1 1 1)
|
hex (0 1 2 3 4 5 6 7) (35 150 15) simpleGrading (1 1 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall frontAndBack
|
frontAndBack
|
||||||
(
|
{
|
||||||
(0 1 5 4)
|
type wall;
|
||||||
(2 3 7 6)
|
faces
|
||||||
)
|
(
|
||||||
|
(0 1 5 4)
|
||||||
|
(2 3 7 6)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall topAndBottom
|
topAndBottom
|
||||||
(
|
{
|
||||||
(4 5 6 7)
|
type wall;
|
||||||
(3 2 1 0)
|
faces
|
||||||
)
|
(
|
||||||
|
(4 5 6 7)
|
||||||
|
(3 2 1 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall hot
|
hot
|
||||||
(
|
{
|
||||||
(6 5 1 2)
|
type wall;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(6 5 1 2)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall cold
|
cold
|
||||||
(
|
{
|
||||||
(4 7 3 0)
|
type wall;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(4 7 3 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,23 +37,35 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall floor
|
floor
|
||||||
(
|
{
|
||||||
(1 5 4 0)
|
type wall;
|
||||||
)
|
faces
|
||||||
wall ceiling
|
(
|
||||||
(
|
(1 5 4 0)
|
||||||
(3 7 6 2)
|
);
|
||||||
)
|
}
|
||||||
wall fixedWalls
|
ceiling
|
||||||
(
|
{
|
||||||
(0 4 7 3)
|
type wall;
|
||||||
(2 6 5 1)
|
faces
|
||||||
(0 3 2 1)
|
(
|
||||||
(4 5 6 7)
|
(3 7 6 2)
|
||||||
)
|
);
|
||||||
|
}
|
||||||
|
fixedWalls
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 4 7 3)
|
||||||
|
(2 6 5 1)
|
||||||
|
(0 3 2 1)
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -98,69 +98,85 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall box
|
box
|
||||||
(
|
{
|
||||||
( 6 22 21 5)
|
type wall;
|
||||||
(10 26 22 6)
|
faces
|
||||||
( 9 25 26 10)
|
(
|
||||||
( 5 21 25 9)
|
( 6 22 21 5)
|
||||||
(22 26 25 21)
|
(10 26 22 6)
|
||||||
)
|
( 9 25 26 10)
|
||||||
wall floor
|
( 5 21 25 9)
|
||||||
(
|
(22 26 25 21)
|
||||||
( 1 5 4 0)
|
);
|
||||||
( 2 6 5 1)
|
}
|
||||||
( 3 7 6 2)
|
floor
|
||||||
( 5 9 8 4)
|
{
|
||||||
( 7 11 10 6)
|
type wall;
|
||||||
( 9 13 12 8)
|
faces
|
||||||
(10 14 13 9)
|
(
|
||||||
(11 15 14 10)
|
( 1 5 4 0)
|
||||||
)
|
( 2 6 5 1)
|
||||||
wall ceiling
|
( 3 7 6 2)
|
||||||
(
|
( 5 9 8 4)
|
||||||
(33 37 36 32)
|
( 7 11 10 6)
|
||||||
(34 38 37 33)
|
( 9 13 12 8)
|
||||||
(35 39 38 34)
|
(10 14 13 9)
|
||||||
(37 41 40 36)
|
(11 15 14 10)
|
||||||
(38 42 41 37)
|
);
|
||||||
(39 43 42 38)
|
}
|
||||||
(41 45 44 40)
|
ceiling
|
||||||
(42 46 45 41)
|
{
|
||||||
(43 47 46 42)
|
type wall;
|
||||||
)
|
faces
|
||||||
wall fixedWalls
|
(
|
||||||
(
|
(33 37 36 32)
|
||||||
( 1 17 16 0)
|
(34 38 37 33)
|
||||||
( 2 18 17 1)
|
(35 39 38 34)
|
||||||
( 3 19 18 2)
|
(37 41 40 36)
|
||||||
(17 33 32 16)
|
(38 42 41 37)
|
||||||
(18 34 33 17)
|
(39 43 42 38)
|
||||||
(19 35 34 18)
|
(41 45 44 40)
|
||||||
|
(42 46 45 41)
|
||||||
|
(43 47 46 42)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
fixedWalls
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
( 1 17 16 0)
|
||||||
|
( 2 18 17 1)
|
||||||
|
( 3 19 18 2)
|
||||||
|
(17 33 32 16)
|
||||||
|
(18 34 33 17)
|
||||||
|
(19 35 34 18)
|
||||||
|
|
||||||
( 7 23 19 3)
|
( 7 23 19 3)
|
||||||
(11 27 23 7)
|
(11 27 23 7)
|
||||||
(15 31 27 11)
|
(15 31 27 11)
|
||||||
(23 39 35 19)
|
(23 39 35 19)
|
||||||
(27 43 39 23)
|
(27 43 39 23)
|
||||||
(31 47 43 27)
|
(31 47 43 27)
|
||||||
|
|
||||||
(14 30 31 15)
|
(14 30 31 15)
|
||||||
(13 29 30 14)
|
(13 29 30 14)
|
||||||
(12 28 29 13)
|
(12 28 29 13)
|
||||||
(30 46 47 31)
|
(30 46 47 31)
|
||||||
(29 45 46 30)
|
(29 45 46 30)
|
||||||
(28 44 45 29)
|
(28 44 45 29)
|
||||||
|
|
||||||
( 8 24 28 12)
|
( 8 24 28 12)
|
||||||
( 4 20 24 8)
|
( 4 20 24 8)
|
||||||
( 0 16 20 4)
|
( 0 16 20 4)
|
||||||
(24 40 44 28)
|
(24 40 44 28)
|
||||||
(20 36 40 24)
|
(20 36 40 24)
|
||||||
(16 32 36 20)
|
(16 32 36 20)
|
||||||
)
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -98,69 +98,85 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall box
|
box
|
||||||
(
|
{
|
||||||
( 6 22 21 5)
|
type wall;
|
||||||
(10 26 22 6)
|
faces
|
||||||
( 9 25 26 10)
|
(
|
||||||
( 5 21 25 9)
|
( 6 22 21 5)
|
||||||
(22 26 25 21)
|
(10 26 22 6)
|
||||||
)
|
( 9 25 26 10)
|
||||||
wall floor
|
( 5 21 25 9)
|
||||||
(
|
(22 26 25 21)
|
||||||
( 1 5 4 0)
|
);
|
||||||
( 2 6 5 1)
|
}
|
||||||
( 3 7 6 2)
|
floor
|
||||||
( 5 9 8 4)
|
{
|
||||||
( 7 11 10 6)
|
type wall;
|
||||||
( 9 13 12 8)
|
faces
|
||||||
(10 14 13 9)
|
(
|
||||||
(11 15 14 10)
|
( 1 5 4 0)
|
||||||
)
|
( 2 6 5 1)
|
||||||
wall ceiling
|
( 3 7 6 2)
|
||||||
(
|
( 5 9 8 4)
|
||||||
(33 37 36 32)
|
( 7 11 10 6)
|
||||||
(34 38 37 33)
|
( 9 13 12 8)
|
||||||
(35 39 38 34)
|
(10 14 13 9)
|
||||||
(37 41 40 36)
|
(11 15 14 10)
|
||||||
(38 42 41 37)
|
);
|
||||||
(39 43 42 38)
|
}
|
||||||
(41 45 44 40)
|
ceiling
|
||||||
(42 46 45 41)
|
{
|
||||||
(43 47 46 42)
|
type wall;
|
||||||
)
|
faces
|
||||||
wall fixedWalls
|
(
|
||||||
(
|
(33 37 36 32)
|
||||||
( 1 17 16 0)
|
(34 38 37 33)
|
||||||
( 2 18 17 1)
|
(35 39 38 34)
|
||||||
( 3 19 18 2)
|
(37 41 40 36)
|
||||||
(17 33 32 16)
|
(38 42 41 37)
|
||||||
(18 34 33 17)
|
(39 43 42 38)
|
||||||
(19 35 34 18)
|
(41 45 44 40)
|
||||||
|
(42 46 45 41)
|
||||||
|
(43 47 46 42)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
fixedWalls
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
( 1 17 16 0)
|
||||||
|
( 2 18 17 1)
|
||||||
|
( 3 19 18 2)
|
||||||
|
(17 33 32 16)
|
||||||
|
(18 34 33 17)
|
||||||
|
(19 35 34 18)
|
||||||
|
|
||||||
( 7 23 19 3)
|
( 7 23 19 3)
|
||||||
(11 27 23 7)
|
(11 27 23 7)
|
||||||
(15 31 27 11)
|
(15 31 27 11)
|
||||||
(23 39 35 19)
|
(23 39 35 19)
|
||||||
(27 43 39 23)
|
(27 43 39 23)
|
||||||
(31 47 43 27)
|
(31 47 43 27)
|
||||||
|
|
||||||
(14 30 31 15)
|
(14 30 31 15)
|
||||||
(13 29 30 14)
|
(13 29 30 14)
|
||||||
(12 28 29 13)
|
(12 28 29 13)
|
||||||
(30 46 47 31)
|
(30 46 47 31)
|
||||||
(29 45 46 30)
|
(29 45 46 30)
|
||||||
(28 44 45 29)
|
(28 44 45 29)
|
||||||
|
|
||||||
( 8 24 28 12)
|
( 8 24 28 12)
|
||||||
( 4 20 24 8)
|
( 4 20 24 8)
|
||||||
( 0 16 20 4)
|
( 0 16 20 4)
|
||||||
(24 40 44 28)
|
(24 40 44 28)
|
||||||
(20 36 40 24)
|
(20 36 40 24)
|
||||||
(16 32 36 20)
|
(16 32 36 20)
|
||||||
)
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class polyBoundaryMesh;
|
class polyBoundaryMesh;
|
||||||
location "constant/polyMesh";
|
location "constant/polyMesh";
|
||||||
object boundary;
|
object boundary;
|
||||||
|
|||||||
@ -37,32 +37,56 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall maxY
|
maxY
|
||||||
(
|
{
|
||||||
(3 7 6 2)
|
type wall;
|
||||||
)
|
faces
|
||||||
patch minX
|
(
|
||||||
(
|
(3 7 6 2)
|
||||||
(0 4 7 3)
|
);
|
||||||
)
|
}
|
||||||
patch maxX
|
minX
|
||||||
(
|
{
|
||||||
(2 6 5 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall minY
|
(
|
||||||
(
|
(0 4 7 3)
|
||||||
(1 5 4 0)
|
);
|
||||||
)
|
}
|
||||||
wall minZ
|
maxX
|
||||||
(
|
{
|
||||||
(0 3 2 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall maxZ
|
(
|
||||||
(
|
(2 6 5 1)
|
||||||
(4 5 6 7)
|
);
|
||||||
)
|
}
|
||||||
|
minY
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 5 4 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
minZ
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
maxZ
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class polyBoundaryMesh;
|
class polyBoundaryMesh;
|
||||||
location "constant/polyMesh";
|
location "constant/polyMesh";
|
||||||
object boundary;
|
object boundary;
|
||||||
|
|||||||
@ -37,32 +37,56 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall maxY
|
maxY
|
||||||
(
|
{
|
||||||
(3 7 6 2)
|
type wall;
|
||||||
)
|
faces
|
||||||
patch minX
|
(
|
||||||
(
|
(3 7 6 2)
|
||||||
(0 4 7 3)
|
);
|
||||||
)
|
}
|
||||||
patch maxX
|
minX
|
||||||
(
|
{
|
||||||
(2 6 5 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall minY
|
(
|
||||||
(
|
(0 4 7 3)
|
||||||
(1 5 4 0)
|
);
|
||||||
)
|
}
|
||||||
wall minZ
|
maxX
|
||||||
(
|
{
|
||||||
(0 3 2 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall maxZ
|
(
|
||||||
(
|
(2 6 5 1)
|
||||||
(4 5 6 7)
|
);
|
||||||
)
|
}
|
||||||
|
minY
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 5 4 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
minZ
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
maxZ
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class polyBoundaryMesh;
|
class polyBoundaryMesh;
|
||||||
location "constant/polyMesh";
|
location "constant/polyMesh";
|
||||||
object boundary;
|
object boundary;
|
||||||
|
|||||||
@ -37,32 +37,56 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall maxY
|
maxY
|
||||||
(
|
{
|
||||||
(3 7 6 2)
|
type wall;
|
||||||
)
|
faces
|
||||||
patch minX
|
(
|
||||||
(
|
(3 7 6 2)
|
||||||
(0 4 7 3)
|
);
|
||||||
)
|
}
|
||||||
patch maxX
|
minX
|
||||||
(
|
{
|
||||||
(2 6 5 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall minY
|
(
|
||||||
(
|
(0 4 7 3)
|
||||||
(1 5 4 0)
|
);
|
||||||
)
|
}
|
||||||
wall minZ
|
maxX
|
||||||
(
|
{
|
||||||
(0 3 2 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall maxZ
|
(
|
||||||
(
|
(2 6 5 1)
|
||||||
(4 5 6 7)
|
);
|
||||||
)
|
}
|
||||||
|
minY
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 5 4 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
minZ
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
maxZ
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -15,253 +15,43 @@ FoamFile
|
|||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
41
|
6
|
||||||
(
|
(
|
||||||
maxY
|
maxY
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
nFaces 1200;
|
nFaces 300;
|
||||||
startFace 41630;
|
startFace 8300;
|
||||||
}
|
}
|
||||||
minX
|
minX
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
nFaces 250;
|
nFaces 100;
|
||||||
startFace 42830;
|
startFace 8600;
|
||||||
}
|
}
|
||||||
maxX
|
maxX
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
nFaces 250;
|
nFaces 100;
|
||||||
startFace 43080;
|
startFace 8700;
|
||||||
}
|
}
|
||||||
minY
|
minY
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
nFaces 1200;
|
nFaces 300;
|
||||||
startFace 43330;
|
startFace 8800;
|
||||||
}
|
}
|
||||||
minZ
|
minZ
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
nFaces 750;
|
nFaces 300;
|
||||||
startFace 44530;
|
startFace 9100;
|
||||||
}
|
}
|
||||||
maxZ
|
maxZ
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
nFaces 750;
|
nFaces 300;
|
||||||
startFace 45280;
|
startFace 9400;
|
||||||
}
|
|
||||||
bottomAir_minX
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
bottomAir_maxX
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
bottomAir_minY
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
bottomAir_minZ
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
bottomAir_maxZ
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
bottomAir_bottomAir_to_rightSolid
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
bottomAir_bottomAir_to_leftSolid
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
bottomAir_bottomAir_to_heater
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
topAir_maxY
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
topAir_minX
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
topAir_maxX
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
topAir_minZ
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
topAir_maxZ
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
topAir_topAir_to_rightSolid
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
topAir_topAir_to_heater
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
topAir_topAir_to_leftSolid
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
leftSolid_minX
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
leftSolid_minZ
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
leftSolid_maxZ
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
leftSolid_leftSolid_to_bottomAir
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
leftSolid_leftSolid_to_heater
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
leftSolid_leftSolid_to_topAir
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
rightSolid_maxX
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
rightSolid_minZ
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
rightSolid_maxZ
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
rightSolid_rightSolid_to_bottomAir
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
rightSolid_rightSolid_to_topAir
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
rightSolid_rightSolid_to_heater
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
heater_minY
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
heater_minZ
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
heater_maxZ
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
heater_heater_to_topAir
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
heater_heater_to_rightSolid
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
heater_heater_to_leftSolid
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
|
||||||
heater_heater_to_bottomAir
|
|
||||||
{
|
|
||||||
type wall;
|
|
||||||
nFaces 0;
|
|
||||||
startFace 46030;
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -37,32 +37,56 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall maxY
|
maxY
|
||||||
(
|
{
|
||||||
(3 7 6 2)
|
type wall;
|
||||||
)
|
faces
|
||||||
patch minX
|
(
|
||||||
(
|
(3 7 6 2)
|
||||||
(0 4 7 3)
|
);
|
||||||
)
|
}
|
||||||
patch maxX
|
minX
|
||||||
(
|
{
|
||||||
(2 6 5 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall minY
|
(
|
||||||
(
|
(0 4 7 3)
|
||||||
(1 5 4 0)
|
);
|
||||||
)
|
}
|
||||||
wall minZ
|
maxX
|
||||||
(
|
{
|
||||||
(0 3 2 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall maxZ
|
(
|
||||||
(
|
(2 6 5 1)
|
||||||
(4 5 6 7)
|
);
|
||||||
)
|
}
|
||||||
|
minY
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 5 4 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
minZ
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
maxZ
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -37,32 +37,56 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall maxY
|
maxY
|
||||||
(
|
{
|
||||||
(3 7 6 2)
|
type wall;
|
||||||
)
|
faces
|
||||||
patch minX
|
(
|
||||||
(
|
(3 7 6 2)
|
||||||
(0 4 7 3)
|
);
|
||||||
)
|
}
|
||||||
patch maxX
|
minX
|
||||||
(
|
{
|
||||||
(2 6 5 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall minY
|
(
|
||||||
(
|
(0 4 7 3)
|
||||||
(1 5 4 0)
|
);
|
||||||
)
|
}
|
||||||
wall minZ
|
maxX
|
||||||
(
|
{
|
||||||
(0 3 2 1)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall maxZ
|
(
|
||||||
(
|
(2 6 5 1)
|
||||||
(4 5 6 7)
|
);
|
||||||
)
|
}
|
||||||
|
minY
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(1 5 4 0)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
minZ
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 3 2 1)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
maxZ
|
||||||
|
{
|
||||||
|
type wall;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(4 5 6 7)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -149,3 +149,5 @@ boundary
|
|||||||
mergeMatchPairs
|
mergeMatchPairs
|
||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -46,6 +46,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 1600;
|
nFaces 1600;
|
||||||
startFace 101720;
|
startFace 101720;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch cyclic_half1;
|
neighbourPatch cyclic_half1;
|
||||||
transform rotational;
|
transform rotational;
|
||||||
rotationAxis (0 0 1);
|
rotationAxis (0 0 1);
|
||||||
@ -56,6 +57,7 @@ FoamFile
|
|||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 1600;
|
nFaces 1600;
|
||||||
startFace 103320;
|
startFace 103320;
|
||||||
|
matchTolerance 0.0001;
|
||||||
neighbourPatch cyclic_half0;
|
neighbourPatch cyclic_half0;
|
||||||
transform rotational;
|
transform rotational;
|
||||||
rotationAxis (0 0 1);
|
rotationAxis (0 0 1);
|
||||||
|
|||||||
@ -85,65 +85,85 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
patch inlet
|
inlet
|
||||||
(
|
{
|
||||||
(0 22 23 1)
|
type patch;
|
||||||
(1 23 24 2)
|
faces
|
||||||
(2 24 25 3)
|
(
|
||||||
)
|
(0 22 23 1)
|
||||||
patch outlet
|
(1 23 24 2)
|
||||||
(
|
(2 24 25 3)
|
||||||
(16 17 39 38)
|
);
|
||||||
(17 18 40 39)
|
}
|
||||||
(18 19 41 40)
|
outlet
|
||||||
(19 20 42 41)
|
{
|
||||||
(20 21 43 42)
|
type patch;
|
||||||
)
|
faces
|
||||||
wall upperWall
|
(
|
||||||
(
|
(16 17 39 38)
|
||||||
(3 25 31 9)
|
(17 18 40 39)
|
||||||
(9 31 37 15)
|
(18 19 41 40)
|
||||||
(15 37 43 21)
|
(19 20 42 41)
|
||||||
)
|
(20 21 43 42)
|
||||||
wall lowerWall
|
);
|
||||||
(
|
}
|
||||||
(0 6 28 22)
|
upperWall
|
||||||
(6 5 27 28)
|
{
|
||||||
(5 4 26 27)
|
type wall;
|
||||||
(4 10 32 26)
|
faces
|
||||||
(10 16 38 32)
|
(
|
||||||
)
|
(3 25 31 9)
|
||||||
empty frontAndBack
|
(9 31 37 15)
|
||||||
(
|
(15 37 43 21)
|
||||||
(22 28 29 23)
|
);
|
||||||
(23 29 30 24)
|
}
|
||||||
(24 30 31 25)
|
lowerWall
|
||||||
(26 32 33 27)
|
{
|
||||||
(27 33 34 28)
|
type wall;
|
||||||
(28 34 35 29)
|
faces
|
||||||
(29 35 36 30)
|
(
|
||||||
(30 36 37 31)
|
(0 6 28 22)
|
||||||
(32 38 39 33)
|
(6 5 27 28)
|
||||||
(33 39 40 34)
|
(5 4 26 27)
|
||||||
(34 40 41 35)
|
(4 10 32 26)
|
||||||
(35 41 42 36)
|
(10 16 38 32)
|
||||||
(36 42 43 37)
|
);
|
||||||
(0 1 7 6)
|
}
|
||||||
(1 2 8 7)
|
frontAndBack
|
||||||
(2 3 9 8)
|
{
|
||||||
(4 5 11 10)
|
type empty;
|
||||||
(5 6 12 11)
|
faces
|
||||||
(6 7 13 12)
|
(
|
||||||
(7 8 14 13)
|
(22 28 29 23)
|
||||||
(8 9 15 14)
|
(23 29 30 24)
|
||||||
(10 11 17 16)
|
(24 30 31 25)
|
||||||
(11 12 18 17)
|
(26 32 33 27)
|
||||||
(12 13 19 18)
|
(27 33 34 28)
|
||||||
(13 14 20 19)
|
(28 34 35 29)
|
||||||
(14 15 21 20)
|
(29 35 36 30)
|
||||||
)
|
(30 36 37 31)
|
||||||
|
(32 38 39 33)
|
||||||
|
(33 39 40 34)
|
||||||
|
(34 40 41 35)
|
||||||
|
(35 41 42 36)
|
||||||
|
(36 42 43 37)
|
||||||
|
(0 1 7 6)
|
||||||
|
(1 2 8 7)
|
||||||
|
(2 3 9 8)
|
||||||
|
(4 5 11 10)
|
||||||
|
(5 6 12 11)
|
||||||
|
(6 7 13 12)
|
||||||
|
(7 8 14 13)
|
||||||
|
(8 9 15 14)
|
||||||
|
(10 11 17 16)
|
||||||
|
(11 12 18 17)
|
||||||
|
(12 13 19 18)
|
||||||
|
(13 14 20 19)
|
||||||
|
(14 15 21 20)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -20,35 +20,30 @@ FoamFile
|
|||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
physicalType inlet;
|
|
||||||
nFaces 30;
|
nFaces 30;
|
||||||
startFace 24170;
|
startFace 24170;
|
||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type patch;
|
type patch;
|
||||||
physicalType outlet;
|
|
||||||
nFaces 57;
|
nFaces 57;
|
||||||
startFace 24200;
|
startFace 24200;
|
||||||
}
|
}
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
physicalType wallFunctions;
|
|
||||||
nFaces 223;
|
nFaces 223;
|
||||||
startFace 24257;
|
startFace 24257;
|
||||||
}
|
}
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type wall;
|
type wall;
|
||||||
physicalType wallFunctions;
|
|
||||||
nFaces 250;
|
nFaces 250;
|
||||||
startFace 24480;
|
startFace 24480;
|
||||||
}
|
}
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
physicalType empty;
|
|
||||||
nFaces 24450;
|
nFaces 24450;
|
||||||
startFace 24730;
|
startFace 24730;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform ( 0 0 0 0 0 0 );
|
value uniform ( 0 0 0 0 0 0 );
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform ( 0 0 0 );
|
value uniform ( 0 0 0 );
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform 1e-08;
|
value uniform 1e-08;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform 1e-10;
|
value uniform 1e-10;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -9,56 +9,47 @@ FoamFile
|
|||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class volScalarField;
|
||||||
location "constant/polyMesh";
|
location "0";
|
||||||
object blockMeshDict;
|
object nut;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
convertToMeters 0.1;
|
dimensions [0 2 -1 0 0 0 0];
|
||||||
|
|
||||||
vertices
|
internalField uniform 0;
|
||||||
(
|
|
||||||
//back
|
|
||||||
( 0 0 0)
|
|
||||||
( 1 0 0)
|
|
||||||
( 0 0.5 0)
|
|
||||||
( 1 0.5 0)
|
|
||||||
|
|
||||||
// front
|
boundaryField
|
||||||
( 0 0 1)
|
{
|
||||||
( 1 0 1)
|
lowerWall
|
||||||
( 0 0.5 1)
|
{
|
||||||
( 1 0.5 1)
|
type nutLowReWallFunction;
|
||||||
);
|
Cmu 0.09;
|
||||||
|
kappa 0.41;
|
||||||
|
E 9.8;
|
||||||
|
value uniform 0;
|
||||||
|
}
|
||||||
|
upperWall
|
||||||
|
{
|
||||||
|
type nutLowReWallFunction;
|
||||||
|
Cmu 0.09;
|
||||||
|
kappa 0.41;
|
||||||
|
E 9.8;
|
||||||
|
value uniform 0;
|
||||||
|
}
|
||||||
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
defaultFaces
|
||||||
|
{
|
||||||
|
type empty;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
blocks
|
|
||||||
(
|
|
||||||
hex (0 1 3 2 4 5 7 6 ) (20 10 20) simpleGrading (1 1 1)
|
|
||||||
);
|
|
||||||
|
|
||||||
edges
|
|
||||||
(
|
|
||||||
);
|
|
||||||
|
|
||||||
patches
|
|
||||||
(
|
|
||||||
patch sides
|
|
||||||
(
|
|
||||||
(1 5 7 3)
|
|
||||||
(4 5 7 6)
|
|
||||||
(4 0 2 6)
|
|
||||||
(7 3 2 6)
|
|
||||||
(0 4 5 1)
|
|
||||||
)
|
|
||||||
wall filmWalls
|
|
||||||
(
|
|
||||||
(0 1 3 2)
|
|
||||||
)
|
|
||||||
);
|
|
||||||
|
|
||||||
mergePatchPairs
|
|
||||||
(
|
|
||||||
);
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
@ -16,7 +16,7 @@ FoamFile
|
|||||||
|
|
||||||
convertToMeters 0.05;
|
convertToMeters 0.05;
|
||||||
|
|
||||||
vertices
|
vertices
|
||||||
(
|
(
|
||||||
(0 -1 0)
|
(0 -1 0)
|
||||||
(0 0 0)
|
(0 0 0)
|
||||||
@ -32,36 +32,57 @@ vertices
|
|||||||
(0.1 1 0.1)
|
(0.1 1 0.1)
|
||||||
);
|
);
|
||||||
|
|
||||||
blocks
|
blocks
|
||||||
(
|
(
|
||||||
hex (0 3 4 1 6 9 10 7) (1 40 1) simpleGrading (1 100 1)
|
hex (0 3 4 1 6 9 10 7) (1 40 1) simpleGrading (1 100 1)
|
||||||
hex (1 4 5 2 7 10 11 8) (1 40 1) simpleGrading (1 0.01 1)
|
hex (1 4 5 2 7 10 11 8) (1 40 1) simpleGrading (1 0.01 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
edges
|
edges
|
||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall lowerWall
|
lowerWall
|
||||||
(
|
{
|
||||||
(0 3 9 6)
|
type wall;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(0 3 9 6)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall upperWall
|
upperWall
|
||||||
(
|
{
|
||||||
(2 8 11 5)
|
type wall;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(2 8 11 5)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
cyclic frontBack
|
front
|
||||||
(
|
{
|
||||||
(0 6 7 1)
|
type cyclic;
|
||||||
(1 7 8 2)
|
neighbourPatch back;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(9 3 4 10)
|
||||||
|
(10 4 5 11)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
(9 3 4 10)
|
back
|
||||||
(10 4 5 11)
|
{
|
||||||
)
|
type cyclic;
|
||||||
|
neighbourPatch front;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 6 7 1)
|
||||||
|
(1 7 8 2)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -29,19 +29,21 @@ FoamFile
|
|||||||
nFaces 1;
|
nFaces 1;
|
||||||
startFace 80;
|
startFace 80;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 80;
|
nFaces 80;
|
||||||
startFace 81;
|
startFace 81;
|
||||||
neighbourPatch frontBack_half1;
|
matchTolerance 0.0001;
|
||||||
|
neighbourPatch back;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 80;
|
nFaces 80;
|
||||||
startFace 161;
|
startFace 161;
|
||||||
neighbourPatch frontBack_half0;
|
matchTolerance 0.0001;
|
||||||
|
neighbourPatch front;
|
||||||
}
|
}
|
||||||
defaultFaces
|
defaultFaces
|
||||||
{
|
{
|
||||||
|
|||||||
@ -29,7 +29,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -37,10 +41,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform ( 0 0 0 );
|
value uniform ( 0 0 0 );
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type epsilonWallFunction;
|
type epsilonWallFunction;
|
||||||
value uniform 1e-08;
|
value uniform 1e-08;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type kqRWallFunction;
|
type kqRWallFunction;
|
||||||
value uniform 1e-10;
|
value uniform 1e-10;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -37,10 +41,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type nutkWallFunction;
|
type nutkWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -42,26 +42,47 @@ edges
|
|||||||
(
|
(
|
||||||
);
|
);
|
||||||
|
|
||||||
patches
|
boundary
|
||||||
(
|
(
|
||||||
wall lowerWall
|
lowerWall
|
||||||
(
|
{
|
||||||
(0 3 9 6)
|
type wall;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(0 3 9 6)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
wall upperWall
|
upperWall
|
||||||
(
|
{
|
||||||
(2 8 11 5)
|
type wall;
|
||||||
)
|
faces
|
||||||
|
(
|
||||||
|
(2 8 11 5)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
cyclic frontBack
|
front
|
||||||
(
|
{
|
||||||
(0 6 7 1)
|
type cyclic;
|
||||||
(1 7 8 2)
|
neighbourPatch back;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(9 3 4 10)
|
||||||
|
(10 4 5 11)
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
(9 3 4 10)
|
back
|
||||||
(10 4 5 11)
|
{
|
||||||
)
|
type cyclic;
|
||||||
|
neighbourPatch front;
|
||||||
|
faces
|
||||||
|
(
|
||||||
|
(0 6 7 1)
|
||||||
|
(1 7 8 2)
|
||||||
|
);
|
||||||
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
mergePatchPairs
|
mergePatchPairs
|
||||||
|
|||||||
@ -29,19 +29,21 @@ FoamFile
|
|||||||
nFaces 1;
|
nFaces 1;
|
||||||
startFace 80;
|
startFace 80;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 80;
|
nFaces 80;
|
||||||
startFace 81;
|
startFace 81;
|
||||||
neighbourPatch frontBack_half1;
|
matchTolerance 0.0001;
|
||||||
|
neighbourPatch back;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
nFaces 80;
|
nFaces 80;
|
||||||
startFace 161;
|
startFace 161;
|
||||||
neighbourPatch frontBack_half0;
|
matchTolerance 0.0001;
|
||||||
|
neighbourPatch front;
|
||||||
}
|
}
|
||||||
defaultFaces
|
defaultFaces
|
||||||
{
|
{
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform ( 0 0 0 );
|
value uniform ( 0 0 0 );
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type epsilonWallFunction;
|
type epsilonWallFunction;
|
||||||
value uniform 1e-08;
|
value uniform 1e-08;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type kqRWallFunction;
|
type kqRWallFunction;
|
||||||
internalField uniform 0.1;
|
internalField uniform 0.1;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -29,7 +29,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -37,10 +41,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type nutkWallFunction;
|
type nutkWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type nutkWallFunction;
|
type nutkWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type nutUSpaldingWallFunction;
|
type nutUSpaldingWallFunction;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,11 @@ boundaryField
|
|||||||
type omegaWallFunction;
|
type omegaWallFunction;
|
||||||
value uniform 1111.11;
|
value uniform 1111.11;
|
||||||
}
|
}
|
||||||
frontBack_half0
|
front
|
||||||
|
{
|
||||||
|
type cyclic;
|
||||||
|
}
|
||||||
|
back
|
||||||
{
|
{
|
||||||
type cyclic;
|
type cyclic;
|
||||||
}
|
}
|
||||||
@ -39,10 +43,6 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type empty;
|
type empty;
|
||||||
}
|
}
|
||||||
frontBack_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user