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/solidMechanics/elasticContactSolidFoam/slidingBall/constant/polyMesh/boundary
2013-09-17 16:03:51 +01:00

82 lines
2 KiB
C++

/*--------------------------------*- 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 patch;
nFaces 40;
startFace 1500;
}
bottomBrickUp
{
type patch;
nFaces 40;
startFace 1540;
}
topBrickDown
{
type patch;
nFaces 40;
startFace 1580;
}
topBrickUp
{
type patch;
nFaces 40;
startFace 1620;
}
bottomBrickLeft
{
type patch;
nFaces 10;
startFace 1660;
}
bottomBrickRight
{
type patch;
nFaces 10;
startFace 1670;
}
topBrickLeft
{
type patch;
nFaces 10;
startFace 1680;
}
topBrickRight
{
type patch;
nFaces 10;
startFace 1690;
}
back
{
type empty;
nFaces 800;
startFace 1700;
}
front
{
type empty;
nFaces 800;
startFace 2500;
}
)
// ************************************************************************* //