GIT: OpenCFD: removed boundary file

This commit is contained in:
mattijs
2014-01-23 14:53:28 +00:00
parent 3e414187fc
commit de78cf6901

View File

@ -1,66 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
7
(
letters_text
{
type patch;
nFaces 1064;
startFace 132063;
}
box_bottom
{
type patch;
nFaces 324;
startFace 133127;
}
box_top
{
type patch;
nFaces 324;
startFace 133451;
}
box_inlet
{
type patch;
nFaces 207;
startFace 133775;
}
box_outlet
{
type patch;
nFaces 207;
startFace 133982;
}
front
{
type empty;
inGroups 1(empty);
nFaces 64792;
startFace 134189;
}
back
{
type empty;
inGroups 1(empty);
nFaces 64792;
startFace 198981;
}
)
// ************************************************************************* //