tutorials: Removed unnecessary "boundary" files

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

View File

@ -1,64 +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
(
inlet
{
type patch;
nFaces 10;
startFace 2320;
}
outlet
{
type patch;
nFaces 20;
startFace 2330;
}
freestreamInlet
{
type patch;
nFaces 10;
startFace 2350;
}
freestream
{
type patch;
nFaces 60;
startFace 2360;
}
wedge1
{
type wedge;
nFaces 1200;
startFace 2420;
}
wedge2
{
type wedge;
nFaces 1200;
startFace 3620;
}
defaultFaces
{
type empty;
nFaces 0;
startFace 4820;
}
)
// ************************************************************************* //

View File

@ -1,52 +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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
top
{
type wall;
nFaces 60;
startFace 3510;
}
inlet
{
type patch;
nFaces 30;
startFace 3570;
}
outlet
{
type patch;
nFaces 30;
startFace 3600;
}
bottom
{
type symmetryPlane;
nFaces 60;
startFace 3630;
}
frontAndBack
{
type empty;
nFaces 3600;
startFace 3690;
}
)
// ************************************************************************* //

View File

@ -1,35 +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
(
sides
{
type patch;
nFaces 2;
startFace 99;
}
empty
{
type empty;
inGroups 1(empty);
nFaces 400;
startFace 101;
}
)
// ************************************************************************* //