From 8663237a0f7ca3f1ea85173b5574beb87bbbebcb Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Tue, 10 May 2016 12:54:42 +0100
Subject: [PATCH] src/postProcessing/functionObjects: Removed unused
 IOOutputFilter clutter

---
 .../foamToVTK/foamToVTK/writeVTK/IOwriteVTK.H | 49 ------------------
 .../dynamicCode/IOfunctionObjectTemplate.H    | 50 -------------------
 .../functionObject/FUNCTIONOBJECT.H           |  1 -
 .../functionObject/IOFUNCTIONOBJECT.H         | 49 ------------------
 .../functionObjects/field/div/IOdiv.H         | 49 ------------------
 .../functionObjects/field/div/div.H           |  1 -
 .../fieldAverage/IOFieldAverage.H             | 49 ------------------
 .../IOfieldCoordinateSystemTransform.H        | 50 -------------------
 .../fieldCoordinateSystemTransform.H          |  1 -
 .../field/fieldMinMax/IOfieldMinMax.H         | 49 ------------------
 .../field/fieldMinMax/fieldMinMax.H           |  1 -
 .../fieldValues/cellSource/IOcellSource.H     | 50 -------------------
 .../fieldValues/faceSource/IOfaceSource.H     | 50 -------------------
 .../fieldValueDelta/IOfieldValueDelta.H       | 50 -------------------
 .../functionObjects/field/grad/IOgrad.H       | 49 ------------------
 .../functionObjects/field/grad/grad.H         |  1 -
 .../functionObjects/field/mag/IOmag.H         | 49 ------------------
 .../functionObjects/field/mag/mag.H           |  1 -
 .../field/nearWallFields/IOnearWallFields.H   | 49 ------------------
 .../field/nearWallFields/nearWallFields.H     |  1 -
 .../field/processorField/IOprocessorField.H   | 49 ------------------
 .../field/processorField/processorField.H     |  1 -
 .../field/readFields/IOreadFields.H           | 49 ------------------
 .../field/readFields/readFields.H             |  1 -
 .../IOsurfaceInterpolateFields.H              | 49 ------------------
 .../surfaceInterpolateFields.H                |  1 -
 .../forces/forceCoeffs/IOforceCoeffs.H        | 49 ------------------
 .../forces/forceCoeffs/forceCoeffs.H          |  1 -
 .../functionObjects/forces/forces/IOforces.H  | 49 ------------------
 .../functionObjects/forces/forces/forces.H    |  1 -
 .../forces/pressureTools/IOpressureTools.H    | 49 ------------------
 .../forces/pressureTools/pressureTools.H      |  1 -
 .../wallShearStress/IOwallShearStress.H       | 49 ------------------
 .../forces/wallShearStress/wallShearStress.H  |  1 -
 .../lagrangian/cloudInfo/IOcloudInfo.H        | 49 ------------------
 .../lagrangian/cloudInfo/cloudInfo.H          |  1 -
 .../utilities/CourantNo/CourantNo.H           |  1 -
 .../utilities/CourantNo/IOCourantNo.H         | 49 ------------------
 .../utilities/Lambda2/IOLambda2.H             | 49 ------------------
 .../utilities/Lambda2/Lambda2.H               |  1 -
 .../utilities/Peclet/IOPeclet.H               | 49 ------------------
 .../functionObjects/utilities/Peclet/Peclet.H |  1 -
 .../functionObjects/utilities/Q/IOQ.H         | 49 ------------------
 .../functionObjects/utilities/Q/Q.H           |  1 -
 .../functionObjects/utilities/abort/IOabort.H | 49 ------------------
 .../functionObjects/utilities/abort/abort.H   |  1 -
 .../blendingFactor/IOblendingFactor.H         | 49 ------------------
 .../utilities/blendingFactor/blendingFactor.H |  1 -
 .../codedFunctionObject/codedFunctionObject.C |  3 +-
 .../utilities/dsmcFields/dsmcFields.H         |  1 -
 .../utilities/partialWrite/IOpartialWrite.H   | 49 ------------------
 .../utilities/partialWrite/partialWrite.H     |  1 -
 .../IOremoveRegisteredObject.H                | 49 ------------------
 .../removeRegisteredObject.H                  |  1 -
 .../utilities/residuals/IOresiduals.H         | 49 ------------------
 .../utilities/residuals/residuals.H           |  1 -
 .../scalarTransport/IOscalarTransport.H       | 50 -------------------
 .../scalarTransport/scalarTransport.H         |  1 -
 .../utilities/systemCall/IOsystemCall.H       | 49 ------------------
 .../utilities/systemCall/systemCall.H         |  1 -
 .../IOtimeActivatedFileUpdate.H               | 50 -------------------
 .../timeActivatedFileUpdate.H                 |  1 -
 .../turbulenceFields/IOturbulenceFields.H     | 50 -------------------
 .../turbulenceFields/turbulenceFields.H       |  1 -
 .../utilities/vorticity/IOvorticity.H         | 49 ------------------
 .../utilities/vorticity/vorticity.H           |  1 -
 .../writeDictionary/IOwriteDictionary.H       | 49 ------------------
 .../writeDictionary/writeDictionary.H         |  1 -
 .../IOwriteRegisteredObject.H                 | 49 ------------------
 .../writeRegisteredObject.H                   |  1 -
 .../functionObjects/utilities/yPlus/IOyPlus.H | 49 ------------------
 .../functionObjects/utilities/yPlus/yPlus.H   |  1 -
 72 files changed, 1 insertion(+), 1905 deletions(-)
 delete mode 100644 applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeVTK/IOwriteVTK.H
 delete mode 100644 etc/codeTemplates/dynamicCode/IOfunctionObjectTemplate.H
 delete mode 100644 etc/codeTemplates/functionObject/IOFUNCTIONOBJECT.H
 delete mode 100644 src/postProcessing/functionObjects/field/div/IOdiv.H
 delete mode 100644 src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/IOFieldAverage.H
 delete mode 100644 src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/IOfieldCoordinateSystemTransform.H
 delete mode 100644 src/postProcessing/functionObjects/field/fieldMinMax/IOfieldMinMax.H
 delete mode 100644 src/postProcessing/functionObjects/field/fieldValues/cellSource/IOcellSource.H
 delete mode 100644 src/postProcessing/functionObjects/field/fieldValues/faceSource/IOfaceSource.H
 delete mode 100644 src/postProcessing/functionObjects/field/fieldValues/fieldValueDelta/IOfieldValueDelta.H
 delete mode 100644 src/postProcessing/functionObjects/field/grad/IOgrad.H
 delete mode 100644 src/postProcessing/functionObjects/field/mag/IOmag.H
 delete mode 100644 src/postProcessing/functionObjects/field/nearWallFields/IOnearWallFields.H
 delete mode 100644 src/postProcessing/functionObjects/field/processorField/IOprocessorField.H
 delete mode 100644 src/postProcessing/functionObjects/field/readFields/IOreadFields.H
 delete mode 100644 src/postProcessing/functionObjects/field/surfaceInterpolateFields/IOsurfaceInterpolateFields.H
 delete mode 100644 src/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H
 delete mode 100644 src/postProcessing/functionObjects/forces/forces/IOforces.H
 delete mode 100644 src/postProcessing/functionObjects/forces/pressureTools/IOpressureTools.H
 delete mode 100644 src/postProcessing/functionObjects/forces/wallShearStress/IOwallShearStress.H
 delete mode 100644 src/postProcessing/functionObjects/lagrangian/cloudInfo/IOcloudInfo.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/CourantNo/IOCourantNo.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/Lambda2/IOLambda2.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/Peclet/IOPeclet.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/Q/IOQ.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/abort/IOabort.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/blendingFactor/IOblendingFactor.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/partialWrite/IOpartialWrite.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/removeRegisteredObject/IOremoveRegisteredObject.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/residuals/IOresiduals.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/scalarTransport/IOscalarTransport.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/systemCall/IOsystemCall.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/IOtimeActivatedFileUpdate.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/turbulenceFields/IOturbulenceFields.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/vorticity/IOvorticity.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/writeDictionary/IOwriteDictionary.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/writeRegisteredObject/IOwriteRegisteredObject.H
 delete mode 100644 src/postProcessing/functionObjects/utilities/yPlus/IOyPlus.H

