Files
CFDEMcoupling-PFM/tutorials/cfdemSolverRhoPimple/ErgunTestMPI/CFD/constant/polyMesh/boundary
2016-08-02 13:00:33 +02:00

42 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
3
(
inlet
{
type patch;
nFaces 192;
startFace 13248;
}
outlet
{
type patch;
nFaces 192;
startFace 13440;
}
wall
{
type wall;
inGroups 1(wall);
nFaces 768;
startFace 13632;
}
)
// ************************************************************************* //