Files
OpenFOAM-12/tutorials/lagrangian/reactingParcelFoam/parcelInBox/constant/polyMesh/boundary
2014-12-10 22:40:10 +00:00

55 lines
1.5 KiB
C++

/*--------------------------------*- 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
(
outlet
{
type wall;
nFaces 25;
startFace 300;
}
inlet
{
type wall;
nFaces 25;
startFace 325;
}
walls
{
type wall;
nFaces 50;
startFace 350;
}
back
{
type symmetryPlane;
inGroups 1(symmetryPlane);
nFaces 25;
startFace 400;
}
front
{
type symmetryPlane;
inGroups 1(symmetryPlane);
nFaces 25;
startFace 425;
}
)
// ************************************************************************* //