Files
openfoam/tutorials/multiphase/cavitatingFoam/les/throttle3D/constant/polyMesh/boundary

47 lines
1.3 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format binary;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
(
inlet
{
type patch;
nFaces 510;
startFace 4413730;
}
outlet
{
type patch;
nFaces 510;
startFace 4414240;
}
walls
{
type wall;
nFaces 37840;
startFace 4414750;
}
frontBack
{
type wall;
nFaces 57540;
startFace 4452590;
}
)
// ************************************************************************* //