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/buoyantBoussinesqSimpleFoam/iglooWithFridges/constant/polyMesh/boundary

77 lines
1.9 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 4.0 |
2015-05-17 13:55:59 +00:00
| \\ / 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;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
9
(
maxY
{
2010-09-23 13:04:10 +00:00
type empty;
nFaces 0;
startFace 59065;
}
minX
{
2010-09-23 13:04:10 +00:00
type empty;
nFaces 0;
startFace 59065;
}
maxX
{
2010-09-23 13:04:10 +00:00
type empty;
nFaces 0;
startFace 59065;
}
minY
{
2010-09-23 13:04:10 +00:00
type empty;
nFaces 0;
startFace 59065;
}
2010-09-23 13:04:10 +00:00
ground
{
type wall;
nFaces 590;
startFace 59065;
}
maxZ
2010-09-23 13:04:10 +00:00
{
type empty;
nFaces 0;
startFace 59655;
}
igloo_region0
{
type wall;
nFaces 2260;
startFace 59655;
}
twoFridgeFreezers_seal_0
{
type wall;
nFaces 1344;
startFace 61915;
}
twoFridgeFreezers_herring_1
{
type wall;
nFaces 1116;
startFace 63259;
}
)
// ************************************************************************* //