55 lines
1.2 KiB
C++
55 lines
1.2 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.5 |
|
|
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class polyBoundaryMesh;
|
|
object boundary;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
5
|
|
(
|
|
inlet
|
|
{
|
|
type patch;
|
|
nFaces 30;
|
|
startFace 24170;
|
|
}
|
|
|
|
outlet
|
|
{
|
|
type patch;
|
|
nFaces 57;
|
|
startFace 24200;
|
|
}
|
|
|
|
upperWall
|
|
{
|
|
type wall;
|
|
nFaces 223;
|
|
startFace 24257;
|
|
}
|
|
|
|
lowerWall
|
|
{
|
|
type wall;
|
|
nFaces 250;
|
|
startFace 24480;
|
|
}
|
|
|
|
frontAndBack
|
|
{
|
|
type empty;
|
|
nFaces 24450;
|
|
startFace 24730;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|