/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: dev \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { format ascii; class dictionary; object topoSetDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // actions ( { name zone1; type cellSet; action new; source boxToCell; box (0 0 0) (0.5 2 2); } { name cz1; type cellZoneSet; action new; source setToCellZone; set zone1; } { name zone2; type cellSet; action new; source boxToCell; box (2 0 0) (2.5 2 2); } { name cz2; type cellZoneSet; action new; source setToCellZone; set zone2; } ); // ************************************************************************* //