/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.3.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object topoSetDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // actions ( { name couple1; type faceSet; action new; source patchToFace; sourceInfo { name cyclicACMI_Domain_Interface_1_Side_1; } } { name couple1; type faceSet; action add; source patchToFace; sourceInfo { name cyclicACMI_Domain_Interface_1_Side_2; } } { name couple2; type faceSet; action new; source patchToFace; sourceInfo { name cyclicACMI_Domain_Interface_2_Side_1; } } { name couple2; type faceSet; action add; source patchToFace; sourceInfo { name cyclicACMI_Domain_Interface_2_Side_2; } } ); // ************************************************************************* //