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/incompressible/pisoFoam/les/pitzDailyDirectMapped/constant/polyMesh/boundary

62 lines
1.4 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2010-11-24 20:48:09 +00:00
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
2010-09-23 13:04:10 +00:00
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
5
(
2010-09-23 13:04:10 +00:00
inlet
{
2010-09-23 13:04:10 +00:00
type directMappedPatch;
nFaces 30;
startFace 27238;
2010-09-23 13:04:10 +00:00
sampleMode nearestCell;
sampleRegion region0;
samplePatch none;
offset ( 0.0495 0 0 );
}
2010-09-23 13:04:10 +00:00
outlet
{
type patch;
nFaces 57;
startFace 27268;
}
2010-09-23 13:04:10 +00:00
upperWall
{
type wall;
nFaces 275;
startFace 27325;
}
2010-09-23 13:04:10 +00:00
lowerWall
{
type wall;
nFaces 302;
startFace 27600;
}
2010-09-23 13:04:10 +00:00
frontAndBack
{
type empty;
nFaces 27570;
startFace 27902;
}
)
// ************************************************************************* //