Files
openfoam/tutorials/compressible/rhoCentralFoam/obliqueShock/constant/polyMesh/boundary
Henry b6f8897268 tutorials: Upgraded all of the blockMeshDict files to the new format
Upgraded other files as necessary for consistency with the blockMeshDict, in
particular cases with cyclic patches.
2011-05-26 12:43:16 +01:00

53 lines
1.4 KiB
C++

/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
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;
}
)
// ************************************************************************* //