openfoam/tutorials/multiphase/LTSInterFoam/wigleyHull/constant/polyMesh/blockMeshDict
2011-04-06 16:16:33 +01:00

67 lines
1.4 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object blockMeshDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters 1;
vertices
(
(-0.75 -0.75 -0.5)
( 1.25 -0.75 -0.5)
( 1.25 0.75 -0.5)
(-0.75 0.75 -0.5)
(-0.75 -0.75 0.0399)
( 1.25 -0.75 0.0399)
( 1.25 0.75 0.0399)
(-0.75 0.75 0.0399)
);
blocks
(
hex (0 1 2 3 4 5 6 7) (40 30 10) simpleGrading (1 1 1)
);
edges
(
);
patches
(
patch inlet
(
(0 4 7 3)
)
patch outlet
(
(2 6 5 1)
)
patch atmosphere
(
(4 5 6 7)
)
symmetryPlane sides
(
(1 5 4 0)
(3 7 6 2)
(0 3 2 1)
)
);
// ************************************************************************* //