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/realFluidPisoFoam/ras/backStep/constant/polyMesh/boundary

53 lines
1.4 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
2016-06-06 12:10:12 +00:00
| \\ / O peration | Version: 4.0 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | For copyright notice see file Copyright |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
2013-08-16 08:28:04 +00:00
inlet
{
2013-08-16 08:28:04 +00:00
type patch;
nFaces 30;
startFace 24170;
}
2013-08-16 08:28:04 +00:00
outlet
{
2013-08-16 08:28:04 +00:00
type patch;
nFaces 57;
startFace 24200;
}
2013-08-16 08:28:04 +00:00
upperWall
{
2013-08-16 08:28:04 +00:00
type wall;
nFaces 223;
startFace 24257;
}
2013-08-16 08:28:04 +00:00
lowerWall
{
2013-08-16 08:28:04 +00:00
type wall;
nFaces 250;
startFace 24480;
}
2013-08-16 08:28:04 +00:00
frontAndBack
{
type empty;
2013-08-16 08:28:04 +00:00
nFaces 24450;
startFace 24730;
}
)
// ************************************************************************* //