openfoam/tutorials/lesCavitatingFoam/throttle3D/constant/polyMesh/boundary
2008-06-26 12:33:25 +01:00

46 lines
1.3 KiB
C++

/*--------------------------------*- 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
(
inlet
{
type patch;
nFaces 510;
startFace 220900;
}
outlet
{
type patch;
nFaces 510;
startFace 221410;
}
walls
{
type wall;
nFaces 4360;
startFace 221920;
}
frontBack
{
type wall;
nFaces 15420;
startFace 226280;
}
)
// ************************************************************************* //