48 lines
1.3 KiB
Text
48 lines
1.3 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
|
||
|
| \\ / O peration | Version: 1.6-ext |
|
||
|
| \\ / A nd | Web: www.extend-project.de |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class polyBoundaryMesh;
|
||
|
location "constant/polyMesh";
|
||
|
object boundary;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
4
|
||
|
(
|
||
|
outlet
|
||
|
{
|
||
|
type patch;
|
||
|
nFaces 29;
|
||
|
startFace 16089;
|
||
|
}
|
||
|
bottomWall
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 174;
|
||
|
startFace 16118;
|
||
|
}
|
||
|
topWall
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 175;
|
||
|
startFace 16292;
|
||
|
}
|
||
|
sideWall
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 1068;
|
||
|
startFace 16467;
|
||
|
}
|
||
|
)
|
||
|
|
||
|
// ************************************************************************* //
|