This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/validationAndVerificationSuite/validation/overset/NACA4412-airfoil/oversetMeshes/backgroundMesh/constant/polyMesh/boundary

53 lines
1.4 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.0 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
Inflow
{
type patch;
nFaces 112;
startFace 10592;
}
Lower
{
type patch;
nFaces 48;
startFace 10704;
}
frontAndBack
{
type empty;
nFaces 10752;
startFace 10752;
}
Outflow
{
type patch;
nFaces 112;
startFace 21504;
}
Upper
{
type patch;
nFaces 48;
startFace 21616;
}
)
// ************************************************************************* //