openfoam/tutorials/discreteMethods/dsmcFoam/wedge15Ma5/constant/polyMesh/boundary

41 lines
1.2 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
3
(
flow
{
type patch;
nFaces 160;
startFace 4700;
}
obstacle
{
type wall;
nFaces 40;
startFace 4860;
}
frontAndBack
{
type empty;
nFaces 4800;
startFace 4900;
}
)
// ************************************************************************* //