diff --git a/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeVTK/IOwriteVTK.H b/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeVTK/IOwriteVTK.H
deleted file mode 100644
index 71851a258a..0000000000
--- a/applications/utilities/postProcessing/dataConversion/foamToVTK/foamToVTK/writeVTK/IOwriteVTK.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOwriteVTK
-
-Description
-    Instance of the generic IOOutputFilter for writeVTK.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOwriteVTK_H
-#define IOwriteVTK_H
-
-#include "writeVTK.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<writeVTK> IOwriteVTK;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/etc/codeTemplates/dynamicCode/IOfunctionObjectTemplate.H b/etc/codeTemplates/dynamicCode/IOfunctionObjectTemplate.H
deleted file mode 100644
index 7ebb6635e5..0000000000
--- a/etc/codeTemplates/dynamicCode/IOfunctionObjectTemplate.H
+++ /dev/null
@@ -1,50 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOfunctionObjectTemplate
-
-Description
-    Instance of the generic IOOutputFilter for ${typeName}FunctionObject.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOfunctionObjectTemplate_H
-#define IOfunctionObjectTemplate_H
-
-#include "functionObjectTemplate.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<${typeName}FunctionObject>
-    IO${typeName}FunctionObject;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/etc/codeTemplates/functionObject/FUNCTIONOBJECT.H b/etc/codeTemplates/functionObject/FUNCTIONOBJECT.H
index 62fdf144e2..b3bd373e4c 100644
--- a/etc/codeTemplates/functionObject/FUNCTIONOBJECT.H
+++ b/etc/codeTemplates/functionObject/FUNCTIONOBJECT.H
@@ -53,7 +53,6 @@ Description
 
 SourceFiles
     FUNCTIONOBJECT.C
-    IOFUNCTIONOBJECT.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/etc/codeTemplates/functionObject/IOFUNCTIONOBJECT.H b/etc/codeTemplates/functionObject/IOFUNCTIONOBJECT.H
deleted file mode 100644
index 0075f798a1..0000000000
--- a/etc/codeTemplates/functionObject/IOFUNCTIONOBJECT.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOFUNCTIONOBJECT
-
-Description
-    Instance of the generic IOOutputFilter for FUNCTIONOBJECT.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOFUNCTIONOBJECT_H
-#define IOFUNCTIONOBJECT_H
-
-#include "FUNCTIONOBJECT.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<FUNCTIONOBJECT> IOFUNCTIONOBJECT;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/div/IOdiv.H b/src/postProcessing/functionObjects/field/div/IOdiv.H
deleted file mode 100644
index 10ca5a8670..0000000000
--- a/src/postProcessing/functionObjects/field/div/IOdiv.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOdiv
-
-Description
-    Instance of the generic IOOutputFilter for div.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOdiv_H
-#define IOdiv_H
-
-#include "div.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<div> IOdiv;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/div/div.H b/src/postProcessing/functionObjects/field/div/div.H
index 97f96b0a20..e371ee84a8 100644
--- a/src/postProcessing/functionObjects/field/div/div.H
+++ b/src/postProcessing/functionObjects/field/div/div.H
@@ -34,7 +34,6 @@ Description
 
 SourceFiles
     div.C
