41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: v2012 |
|
||
|
| \\ / A nd | Website: www.openfoam.com |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class polyBoundaryMesh;
|
||
|
location "constant/polyMesh";
|
||
|
object boundary;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
3
|
||
|
(
|
||
|
inlet
|
||
|
{
|
||
|
type patch;
|
||
|
nFaces 168;
|
||
|
startFace 109912;
|
||
|
}
|
||
|
outlet
|
||
|
{
|
||
|
type patch;
|
||
|
nFaces 164;
|
||
|
startFace 110080;
|
||
|
}
|
||
|
wall
|
||
|
{
|
||
|
type patch;
|
||
|
nFaces 5834;
|
||
|
startFace 110244;
|
||
|
}
|
||
|
)
|
||
|
|
||
|
// ************************************************************************* //
|