mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
44 lines
1.3 KiB
C++
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;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|