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/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary

59 lines
1.5 KiB
Text
Raw Normal View History

2010-11-24 23:08:12 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
2015-05-17 13:55:59 +00:00
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
2010-11-24 23:08:12 +00:00
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
2011-08-24 23:11:43 +00:00
6
2010-11-24 23:08:12 +00:00
(
maxY
{
type wall;
2011-08-24 23:11:43 +00:00
nFaces 300;
startFace 8300;
2010-11-24 23:08:12 +00:00
}
minX
{
type patch;
2011-08-24 23:11:43 +00:00
nFaces 100;
startFace 8600;
2010-11-24 23:08:12 +00:00
}
maxX
{
type patch;
2011-08-24 23:11:43 +00:00
nFaces 100;
startFace 8700;
2010-11-24 23:08:12 +00:00
}
minY
{
type wall;
2011-08-24 23:11:43 +00:00
nFaces 300;
startFace 8800;
2010-11-24 23:08:12 +00:00
}
minZ
{
type wall;
2011-08-24 23:11:43 +00:00
nFaces 300;
startFace 9100;
2010-11-24 23:08:12 +00:00
}
maxZ
{
type wall;
2011-08-24 23:11:43 +00:00
nFaces 300;
startFace 9400;
2010-11-24 23:08:12 +00:00
}
)
// ************************************************************************* //