1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 1.7.x |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
12 class polyBoundaryMesh;
13 location "constant/polyMesh";
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
86 bottomAir_bottomAir_to_rightSolid
92 bottomAir_bottomAir_to_leftSolid
98 bottomAir_bottomAir_to_heater
134 topAir_topAir_to_rightSolid
140 topAir_topAir_to_heater
146 topAir_topAir_to_leftSolid
170 leftSolid_leftSolid_to_bottomAir
176 leftSolid_leftSolid_to_heater
182 leftSolid_leftSolid_to_topAir
206 rightSolid_rightSolid_to_bottomAir
212 rightSolid_rightSolid_to_topAir
218 rightSolid_rightSolid_to_heater
242 heater_heater_to_topAir
248 heater_heater_to_rightSolid
254 heater_heater_to_leftSolid
260 heater_heater_to_bottomAir
268 // ************************************************************************* //