/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / 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;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
41
(
maxY
type wall;
nFaces 1200;
startFace 41630;
minX
type patch;
nFaces 250;
startFace 42830;
maxX
startFace 43080;
minY
startFace 43330;
minZ
nFaces 750;
startFace 44530;
maxZ
startFace 45280;
bottomAir_minX
nFaces 0;
startFace 46030;
bottomAir_maxX
bottomAir_minY
bottomAir_minZ
bottomAir_maxZ
bottomAir_bottomAir_to_rightSolid
bottomAir_bottomAir_to_leftSolid
bottomAir_bottomAir_to_heater
topAir_maxY
topAir_minX
topAir_maxX
topAir_minZ
topAir_maxZ
topAir_topAir_to_rightSolid
topAir_topAir_to_heater
topAir_topAir_to_leftSolid
leftSolid_minX
leftSolid_minZ
leftSolid_maxZ
leftSolid_leftSolid_to_bottomAir
leftSolid_leftSolid_to_heater
leftSolid_leftSolid_to_topAir
rightSolid_maxX
rightSolid_minZ
rightSolid_maxZ
rightSolid_rightSolid_to_bottomAir
rightSolid_rightSolid_to_topAir
rightSolid_rightSolid_to_heater
heater_minY
heater_minZ
heater_maxZ
heater_heater_to_topAir
heater_heater_to_rightSolid
heater_heater_to_leftSolid
heater_heater_to_bottomAir
)
// ************************************************************************* //