28 lines
961 B
Text
28 lines
961 B
Text
|
/*--------------------------------*- 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 binary;
|
||
|
class polyBoundaryMesh;
|
||
|
object boundary;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
1
|
||
|
(
|
||
|
walls
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 19762;
|
||
|
startFace 494419;
|
||
|
}
|
||
|
)
|
||
|
|
||
|
// ************************************************************************* //
|