-    IOdiv.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/IOFieldAverage.H b/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/IOFieldAverage.H
deleted file mode 100644
index 2fd0ea6b97..0000000000
--- a/src/postProcessing/functionObjects/field/fieldAverage/fieldAverage/IOFieldAverage.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOfieldAverage
-
-Description
-    Instance of the generic IOOutputFilter for fieldAverage.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOfieldAverage_H
-#define IOfieldAverage_H
-
-#include "fieldAverage.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::fieldAverage> IOFieldAverage;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/IOfieldCoordinateSystemTransform.H b/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/IOfieldCoordinateSystemTransform.H
deleted file mode 100644
index 36216f399b..0000000000
--- a/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/IOfieldCoordinateSystemTransform.H
+++ /dev/null
@@ -1,50 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOfieldCoordinateSystemTransform
-
-Description
-    Instance of the generic IOOutputFilter for fieldCoordinateSystemTransform.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOfieldCoordinateSystemTransform_H
-#define IOfieldCoordinateSystemTransform_H
-
-#include "fieldCoordinateSystemTransform.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<fieldCoordinateSystemTransform>
-        IOfieldCoordinateSystemTransform;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.H b/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.H
index fa6488068f..f850e83451 100644
--- a/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.H
+++ b/src/postProcessing/functionObjects/field/fieldCoordinateSystemTransform/fieldCoordinateSystemTransform.H
@@ -70,7 +70,6 @@ SeeAlso
 SourceFiles
     fieldCoordinateSystemTransform.C
     fieldCoordinateSystemTransformTemplates.C
-    IOfieldCoordinateSystemTransform.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/field/fieldMinMax/IOfieldMinMax.H b/src/postProcessing/functionObjects/field/fieldMinMax/IOfieldMinMax.H
deleted file mode 100644
index 3b666947b0..0000000000
--- a/src/postProcessing/functionObjects/field/fieldMinMax/IOfieldMinMax.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOfieldMinMax
-
-Description
-    Instance of the generic IOOutputFilter for fieldMinMax.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOfieldMinMax_H
-#define IOfieldMinMax_H
-
-#include "fieldMinMax.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<fieldMinMax> IOfieldMinMax;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMax.H b/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMax.H
index 1583c73544..437b4595ab 100644
--- a/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMax.H
+++ b/src/postProcessing/functionObjects/field/fieldMinMax/fieldMinMax.H
@@ -71,7 +71,6 @@ SeeAlso
 
 SourceFiles
     fieldMinMax.C
-    IOfieldMinMax.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/field/fieldValues/cellSource/IOcellSource.H b/src/postProcessing/functionObjects/field/fieldValues/cellSource/IOcellSource.H
deleted file mode 100644
index 70a73ff9ef..0000000000
--- a/src/postProcessing/functionObjects/field/fieldValues/cellSource/IOcellSource.H
+++ /dev/null
@@ -1,50 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOcellSource
-
-
-Description
-    Instance of the generic IOOutputFilter for cellSource.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOcellSource_H
-#define IOcellSource_H
-
-#include "cellSource.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<cellSource> IOcellSource;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/fieldValues/faceSource/IOfaceSource.H b/src/postProcessing/functionObjects/field/fieldValues/faceSource/IOfaceSource.H
deleted file mode 100644
index 1cbc54e315..0000000000
--- a/src/postProcessing/functionObjects/field/fieldValues/faceSource/IOfaceSource.H
+++ /dev/null
@@ -1,50 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOfaceSource
-
-
-Description
-    Instance of the generic IOOutputFilter for faceSource.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOfaceSource_H
-#define IOfaceSource_H
-
-#include "faceSource.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<faceSource> IOfaceSource;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/fieldValues/fieldValueDelta/IOfieldValueDelta.H b/src/postProcessing/functionObjects/field/fieldValues/fieldValueDelta/IOfieldValueDelta.H
deleted file mode 100644
index 7c316e926e..0000000000
--- a/src/postProcessing/functionObjects/field/fieldValues/fieldValueDelta/IOfieldValueDelta.H
+++ /dev/null
@@ -1,50 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOfieldValueDelta
-
-
-Description
-    Instance of the generic IOOutputFilter for fieldValueDelta.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOfieldValueDelta_H
-#define IOfieldValueDelta_H
-
-#include "fieldValueDelta.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<fieldValueDelta> IOfieldValueDelta;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/grad/IOgrad.H b/src/postProcessing/functionObjects/field/grad/IOgrad.H
deleted file mode 100644
index 2af56a0357..0000000000
--- a/src/postProcessing/functionObjects/field/grad/IOgrad.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOgrad
-
-Description
-    Instance of the generic IOOutputFilter for grad.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOgrad_H
-#define IOgrad_H
-
-#include "grad.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<grad> IOgrad;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/grad/grad.H b/src/postProcessing/functionObjects/field/grad/grad.H
index 124c676037..1c0119ffa1 100644
--- a/src/postProcessing/functionObjects/field/grad/grad.H
+++ b/src/postProcessing/functionObjects/field/grad/grad.H
@@ -34,7 +34,6 @@ Description
 
 SourceFiles
     grad.C
