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/tutorials/compressible/steadyCompressibleFoam/transonicBump/constant/polyMesh/boundary
2014-09-30 15:50:06 +01:00

52 lines
1.4 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.1 |
| \\ / A nd | Web: http://www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
INLE1
{
type patch;
nFaces 75;
startFace 22275;
}
PRES2
{
type patch;
nFaces 75;
startFace 22350;
}
WALL3
{
type wall;
nFaces 150;
startFace 22425;
}
WALL4
{
type wall;
nFaces 150;
startFace 22575;
}
defaultFaces
{
type empty;
nFaces 22500;
startFace 22725;
}
)
// ************************************************************************* //