tutorials: Removed unnecessary "boundary" files

This commit is contained in:
Henry Weller
2015-11-13 20:05:37 +00:00
parent 9d4c025db2
commit d0e45416e0
100 changed files with 4 additions and 6058 deletions

View File

@ -1,71 +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 binary;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
7
(
freeSurface
{
type wall;
inGroups 1(wall);
nFaces 181;
startFace 7429;
}
leftWall
{
type wall;
inGroups 1(wall);
nFaces 20;
startFace 7610;
}
rightWall
{
type wall;
inGroups 1(wall);
nFaces 20;
startFace 7630;
}
bottomWall
{
type wall;
inGroups 1(wall);
nFaces 200;
startFace 7650;
}
floatingObject
{
type wall;
inGroups 1(wall);
nFaces 18;
startFace 7850;
}
frontAndBack
{
type empty;
inGroups 1(empty);
nFaces 7658;
startFace 7868;
}
floatingObjectBottom
{
type wall;
inGroups 1(wall);
nFaces 19;
startFace 15526;
}
)
// ************************************************************************* //