Revert "STYLE: surfaceCoarsen: remove orhpaned files"

This reverts commit 98f269edaf.
This commit is contained in:
mattijs
2011-03-01 15:00:38 +00:00
parent b130e62cca
commit e4f00d6b83
14 changed files with 3047 additions and 0 deletions

View File

@ -0,0 +1,60 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
6
(
inlet
{
type patch;
nFaces 840;
startFace 96680;
}
outlet
{
type patch;
nFaces 840;
startFace 97520;
}
innerWall
{
type wall;
nFaces 2480;
startFace 98360;
}
outerWall
{
type wall;
nFaces 880;
startFace 100840;
}
cyclic_half0
{
type cyclic;
nFaces 1600;
startFace 101720;
neighbourPatch cyclic_half1;
}
cyclic_half1
{
type cyclic;
nFaces 1600;
startFace 103320;
neighbourPatch cyclic_half0;
}
)
// ************************************************************************* //