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/explicitOverset/boundary
2018-06-01 18:11:37 +02:00

77 lines
1.9 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.1 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "1/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
9
(
OversetFaces
{
type overset;
nFaces 0;
startFace 51368;
}
Inflow
{
type patch;
nFaces 112;
startFace 51368;
}
Lower
{
type patch;
nFaces 48;
startFace 51480;
}
frontAndBack
{
type empty;
nFaces 51968;
startFace 51528;
}
Outflow
{
type patch;
nFaces 112;
startFace 103496;
}
Upper
{
type patch;
nFaces 48;
startFace 103608;
}
OversetMiddle
{
type patch;
nFaces 368;
startFace 103656;
}
OversetFront
{
type patch;
nFaces 336;
startFace 104024;
}
airfoil
{
type wall;
nFaces 176;
startFace 104360;
}
)
// ************************************************************************* //