-    IOgrad.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/field/mag/IOmag.H b/src/postProcessing/functionObjects/field/mag/IOmag.H
deleted file mode 100644
index 33ba658f8a..0000000000
--- a/src/postProcessing/functionObjects/field/mag/IOmag.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOmag
-
-Description
-    Instance of the generic IOOutputFilter for mag.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOmag_H
-#define IOmag_H
-
-#include "mag.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<mag> IOmag;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/mag/mag.H b/src/postProcessing/functionObjects/field/mag/mag.H
index 934b906e16..a687095391 100644
--- a/src/postProcessing/functionObjects/field/mag/mag.H
+++ b/src/postProcessing/functionObjects/field/mag/mag.H
@@ -34,7 +34,6 @@ Description
 
 SourceFiles
     mag.C
-    IOmag.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/field/nearWallFields/IOnearWallFields.H b/src/postProcessing/functionObjects/field/nearWallFields/IOnearWallFields.H
deleted file mode 100644
index 10ffc8f7cf..0000000000
--- a/src/postProcessing/functionObjects/field/nearWallFields/IOnearWallFields.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOnearWallFields
-
-Description
-    Instance of the generic IOOutputFilter for nearWallFields.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOnearWallFields_H
-#define IOnearWallFields_H
-
-#include "nearWallFields.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<nearWallFields> IOnearWallFields;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/nearWallFields/nearWallFields.H b/src/postProcessing/functionObjects/field/nearWallFields/nearWallFields.H
index 541a225e8c..e2fde8f288 100644
--- a/src/postProcessing/functionObjects/field/nearWallFields/nearWallFields.H
+++ b/src/postProcessing/functionObjects/field/nearWallFields/nearWallFields.H
@@ -66,7 +66,6 @@ SeeAlso
 
 SourceFiles
     nearWallFields.C
-    IOnearWallFields.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/field/processorField/IOprocessorField.H b/src/postProcessing/functionObjects/field/processorField/IOprocessorField.H
deleted file mode 100644
index 4c3e423972..0000000000
--- a/src/postProcessing/functionObjects/field/processorField/IOprocessorField.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOprocessorField
-
-Description
-    Instance of the generic IOOutputFilter for processorField.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOprocessorField_H
-#define IOprocessorField_H
-
-#include "processorField.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<processorField> IOprocessorField;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/processorField/processorField.H b/src/postProcessing/functionObjects/field/processorField/processorField.H
index 8b1a714167..4df52b11ea 100644
--- a/src/postProcessing/functionObjects/field/processorField/processorField.H
+++ b/src/postProcessing/functionObjects/field/processorField/processorField.H
@@ -53,7 +53,6 @@ SeeAlso
 
 SourceFiles
     processorField.C
-    IOprocessorField.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/field/readFields/IOreadFields.H b/src/postProcessing/functionObjects/field/readFields/IOreadFields.H
deleted file mode 100644
index ef19913560..0000000000
--- a/src/postProcessing/functionObjects/field/readFields/IOreadFields.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOreadFields
-
-Description
-    Instance of the generic IOOutputFilter for readFields.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOreadFields_H
-#define IOreadFields_H
-
-#include "readFields.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<readFields> IOreadFields;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/readFields/readFields.H b/src/postProcessing/functionObjects/field/readFields/readFields.H
index 73c8410695..4b72bd958a 100644
--- a/src/postProcessing/functionObjects/field/readFields/readFields.H
+++ b/src/postProcessing/functionObjects/field/readFields/readFields.H
@@ -59,7 +59,6 @@ SeeAlso
 
 SourceFiles
     readFields.C
-    IOreadFields.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/field/surfaceInterpolateFields/IOsurfaceInterpolateFields.H b/src/postProcessing/functionObjects/field/surfaceInterpolateFields/IOsurfaceInterpolateFields.H
deleted file mode 100644
index 21560496a7..0000000000
--- a/src/postProcessing/functionObjects/field/surfaceInterpolateFields/IOsurfaceInterpolateFields.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOsurfaceInterpolateFields
-
-Description
-    Instance of the generic IOOutputFilter for surfaceInterpolateFields.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOsurfaceInterpolateFields_H
-#define IOsurfaceInterpolateFields_H
-
-#include "surfaceInterpolateFields.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<surfaceInterpolateFields> IOsurfaceInterpolateFields;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.H b/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.H
index 00dc884ef5..7121237a3b 100644
--- a/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.H
+++ b/src/postProcessing/functionObjects/field/surfaceInterpolateFields/surfaceInterpolateFields.H
@@ -63,7 +63,6 @@ SeeAlso
 
 SourceFiles
     surfaceInterpolateFields.C
-    IOsurfaceInterpolateFields.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H b/src/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H
deleted file mode 100644
index 426f398970..0000000000
--- a/src/postProcessing/functionObjects/forces/forceCoeffs/IOforceCoeffs.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOforces
-
-Description
-    Instance of the generic IOOutputFilter for forceCoeffs.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOforceCoeffs_H
-#define IOforceCoeffs_H
-
-#include "forceCoeffs.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<forceCoeffs> IOforceCoeffs;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H
index 40ad36728b..a3eddb57e4 100644
--- a/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H
+++ b/src/postProcessing/functionObjects/forces/forceCoeffs/forceCoeffs.H
@@ -86,7 +86,6 @@ SeeAlso
 
 SourceFiles
     forceCoeffs.C
-    IOforceCoeffs.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/forces/forces/IOforces.H b/src/postProcessing/functionObjects/forces/forces/IOforces.H
deleted file mode 100644
index 8c8ffd35e8..0000000000
--- a/src/postProcessing/functionObjects/forces/forces/IOforces.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOforces
-
-Description
-    Instance of the generic IOOutputFilter for forces.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOforces_H
-#define IOforces_H
-
-#include "forces.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<forces> IOforces;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/forces/forces/forces.H b/src/postProcessing/functionObjects/forces/forces/forces.H
index c71881806a..5899f62134 100644
--- a/src/postProcessing/functionObjects/forces/forces/forces.H
+++ b/src/postProcessing/functionObjects/forces/forces/forces.H
@@ -106,7 +106,6 @@ SeeAlso
 
 SourceFiles
     forces.C
