db7fac3f24
git-svn-id: https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/OpenFOAM-1.5-dev@1731 e4e07f05-0c2f-0410-a05a-b8ba57e0c909
47 lines
1.3 KiB
C++
47 lines
1.3 KiB
C++
/*--------------------------------*- 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;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
4
|
|
(
|
|
topAndBottom
|
|
{
|
|
type wall;
|
|
nFaces 200;
|
|
startFace 1890;
|
|
}
|
|
in
|
|
{
|
|
type patch;
|
|
nFaces 10;
|
|
startFace 2090;
|
|
}
|
|
out
|
|
{
|
|
type patch;
|
|
nFaces 10;
|
|
startFace 2100;
|
|
}
|
|
frontAndBack
|
|
{
|
|
type empty;
|
|
physicalType empty;
|
|
nFaces 2000;
|
|
startFace 2110;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|