openfoam/tutorials/stressAnalysis/solidDisplacementFoam/plateHole/constant/polyMesh/boundary
2009-07-23 12:22:48 +01:00

59 lines
1.5 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
left
{
type symmetryPlane;
nFaces 30;
startFace 1930;
}
right
{
type patch;
nFaces 30;
startFace 1960;
}
down
{
type symmetryPlane;
nFaces 30;
startFace 1990;
}
up
{
type patch;
nFaces 30;
startFace 2020;
}
hole
{
type patch;
nFaces 20;
startFace 2050;
}
frontAndBack
{
type empty;
nFaces 2000;
startFace 2070;
}
)
// ************************************************************************* //