-    IOforces.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/forces/pressureTools/IOpressureTools.H b/src/postProcessing/functionObjects/forces/pressureTools/IOpressureTools.H
deleted file mode 100644
index 7119cff70d..0000000000
--- a/src/postProcessing/functionObjects/forces/pressureTools/IOpressureTools.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOpressureTools
-
-Description
-    Instance of the generic IOOutputFilter for pressureTools.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOpressureTools_H
-#define IOpressureTools_H
-
-#include "pressureTools.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::pressureTools> IOpressureTools;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/forces/pressureTools/pressureTools.H b/src/postProcessing/functionObjects/forces/pressureTools/pressureTools.H
index 9270d67fee..b42bf373aa 100644
--- a/src/postProcessing/functionObjects/forces/pressureTools/pressureTools.H
+++ b/src/postProcessing/functionObjects/forces/pressureTools/pressureTools.H
@@ -102,7 +102,6 @@ Description
 
 SourceFiles
     pressureTools.C
-    IOpressureTools.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/forces/wallShearStress/IOwallShearStress.H b/src/postProcessing/functionObjects/forces/wallShearStress/IOwallShearStress.H
deleted file mode 100644
index 3a38e7fc0c..0000000000
--- a/src/postProcessing/functionObjects/forces/wallShearStress/IOwallShearStress.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOwallShearStress
-
-Description
-    Instance of the generic IOOutputFilter for wallShearStress.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOwallShearStress_H
-#define IOwallShearStress_H
-
-#include "wallShearStress.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::wallShearStress> IOwallShearStress;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/forces/wallShearStress/wallShearStress.H b/src/postProcessing/functionObjects/forces/wallShearStress/wallShearStress.H
index 3fa7f2a96a..07665ce657 100644
--- a/src/postProcessing/functionObjects/forces/wallShearStress/wallShearStress.H
+++ b/src/postProcessing/functionObjects/forces/wallShearStress/wallShearStress.H
@@ -66,7 +66,6 @@ Description
 
 SourceFiles
     wallShearStress.C
-    IOwallShearStress.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/lagrangian/cloudInfo/IOcloudInfo.H b/src/postProcessing/functionObjects/lagrangian/cloudInfo/IOcloudInfo.H
deleted file mode 100644
index 4d1740ad79..0000000000
--- a/src/postProcessing/functionObjects/lagrangian/cloudInfo/IOcloudInfo.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOcloudInfo
-
-Description
-    Instance of the generic IOOutputFilter for cloudInfo.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOcloudInfo_H
-#define IOcloudInfo_H
-
-#include "cloudInfo.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<cloudInfo> IOcloudInfo;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/lagrangian/cloudInfo/cloudInfo.H b/src/postProcessing/functionObjects/lagrangian/cloudInfo/cloudInfo.H
index c3d91aa54a..36b064c362 100644
--- a/src/postProcessing/functionObjects/lagrangian/cloudInfo/cloudInfo.H
+++ b/src/postProcessing/functionObjects/lagrangian/cloudInfo/cloudInfo.H
@@ -65,7 +65,6 @@ SeeAlso
 
 SourceFiles
     cloudInfo.C
-    IOcloudInfo.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/CourantNo/CourantNo.H b/src/postProcessing/functionObjects/utilities/CourantNo/CourantNo.H
index 4f5bd2cc18..dd249eb9c6 100644
--- a/src/postProcessing/functionObjects/utilities/CourantNo/CourantNo.H
+++ b/src/postProcessing/functionObjects/utilities/CourantNo/CourantNo.H
@@ -34,7 +34,6 @@ Description
 
 SourceFiles
     CourantNo.C
-    IOCourantNo.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/CourantNo/IOCourantNo.H b/src/postProcessing/functionObjects/utilities/CourantNo/IOCourantNo.H
deleted file mode 100644
index 33006b3e50..0000000000
--- a/src/postProcessing/functionObjects/utilities/CourantNo/IOCourantNo.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOCourantNo
-
-Description
-    Instance of the generic IOOutputFilter for CourantNo.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOCourantNo_H
-#define IOCourantNo_H
-
-#include "CourantNo.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::CourantNo> IOCourantNo;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/Lambda2/IOLambda2.H b/src/postProcessing/functionObjects/utilities/Lambda2/IOLambda2.H
deleted file mode 100644
index d8fd9a81ad..0000000000
--- a/src/postProcessing/functionObjects/utilities/Lambda2/IOLambda2.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOLambda2
-
-Description
-    Instance of the generic IOOutputFilter for Lambda2.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOLambda2_H
-#define IOLambda2_H
-
-#include "Lambda2.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::Lambda2> IOLambda2;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/Lambda2/Lambda2.H b/src/postProcessing/functionObjects/utilities/Lambda2/Lambda2.H
index 42a8108953..265e2dd2b7 100644
--- a/src/postProcessing/functionObjects/utilities/Lambda2/Lambda2.H
+++ b/src/postProcessing/functionObjects/utilities/Lambda2/Lambda2.H
@@ -34,7 +34,6 @@ Description
 
 SourceFiles
     Lambda2.C
