Files
CFDEMcoupling-PFM/tutorials/rcfdemSolverBase/HopperTracer/CFD/constant/polyMesh/boundary
2018-02-01 07:49:06 +01:00

44 lines
1.3 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
(
walls
{
type wall;
inGroups 1(wall);
nFaces 504;
startFace 12312;
}
frontAndBack
{
type wall;
inGroups 1(wall);
nFaces 3150;
startFace 12816;
}
defaultFaces
{
type empty;
inGroups 1(empty);
nFaces 72;
startFace 15966;
}
)
// ************************************************************************* //