FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      topoSetDict;
}

actions
(
  {
		name	   porousCellsSet;
		type	   cellSet;
		action   new;
		source   surfaceToCell;
		sourceInfo
		{
      file "constant/triSurface/smp.stl";
      outsidePoints         ((-0.011037 -0.004037 0.014037));
      includeCut            true;
      includeInside         true;
      includeOutside        false;
      nearDistance          -1;
      curvature             -100;
      useSurfaceOrientation false;
		}
	}

	{
		name	   porousCells;
		type	   cellZoneSet;
		action	 new;
		source	 setToCellZone;
		sourceInfo
		{
			set	   porousCellsSet;
		}
	}
);
