47 lines
1.3 KiB
C++
47 lines
1.3 KiB
C++
/*--------------------------------*- 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
|
|
(
|
|
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;
|
|
}
|
|
)
|
|
|
|
// ************************************************************************* //
|