Formatting
[foam-extend-3.2.git] / src / engine / engineTopoChangerMesh / engineValveSliding / addPistonFacesPointZonesEngineValveSliding.H
bloba4a7c047e3068ab50a5a7a03de676d8df2f8c143
1 // Add the piston points zone
2 if (piston().patchID().active())
4 /*
5     pointSet movingPistonPoints(*this, piston().pistonPointSetName());
7     pz.append
8     (
9         new pointZone
10         (
11             "movingPistonPoints",
12             movingPistonPoints.toc(),
13             nPointZones,
14             pointZones()
15         )
16     );
17     nPointZones++;
20     cellSet movingPistonCells(*this, piston().pistonCellSetName());
22     cz.append
23     (
24         new cellZone
25         (
26             "movingPistonCells",
27             movingPistonCells.toc(),
28             nCellZones,
29             cellZones()
30         )
31     );
33     nCellZones++;