-    IOLambda2.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/Peclet/IOPeclet.H b/src/postProcessing/functionObjects/utilities/Peclet/IOPeclet.H
deleted file mode 100644
index 16449b1cb3..0000000000
--- a/src/postProcessing/functionObjects/utilities/Peclet/IOPeclet.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOPeclet
-
-Description
-    Instance of the generic IOOutputFilter for Peclet.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOPeclet_H
-#define IOPeclet_H
-
-#include "Peclet.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::Peclet> IOPeclet;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/Peclet/Peclet.H b/src/postProcessing/functionObjects/utilities/Peclet/Peclet.H
index a47e2236ab..e300a6814b 100644
--- a/src/postProcessing/functionObjects/utilities/Peclet/Peclet.H
+++ b/src/postProcessing/functionObjects/utilities/Peclet/Peclet.H
@@ -33,7 +33,6 @@ Description
 
 SourceFiles
     Peclet.C
-    IOPeclet.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/Q/IOQ.H b/src/postProcessing/functionObjects/utilities/Q/IOQ.H
deleted file mode 100644
index f4739a0876..0000000000
--- a/src/postProcessing/functionObjects/utilities/Q/IOQ.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOQ
-
-Description
-    Instance of the generic IOOutputFilter for Q.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOQ_H
-#define IOQ_H
-
-#include "Q.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<Q> IOQ;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/Q/Q.H b/src/postProcessing/functionObjects/utilities/Q/Q.H
index 63ae36d776..780cc1e458 100644
--- a/src/postProcessing/functionObjects/utilities/Q/Q.H
+++ b/src/postProcessing/functionObjects/utilities/Q/Q.H
@@ -37,7 +37,6 @@ Description
 
 SourceFiles
     Q.C
-    IOQ.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/abort/IOabort.H b/src/postProcessing/functionObjects/utilities/abort/IOabort.H
deleted file mode 100644
index c4aadbfd87..0000000000
--- a/src/postProcessing/functionObjects/utilities/abort/IOabort.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOabort
-
-Description
-    Instance of the generic IOOutputFilter for abort.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOabort_H
-#define IOabort_H
-
-#include "abort.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<abort> IOabort;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/abort/abort.H b/src/postProcessing/functionObjects/utilities/abort/abort.H
index 1cb6a47f76..3ab02cf1a9 100644
--- a/src/postProcessing/functionObjects/utilities/abort/abort.H
+++ b/src/postProcessing/functionObjects/utilities/abort/abort.H
@@ -38,7 +38,6 @@ Description
 
 SourceFiles
     abort.C
-    IOabort.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/blendingFactor/IOblendingFactor.H b/src/postProcessing/functionObjects/utilities/blendingFactor/IOblendingFactor.H
deleted file mode 100644
index ceef2c02fb..0000000000
--- a/src/postProcessing/functionObjects/utilities/blendingFactor/IOblendingFactor.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2013-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOblendingFactor
-
-Description
-    Instance of the generic IOOutputFilter for blendingFactor.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOblendingFactor_H
-#define IOblendingFactor_H
-
-#include "blendingFactor.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::blendingFactor> IOblendingFactor;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/blendingFactor/blendingFactor.H b/src/postProcessing/functionObjects/utilities/blendingFactor/blendingFactor.H
index 72e355159b..92db53a8e6 100644
--- a/src/postProcessing/functionObjects/utilities/blendingFactor/blendingFactor.H
+++ b/src/postProcessing/functionObjects/utilities/blendingFactor/blendingFactor.H
@@ -35,7 +35,6 @@ Description
 
 SourceFiles
     blendingFactor.C
-    IOblendingFactor.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/codedFunctionObject/codedFunctionObject.C b/src/postProcessing/functionObjects/utilities/codedFunctionObject/codedFunctionObject.C
index e550f9f1dd..bb0abb0a20 100644
--- a/src/postProcessing/functionObjects/utilities/codedFunctionObject/codedFunctionObject.C
+++ b/src/postProcessing/functionObjects/utilities/codedFunctionObject/codedFunctionObject.C
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2015 OpenFOAM Foundation
+    \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -71,7 +71,6 @@ void Foam::codedFunctionObject::prepare
     // copy filtered H template
     dynCode.addCopyFile("FilterFunctionObjectTemplate.H");
     dynCode.addCopyFile("functionObjectTemplate.H");
-    dynCode.addCopyFile("IOfunctionObjectTemplate.H");
 
     // debugging: make BC verbose
     //         dynCode.setFilterVariable("verbose", "true");
diff --git a/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H b/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H
index 040b02c8b7..16e457f924 100644
--- a/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H
+++ b/src/postProcessing/functionObjects/utilities/dsmcFields/dsmcFields.H
@@ -37,7 +37,6 @@ Description
 
 SourceFiles
     dsmcFields.C
-    IOdsmcFields.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/partialWrite/IOpartialWrite.H b/src/postProcessing/functionObjects/utilities/partialWrite/IOpartialWrite.H
deleted file mode 100644
index a3e8842e47..0000000000
--- a/src/postProcessing/functionObjects/utilities/partialWrite/IOpartialWrite.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOpartialWrite
-
-Description
-    Instance of the generic IOOutputFilter for partialWrite.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOpartialWrite_H
-#define IOpartialWrite_H
-
-#include "partialWrite.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<partialWrite> IOpartialWrite;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/partialWrite/partialWrite.H b/src/postProcessing/functionObjects/utilities/partialWrite/partialWrite.H
index 800bbcb17a..a4f4e9bf2d 100644
--- a/src/postProcessing/functionObjects/utilities/partialWrite/partialWrite.H
+++ b/src/postProcessing/functionObjects/utilities/partialWrite/partialWrite.H
@@ -58,7 +58,6 @@ SeeAlso
 
 SourceFiles
     partialWrite.C
