Files
openfoam/tutorials/multiphase/cavitatingFoam/ras/throttle/constant/polyMesh/boundary
2011-04-28 21:14:13 +01:00

47 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
(
inlet
{
type patch;
nFaces 51;
startFace 2061220;
}
outlet
{
type patch;
nFaces 51;
startFace 2061271;
}
walls
{
type wall;
nFaces 3788;
startFace 2061322;
}
frontBack
{
type empty;
nFaces 2060940;
startFace 2065110;
}
)
// ************************************************************************* //