Fix tutorials: typo in tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant...
[OpenFOAM-1.6-ext.git] / src / engine / engineTopoChangerMesh / engineValveSliding / addOutputCellsEngineValveSliding.H
blobaddd22cef4a174f21fa221d567f9c69daa3832b8
2     word cylinderOutputName
3     (
4         engTime().engineDict().lookup("cylinderSetName")
5     );
7     cellSet outputCellSet(*this, cylinderOutputName);
9     cz.append
10     (
11         new cellZone
12         (
13             "cylinderOutputCells",
14             outputCellSet.toc(),
15             nCellZones,
16             cellZones()
17         )
18     );
20     nCellZones++;