diff --git a/TODO b/TODO
index 87c7bbebf3544b17f3d1cda71e83a2facb7358e0..de142d2889f8a5c53a0207d5d35239752ca6b2f8 100644
--- a/TODO
+++ b/TODO
@@ -85,15 +85,16 @@ OK - grep for size()/2
     OK - incompressible/boundaryFoam/boundaryWallFunctionsProfile
     OK - needs createBaffles. incompressible/pimpleFoam/t-junction-with-fan
     OK - incompressible/simpleSRFFoam/mixer
-    needs createBaffles. lagrangian/porousExplicitSourceReactingParcelFoam/filter
+    OK - needs createBaffles. lagrangian/porousExplicitSourceReactingParcelFoam/filter
     needs special coupledbcs. lagrangian/reactingParcelFilmFoam/multipleBoxes
 
 
+OK - createBaffles
+
 - have foamUpgradeCyclics split 'value' field
-- createBaffles
 - activeBaffleVelocity
 - kivaToFoam/readKivaGrid.H sorts cyclics (but in incorrect order?)
 - isoSurface.C
 - referredCellList.C
 - work out scheduled communication?
-
+OK - add neighbourPatch checking to 16x.
diff --git a/tutorials/incompressible/channelFoam/channel395/0/B.gz b/tutorials/incompressible/channelFoam/channel395/0/B.gz
new file mode 100644
index 0000000000000000000000000000000000000000..20acb0941ebd031c8a7d6e1e7179f18df228b86b
Binary files /dev/null and b/tutorials/incompressible/channelFoam/channel395/0/B.gz differ
diff --git a/tutorials/incompressible/channelFoam/channel395/0/U.gz b/tutorials/incompressible/channelFoam/channel395/0/U.gz
new file mode 100644
index 0000000000000000000000000000000000000000..2a35b7da6c60a3adfd2dde3b6af9553ab4ee34e9
Binary files /dev/null and b/tutorials/incompressible/channelFoam/channel395/0/U.gz differ
diff --git a/tutorials/incompressible/channelFoam/channel395/0/k.gz b/tutorials/incompressible/channelFoam/channel395/0/k.gz
new file mode 100644
index 0000000000000000000000000000000000000000..dc3f5d446e05afeb9d8873f7d910f61747819a69
Binary files /dev/null and b/tutorials/incompressible/channelFoam/channel395/0/k.gz differ
diff --git a/tutorials/incompressible/channelFoam/channel395/0/nuSgs.gz b/tutorials/incompressible/channelFoam/channel395/0/nuSgs.gz
new file mode 100644
index 0000000000000000000000000000000000000000..7c05e74de9f71cf1d5853ab5496bae46aa9d785d
Binary files /dev/null and b/tutorials/incompressible/channelFoam/channel395/0/nuSgs.gz differ
diff --git a/tutorials/incompressible/channelFoam/channel395/0/nuTilda.gz b/tutorials/incompressible/channelFoam/channel395/0/nuTilda.gz
new file mode 100644
index 0000000000000000000000000000000000000000..397113a510c2d3fc5adf7a6c6ef89ce9f69e7faf
Binary files /dev/null and b/tutorials/incompressible/channelFoam/channel395/0/nuTilda.gz differ
diff --git a/tutorials/incompressible/channelFoam/channel395/0/p.gz b/tutorials/incompressible/channelFoam/channel395/0/p.gz
new file mode 100644
index 0000000000000000000000000000000000000000..c34acaeab415a66406e392f6e55460a3f367e2f3
Binary files /dev/null and b/tutorials/incompressible/channelFoam/channel395/0/p.gz differ
diff --git a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/polyMesh/boundary b/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/polyMesh/boundary
deleted file mode 100644
index 0a8db4ad9d496369d6cd65b21635d5e9888af074..0000000000000000000000000000000000000000
--- a/tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/filter/constant/polyMesh/boundary
+++ /dev/null
@@ -1,74 +0,0 @@
-/*--------------------------------*- C++ -*----------------------------------*\
-| =========                 |                                                 |
-| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  splitCyclic                           |
-|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
-|    \\/     M anipulation  |                                                 |
-\*---------------------------------------------------------------------------*/
-FoamFile
-{
-    version     2.0;
-    format      ascii;
-    class       polyBoundaryMesh;
-    location    "constant/polyMesh";
-    object      boundary;
-}
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-8
-(
-    walls
-    {
-        type            wall;
-        nFaces          172;
-        startFace       3334;
-    }
-    inlet
-    {
-        type            patch;
-        nFaces          20;
-        startFace       3506;
-    }
-    outlet
-    {
-        type            patch;
-        nFaces          20;
-        startFace       3526;
-    }
-    cycLeft_half0
-    {
-        type            cyclic;
-        nFaces          0;
-        startFace       3546;
-        neighbourPatch  cycLeft_half1;
-    }
-    cycLeft_half1
-    {
-        type            cyclic;
-        nFaces          0;
-        startFace       3546;
-        neighbourPatch  cycLeft_half0;
-    }
-    cycRight_half0
-    {
-        type            cyclic;
-        nFaces          0;
-        startFace       3546;
-        neighbourPatch  cycRight_half1;
-    }
-    cycRight_half1
-    {
-        type            cyclic;
-        nFaces          0;
-        startFace       3546;
-        neighbourPatch  cycRight_half0;
-    }
-    frontAndBack
-    {
-        type            empty;
-        nFaces          3440;
-        startFace       3546;
-    }
-)
-
-// ************************************************************************* //