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