-    IOpartialWrite.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/removeRegisteredObject/IOremoveRegisteredObject.H b/src/postProcessing/functionObjects/utilities/removeRegisteredObject/IOremoveRegisteredObject.H
deleted file mode 100644
index 66444807ab..0000000000
--- a/src/postProcessing/functionObjects/utilities/removeRegisteredObject/IOremoveRegisteredObject.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOremoveRegisteredObject
-
-Description
-    Instance of the generic IOOutputFilter for removeRegisteredObject.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOremoveRegisteredObject_H
-#define IOremoveRegisteredObject_H
-
-#include "removeRegisteredObject.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<removeRegisteredObject> IOremoveRegisteredObject;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.H b/src/postProcessing/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.H
index 5b19534309..d7ad03adfb 100644
--- a/src/postProcessing/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.H
+++ b/src/postProcessing/functionObjects/utilities/removeRegisteredObject/removeRegisteredObject.H
@@ -54,7 +54,6 @@ SeeAlso
 
 SourceFiles
     removeRegisteredObject.C
-    IOremoveRegisteredObject.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/residuals/IOresiduals.H b/src/postProcessing/functionObjects/utilities/residuals/IOresiduals.H
deleted file mode 100644
index 249e4ec5d8..0000000000
--- a/src/postProcessing/functionObjects/utilities/residuals/IOresiduals.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2015-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOresiduals
-
-Description
-    Instance of the generic IOOutputFilter for residuals.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOresiduals_H
-#define IOresiduals_H
-
-#include "residuals.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::residuals> IOresiduals;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/residuals/residuals.H b/src/postProcessing/functionObjects/utilities/residuals/residuals.H
index 3f1d783a4d..6767213992 100644
--- a/src/postProcessing/functionObjects/utilities/residuals/residuals.H
+++ b/src/postProcessing/functionObjects/utilities/residuals/residuals.H
@@ -55,7 +55,6 @@ SeeAlso
 
 SourceFiles
     residuals.C
-    IOresiduals.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/scalarTransport/IOscalarTransport.H b/src/postProcessing/functionObjects/utilities/scalarTransport/IOscalarTransport.H
deleted file mode 100644
index e6c9c1dc4c..0000000000
--- a/src/postProcessing/functionObjects/utilities/scalarTransport/IOscalarTransport.H
+++ /dev/null
@@ -1,50 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOscalarTransport
-
-Description
-    Instance of the generic IOOutputFilter for scalarTransport.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOscalarTransport_H
-#define IOscalarTransport_H
-
-#include "scalarTransport.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::scalarTransport>
-        IOscalarTransport;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/scalarTransport/scalarTransport.H b/src/postProcessing/functionObjects/utilities/scalarTransport/scalarTransport.H
index a1434b01c2..166bc37b7f 100644
--- a/src/postProcessing/functionObjects/utilities/scalarTransport/scalarTransport.H
+++ b/src/postProcessing/functionObjects/utilities/scalarTransport/scalarTransport.H
@@ -41,7 +41,6 @@ Description
 
 SourceFiles
     scalarTransport.C
-    IOscalarTransport.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/systemCall/IOsystemCall.H b/src/postProcessing/functionObjects/utilities/systemCall/IOsystemCall.H
deleted file mode 100644
index ef39f2ace8..0000000000
--- a/src/postProcessing/functionObjects/utilities/systemCall/IOsystemCall.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOsystemCall
-
-Description
-    Instance of the generic IOOutputFilter for systemCall.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOsystemCall_H
-#define IOsystemCall_H
-
-#include "systemCall.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<systemCall> IOsystemCall;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/systemCall/systemCall.H b/src/postProcessing/functionObjects/utilities/systemCall/systemCall.H
index 0e145a38cb..5e44dae6d6 100644
--- a/src/postProcessing/functionObjects/utilities/systemCall/systemCall.H
+++ b/src/postProcessing/functionObjects/utilities/systemCall/systemCall.H
@@ -80,7 +80,6 @@ SeeAlso
 
 SourceFiles
     systemCall.C
-    IOsystemCall.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/IOtimeActivatedFileUpdate.H b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/IOtimeActivatedFileUpdate.H
deleted file mode 100644
index 4d4d3ac408..0000000000
--- a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/IOtimeActivatedFileUpdate.H
+++ /dev/null
@@ -1,50 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOtimeActivatedFileUpdate
-
-Description
-    Instance of the generic IOOutputFilter for timeActivatedFileUpdate.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOtimeActivatedFileUpdate_H
-#define IOtimeActivatedFileUpdate_H
-
-#include "timeActivatedFileUpdate.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::timeActivatedFileUpdate>
-        IOtimeActivatedFileUpdate;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.H b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.H
index 9a34d4a9c9..2cbc81d506 100644
--- a/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.H
+++ b/src/postProcessing/functionObjects/utilities/timeActivatedFileUpdate/timeActivatedFileUpdate.H
@@ -53,7 +53,6 @@ Description
 
 SourceFiles
     timeActivatedFileUpdate.C
-    IOtimeActivatedFileUpdate.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/turbulenceFields/IOturbulenceFields.H b/src/postProcessing/functionObjects/utilities/turbulenceFields/IOturbulenceFields.H
deleted file mode 100644
index da664cdb78..0000000000
--- a/src/postProcessing/functionObjects/utilities/turbulenceFields/IOturbulenceFields.H
+++ /dev/null
@@ -1,50 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOturbulenceFields
-
-Description
-    Instance of the generic IOOutputFilter for turbulenceFields.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOturbulenceFields_H
-#define IOturbulenceFields_H
-
-#include "turbulenceFields.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::turbulenceFields>
-        IOturbulenceFields;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/turbulenceFields/turbulenceFields.H b/src/postProcessing/functionObjects/utilities/turbulenceFields/turbulenceFields.H
index d105317663..a8dc7ae3ff 100644
--- a/src/postProcessing/functionObjects/utilities/turbulenceFields/turbulenceFields.H
+++ b/src/postProcessing/functionObjects/utilities/turbulenceFields/turbulenceFields.H
@@ -88,7 +88,6 @@ SourceFiles
 #define functionObjects_turbulenceFields_H
 
 #include "HashSet.H"
