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/elasticAcpSolidFoam/crackingPlateShearCompress/constant/polyMesh/boundary

59 lines
1.5 KiB
Text
Raw Normal View History

2012-09-11 15:42:55 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.0 |
| \\ / A nd | Web: http://www.extend-project.de |
2012-09-11 15:42:55 +00:00
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
tractionFree
2012-09-11 15:42:55 +00:00
{
type patch;
nFaces 60;
startFace 2700;
2012-09-11 15:42:55 +00:00
}
top
2012-09-11 15:42:55 +00:00
{
type patch;
nFaces 70;
startFace 2760;
2012-09-11 15:42:55 +00:00
}
bottom
{
type patch;
nFaces 70;
startFace 2830;
2012-09-11 15:42:55 +00:00
}
back
2012-09-11 15:42:55 +00:00
{
type empty;
nFaces 1400;
startFace 2900;
2012-09-11 15:42:55 +00:00
}
front
2012-09-11 15:42:55 +00:00
{
type empty;
nFaces 1400;
startFace 4300;
}
crack
{
type cohesive;
nFaces 0;
startFace 5700;
2012-09-11 15:42:55 +00:00
}
)
// ************************************************************************* //