41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.5-dev |
|
||
|
| \\ / A nd | Revision: 1418 |
|
||
|
| \\/ M anipulation | Web: http://www.OpenFOAM.org |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class polyBoundaryMesh;
|
||
|
location "constant/polyMesh";
|
||
|
object boundary;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
3
|
||
|
(
|
||
|
plateFix
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 4;
|
||
|
startFace 570;
|
||
|
}
|
||
|
plate
|
||
|
{
|
||
|
type wall;
|
||
|
nFaces 168;
|
||
|
startFace 574;
|
||
|
}
|
||
|
frontAndBackPlanes
|
||
|
{
|
||
|
type empty;
|
||
|
nFaces 656;
|
||
|
startFace 742;
|
||
|
}
|
||
|
)
|
||
|
|
||
|
// ************************************************************************* //
|