openfoam/tutorials/XiFoam/moriyoshiHomogeneous/constant/polyMesh/boundary

52 lines
1.4 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
left
{
type symmetryPlane;
nFaces 35;
startFace 4795;
}
right
{
type symmetryPlane;
nFaces 35;
startFace 4830;
}
top
{
type symmetryPlane;
nFaces 70;
startFace 4865;
}
bottom
{
type symmetryPlane;
nFaces 70;
startFace 4935;
}
frontAndBack
{
type empty;
nFaces 4900;
startFace 5005;
}
)
// ************************************************************************* //