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/combustion/XiFoam/les/pitzDaily/constant/polyMesh/boundary

53 lines
1.4 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2011-04-28 01:08:28 +00:00
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
2010-10-15 18:57:53 +00:00
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
2010-10-01 09:29:30 +00:00
5
(
2010-10-01 09:29:30 +00:00
inlet
{
2010-10-01 09:29:30 +00:00
type patch;
nFaces 30;
startFace 24170;
}
2010-10-01 09:29:30 +00:00
outlet
{
type patch;
2010-10-01 09:29:30 +00:00
nFaces 57;
startFace 24200;
}
2010-10-01 09:29:30 +00:00
upperWall
{
2010-10-01 09:29:30 +00:00
type wall;
nFaces 223;
startFace 24257;
}
lowerWall
{
type wall;
nFaces 250;
startFace 24480;
}
frontAndBack
{
type empty;
2010-10-01 09:29:30 +00:00
nFaces 24450;
startFace 24730;
}
)
// ************************************************************************* //