This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/incompressible/icoDyMFoam/turboPassageRotating/constant/polyMesh/blockMeshDict
2014-06-01 18:23:43 +02:00

199 lines
4.7 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.1 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters 0.01;
vertices
(
( 10. 0. 0. )
( 10. 0. 10. )
( 18. 0. 0. )
( 18. 0. 10. )
( 20. 0. 0. )
( 20. 0. 10. )
( 19.69615506 3.47296355 0. )
( 19.69615506 3.47296355 10. )
( 21.66577057 3.82025991 0. )
( 21.66577057 3.82025991 10. )
( 29.54423259 5.20944533 0. )
( 29.54423259 5.20944533 10. )
( 8.66025404 5. 0. )
( 8.66025404 5. 10. )
( 15.58845727 9. 0. )
( 15.58845727 9. 10. )
( 17.32050808 10. 0. )
( 17.32050808 10. 10. )
( 15.32088886 12.85575219 0. )
( 15.32088886 12.85575219 10. )
( 16.85297775 14.14132741 0. )
( 16.85297775 14.14132741 10. )
( 22.98133329 19.28362829 0. )
( 22.98133329 19.28362829 10. )
);
blocks
(
hex (0 12 13 1 2 14 15 3 ) (20 10 20) simpleGrading (1 1 1)
hex (2 14 15 3 4 16 17 5 ) (20 10 5) simpleGrading (1 1 1)
hex (6 18 19 7 8 20 21 9 ) (20 10 5) simpleGrading (1 1 1)
hex (8 20 21 9 10 22 23 11 ) (20 10 20) simpleGrading (1 1 1)
);
edges
(
arc 0 12 ( 9.65925826 2.58819045 0. )
arc 1 13 ( 9.65925826 2.58819045 10. )
arc 2 14 ( 17.38666487 4.65874281 0. )
arc 3 15 ( 17.38666487 4.65874281 10. )
arc 4 16 ( 19.31851653 5.1763809 0. )
arc 5 17 ( 19.31851653 5.1763809 10. )
arc 6 18 ( 19.31851653 5.1763809 0. )
arc 7 19 ( 19.31851653 5.1763809 10. )
arc 8 20 ( 21.25036818 5.69401899 0. )
arc 9 21 ( 21.25036818 5.69401899 10. )
arc 10 22 ( 28.97777479 7.76457135 0. )
arc 11 23 ( 28.97777479 7.76457135 10. )
);
boundary
(
inlet
{
type patch;
faces
(
(0 12 13 1)
);
}
outlet
{
type patch;
faces
(
(10 22 23 11)
);
}
fixedWalls
{
type wall;
faces
(
(6 18 20 8)
(7 19 21 9)
(8 20 22 10)
(9 21 23 11)
(20 22 23 21)
(8 10 11 9)
);
}
movingwalls
{
type patch;
faces
(
(2 14 16 4)
(3 15 17 5)
(0 12 14 2)
(1 13 15 3)
(12 14 15 13)
(0 2 3 1)
);
}
rotor_cyclic_upper
{
type cyclicGgi;
shadowPatch rotor_cyclic_lower;
zone rotor_cyclic_upper_faces;
bridgeOverlap false;
rotationAxis (0 0 1);
rotationAngle -30;
separationOffset (0 0 0);
faces
(
(14 16 17 15)
);
}
rotor_cyclic_lower
{
type cyclicGgi;
shadowPatch rotor_cyclic_upper;
zone rotor_cyclic_lower_faces;
bridgeOverlap false;
rotationAxis (0 0 1);
rotationAngle 30;
separationOffset (0 0 0);
faces
(
(2 4 5 3)
);
}
stator_cyclics
{
type cyclic;
faces
(
(6 8 9 7)
(18 20 21 19)
);
}
interface1
{
type overlapGgi;
rotationAxis (0 0 1);
nCopies 12;
shadowPatch interface2;
zone interface1_faces;
faces
(
(4 5 17 16)
);
}
interface2
{
type overlapGgi;
rotationAxis (0 0 1);
nCopies 12;
shadowPatch interface1;
zone interface2_faces;
faces
(
(6 7 19 18)
);
}
);
mergePatchPairs
(
);
// ************************************************************************* //