ENH: updated more tutorials

This commit is contained in:
mattijs
2010-05-18 12:18:42 +01:00
parent f54de2aad9
commit bba50b2152
8 changed files with 4 additions and 77 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,74 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: splitCyclic |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
walls
{
type wall;
nFaces 172;
startFace 3334;
}
inlet
{
type patch;
nFaces 20;
startFace 3506;
}
outlet
{
type patch;
nFaces 20;
startFace 3526;
}
cycLeft_half0
{
type cyclic;
nFaces 0;
startFace 3546;
neighbourPatch cycLeft_half1;
}
cycLeft_half1
{
type cyclic;
nFaces 0;
startFace 3546;
neighbourPatch cycLeft_half0;
}
cycRight_half0
{
type cyclic;
nFaces 0;
startFace 3546;
neighbourPatch cycRight_half1;
}
cycRight_half1
{
type cyclic;
nFaces 0;
startFace 3546;
neighbourPatch cycRight_half0;
}
frontAndBack
{
type empty;
nFaces 3440;
startFace 3546;
}
)
// ************************************************************************* //