/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
10
(
bottomBrickDown
type symmetryPlane;
physicalType symmetryPlane;
nFaces 20;
startFace 740;
bottomBrickUp
type patch;
physicalType masterContact;
startFace 760;
topBrickDown
physicalType slaveContact;
startFace 780;
topBrickUp
physicalType traction;
startFace 800;
bottomBrickLeft
nFaces 10;
startFace 820;
bottomBrickRight
startFace 830;
topBrickLeft
startFace 840;
topBrickRight
startFace 850;
back
type empty;
physicalType empty;
nFaces 400;
startFace 860;
front
startFace 1260;
)
// ************************************************************************* //