/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | foam-extend: Open Source CFD                    |
|  \\    /   O peration     | Version:     4.1                                |
|   \\  /    A nd           | Web:         http://www.foam-extend.org         |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       regIOobject;
    location    "constant/polyMesh";
    object      faceZones;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

2
(
outsideZone
{
    type faceZone;
    faceLabels      List<label> 
36
(
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
297
298
299
300
301
302
303
304
305
659
660
661
662
663
664
665
666
667
)
;
    flipMap         List<bool> 36{0};
}

insideZone
{
    type faceZone;
    faceLabels      List<label> 
36
(
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
288
289
290
291
292
293
294
295
296
632
633
634
635
636
637
638
639
640
)
;
    flipMap         List<bool> 36{0};
}
)

// ************************************************************************* //
