openfoam/tutorials/multiphase/interPhaseChangeFoam/cavitatingBullet/constant/polyMesh/boundary

41 lines
1.2 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 ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
3
(
inlet
{
type patch;
nFaces 225;
startFace 32025;
}
outlet
{
type patch;
nFaces 225;
startFace 32250;
}
walls
{
type symmetryPlane;
nFaces 3000;
startFace 32475;
}
)
// ************************************************************************* //