-#include "IOobject.H"
 #include "NamedEnum.H"
 #include "volFieldsFwd.H"
 
diff --git a/src/postProcessing/functionObjects/utilities/vorticity/IOvorticity.H b/src/postProcessing/functionObjects/utilities/vorticity/IOvorticity.H
deleted file mode 100644
index 1d04fae2f8..0000000000
--- a/src/postProcessing/functionObjects/utilities/vorticity/IOvorticity.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2014-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOvorticity
-
-Description
-    Instance of the generic IOOutputFilter for vorticity.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOvorticity_H
-#define IOvorticity_H
-
-#include "vorticity.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::vorticity> IOvorticity;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/vorticity/vorticity.H b/src/postProcessing/functionObjects/utilities/vorticity/vorticity.H
index 0b4094f12d..3c24347d44 100644
--- a/src/postProcessing/functionObjects/utilities/vorticity/vorticity.H
+++ b/src/postProcessing/functionObjects/utilities/vorticity/vorticity.H
@@ -32,7 +32,6 @@ Description
 
 SourceFiles
     vorticity.C
-    IOvorticity.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/writeDictionary/IOwriteDictionary.H b/src/postProcessing/functionObjects/utilities/writeDictionary/IOwriteDictionary.H
deleted file mode 100644
index d7fbe3b914..0000000000
--- a/src/postProcessing/functionObjects/utilities/writeDictionary/IOwriteDictionary.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOwriteDictionary
-
-Description
-    Instance of the generic IOOutputFilter for writeDictionary.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOwriteDictionary_H
-#define IOwriteDictionary_H
-
-#include "writeDictionary.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<writeDictionary> IOwriteDictionary;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/writeDictionary/writeDictionary.H b/src/postProcessing/functionObjects/utilities/writeDictionary/writeDictionary.H
index 42e381832d..89107494d7 100644
--- a/src/postProcessing/functionObjects/utilities/writeDictionary/writeDictionary.H
+++ b/src/postProcessing/functionObjects/utilities/writeDictionary/writeDictionary.H
@@ -32,7 +32,6 @@ Description
 
 SourceFiles
     writeDictionary.C
-    IOwriteDictionary.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/writeRegisteredObject/IOwriteRegisteredObject.H b/src/postProcessing/functionObjects/utilities/writeRegisteredObject/IOwriteRegisteredObject.H
deleted file mode 100644
index 727cae7ab3..0000000000
--- a/src/postProcessing/functionObjects/utilities/writeRegisteredObject/IOwriteRegisteredObject.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOwriteRegisteredObject
-
-Description
-    Instance of the generic IOOutputFilter for writeRegisteredObject.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOwriteRegisteredObject_H
-#define IOwriteRegisteredObject_H
-
-#include "writeRegisteredObject.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<writeRegisteredObject> IOwriteRegisteredObject;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/writeRegisteredObject/writeRegisteredObject.H b/src/postProcessing/functionObjects/utilities/writeRegisteredObject/writeRegisteredObject.H
index 9671ad2baf..64c2dbe9ec 100644
--- a/src/postProcessing/functionObjects/utilities/writeRegisteredObject/writeRegisteredObject.H
+++ b/src/postProcessing/functionObjects/utilities/writeRegisteredObject/writeRegisteredObject.H
@@ -68,7 +68,6 @@ SeeAlso
 
 SourceFiles
     writeRegisteredObject.C
-    IOwriteRegisteredObject.H
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/src/postProcessing/functionObjects/utilities/yPlus/IOyPlus.H b/src/postProcessing/functionObjects/utilities/yPlus/IOyPlus.H
deleted file mode 100644
index 9276c243ee..0000000000
--- a/src/postProcessing/functionObjects/utilities/yPlus/IOyPlus.H
+++ /dev/null
@@ -1,49 +0,0 @@
-/*---------------------------------------------------------------------------*\
-  =========                 |
-  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
-   \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2012-2016 OpenFOAM Foundation
-     \\/     M anipulation  |
--------------------------------------------------------------------------------
-License
-    This file is part of OpenFOAM.
-
-    OpenFOAM is free software: you can redistribute it and/or modify it
-    under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
-    for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
-
-Typedef
-    Foam::IOyPlus
-
-Description
-    Instance of the generic IOOutputFilter for yPlus.
-
-\*---------------------------------------------------------------------------*/
-
-#ifndef IOyPlus_H
-#define IOyPlus_H
-
-#include "yPlus.H"
-#include "IOOutputFilter.H"
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-namespace Foam
-{
-    typedef IOOutputFilter<functionObjects::yPlus> IOyPlus;
-}
-
-// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
-
-#endif
-
-// ************************************************************************* //
diff --git a/src/postProcessing/functionObjects/utilities/yPlus/yPlus.H b/src/postProcessing/functionObjects/utilities/yPlus/yPlus.H
index cde61ec39b..74402e7246 100644
--- a/src/postProcessing/functionObjects/utilities/yPlus/yPlus.H
+++ b/src/postProcessing/functionObjects/utilities/yPlus/yPlus.H
@@ -33,7 +33,6 @@ Description
 
 SourceFiles
     yPlus.C
-    IOyPlus.H
 
 \*---------------------------------------------------------------------------*/
 
-- 
GitLab