STYLE: boundary: remove regenerated files

This commit is contained in:
mattijs
2013-07-16 09:54:02 +01:00
parent c86e6b7777
commit 9ad0015d95
8 changed files with 0 additions and 435 deletions

View File

@ -1,58 +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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
maxX
{
type patch;
nFaces 36;
startFace 540;
}
minZ
{
type patch;
nFaces 36;
startFace 576;
}
maxZ
{
type patch;
nFaces 36;
startFace 612;
}
minX
{
type patch;
nFaces 36;
startFace 648;
}
minY
{
type patch;
nFaces 36;
startFace 684;
}
maxY
{
type patch;
nFaces 36;
startFace 720;
}
)
// ************************************************************************* //

View File

@ -1,34 +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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
2
(
stationaryWalls
{
type patch;
nFaces 666;
startFace 3069;
}
movingBlock
{
type patch;
nFaces 0;
startFace 3735;
}
)
// ************************************************************************* //