53 lines
1.3 KiB
C++
53 lines
1.3 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: 9
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
location "constant/polyMesh";
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
5
|
|
(
|
|
inlet
|
|
{
|
|
type patch;
|
|
nFaces 77;
|
|
startFace 38318;
|
|
}
|
|
outlet
|
|
{
|
|
type patch;
|
|
nFaces 34;
|
|
startFace 38395;
|
|
}
|
|
atmosphere
|
|
{
|
|
type patch;
|
|
nFaces 300;
|
|
startFace 38429;
|
|
}
|
|
defaultFaces
|
|
{
|
|
type empty;
|
|
inGroups List<word> 1(empty);
|
|
nFaces 38698;
|
|
startFace 38729;
|
|
}
|
|
bathy
|
|
{
|
|
type wall;
|
|
inGroups List<word> 1(wall);
|
|
nFaces 349;
|
|
startFace 77427;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|