54 lines
1.4 KiB
Text
54 lines
1.4 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.5-dev |
|
||
|
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class polyBoundaryMesh;
|
||
|
location "constant/polyMesh";
|
||
|
object boundary;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
5
|
||
|
(
|
||
|
top
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 20;
|
||
|
startFace 760;
|
||
|
}
|
||
|
bottom
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 20;
|
||
|
startFace 780;
|
||
|
}
|
||
|
left
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 20;
|
||
|
startFace 800;
|
||
|
}
|
||
|
right
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 20;
|
||
|
startFace 820;
|
||
|
}
|
||
|
frontAndBack
|
||
|
{
|
||
|
type empty;
|
||
|
physicalType empty;
|
||
|
nFaces 800;
|
||
|
startFace 840;
|
||
|
}
|
||
|
)
|
||
|
|
||
|
// ************************************************************************* //
|