Files
CFDEMcoupling-PFM/tutorials/rtfmSolverSpecies/bubbleColumn/CFD/constant/polyMesh/boundary
2017-11-13 07:43:51 +01:00

42 lines
1.2 KiB
C++
Executable File

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.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 18;
startFace 126460;
}
outlet
{
type patch;
nFaces 440;
startFace 126478;
}
walls
{
type wall;
inGroups 1(wall);
nFaces 10622;
startFace 126918;
}
)
// ************************************************************************* //