diff --git a/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H b/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H index 9ae910b5a7..c0b7668d0a 100644 --- a/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H +++ b/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoHexMeshDriver.H @@ -38,7 +38,6 @@ SourceFiles #include "autoPtr.H" #include "dictionary.H" -#include "boolList.H" #include "wallPoint.H" #include "searchableSurfaces.H" #include "refinementSurfaces.H" diff --git a/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C b/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C index e891cf761c..9c4e0a17c5 100644 --- a/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C +++ b/src/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C @@ -95,7 +95,7 @@ Foam::label Foam::autoRefineDriver::readFeatureEdges Info<< "Refinement level " << featureLevels[i] << " for all cells crossed by feature " << featFileName << " (" << featureMeshes[i].points().size() << " points, " - << featureMeshes[i].edges().size() << ")." << endl; + << featureMeshes[i].edges().size() << " edges)." << endl; } Info<< "Read feature lines in = " diff --git a/src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H b/src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H index ffb8a15d05..d27c62929d 100644 --- a/src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H +++ b/src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointData.H @@ -42,9 +42,7 @@ SourceFiles #include "point.H" #include "label.H" -#include "scalar.H" #include "tensor.H" -#include "pTraits.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointDataI.H b/src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointDataI.H index 234d569f85..9832bbf877 100644 --- a/src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointDataI.H +++ b/src/autoMesh/autoHexMesh/autoHexMeshDriver/pointData/pointDataI.H @@ -22,8 +22,6 @@ License along with OpenFOAM; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -Description - \*---------------------------------------------------------------------------*/ #include "polyMesh.H" diff --git a/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H b/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H index 0025f33332..06004c8a6e 100644 --- a/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H +++ b/src/autoMesh/autoHexMesh/meshRefinement/meshRefinement.H @@ -47,7 +47,6 @@ SourceFiles #include "hexRef8.H" #include "mapPolyMesh.H" #include "autoPtr.H" -#include "pointIOField.H" #include "labelPair.H" #include "indirectPrimitivePatch.H" #include "pointFieldsFwd.H" diff --git a/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C b/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C index d42ac05b22..7aabbc6321 100644 --- a/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C +++ b/src/autoMesh/autoHexMesh/meshRefinement/meshRefinementRefine.C @@ -328,7 +328,7 @@ Foam::label Foam::meshRefinement::markFeatureRefinement // Database to pass into trackedParticle::move trackedParticle::trackData td(cloud, maxFeatureLevel); - // Track all particles to their end position. + // Track all particles to their end position (= starting feature point) cloud.move(td); // Reset level diff --git a/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H b/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H index e8fd361401..cee48bbe1f 100644 --- a/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H +++ b/src/autoMesh/autoHexMesh/refinementSurfaces/refinementSurfaces.H @@ -38,7 +38,6 @@ SourceFiles #ifndef refinementSurfaces_H #define refinementSurfaces_H -#include "PackedBoolList.H" #include "triSurfaceGeoMesh.H" #include "triSurfaceFields.H" #include "vectorList.H" diff --git a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.C b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.C index 9dbe7e8c13..61697be9b3 100644 --- a/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.C +++ b/src/meshTools/directMapped/directMappedPolyPatch/directMappedPolyPatch.C @@ -31,6 +31,9 @@ License #include "mapDistribute.H" #include "meshTools.H" #include "OFstream.H" +#include "Random.H" +#include "treeDataFace.H" +#include "indexedOctree.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/meshTools/indexedOctree/treeDataCell.H b/src/meshTools/indexedOctree/treeDataCell.H index 4f09188942..100dcb62cf 100644 --- a/src/meshTools/indexedOctree/treeDataCell.H +++ b/src/meshTools/indexedOctree/treeDataCell.H @@ -37,9 +37,7 @@ SourceFiles #ifndef treeDataCell_H #define treeDataCell_H -#include "treeBoundBox.H" #include "treeBoundBoxList.H" -#include "labelList.H" // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/src/meshTools/indexedOctree/treeDataEdge.H b/src/meshTools/indexedOctree/treeDataEdge.H index 916bad870e..5dad366b3b 100644 --- a/src/meshTools/indexedOctree/treeDataEdge.H +++ b/src/meshTools/indexedOctree/treeDataEdge.H @@ -36,8 +36,6 @@ SourceFiles #ifndef treeDataEdge_H #define treeDataEdge_H -#include "treeBoundBox.H" -#include "pointField.H" #include "treeBoundBoxList.H" #include "linePointRef.H" diff --git a/src/meshTools/meshSearch/meshSearch.C b/src/meshTools/meshSearch/meshSearch.C index ef1aa46f67..2c803a2772 100644 --- a/src/meshTools/meshSearch/meshSearch.C +++ b/src/meshTools/meshSearch/meshSearch.C @@ -27,9 +27,11 @@ License #include "meshSearch.H" #include "polyMesh.H" #include "indexedOctree.H" -#include "pointIndexHit.H" #include "DynamicList.H" #include "demandDrivenData.H" +#include "treeDataCell.H" +#include "treeDataFace.H" +#include "treeDataPoint.H" // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // diff --git a/src/meshTools/meshSearch/meshSearch.H b/src/meshTools/meshSearch/meshSearch.H index 7b99a7159c..c8d44bdd48 100644 --- a/src/meshTools/meshSearch/meshSearch.H +++ b/src/meshTools/meshSearch/meshSearch.H @@ -37,9 +37,6 @@ SourceFiles #ifndef meshSearch_H #define meshSearch_H -#include "treeDataCell.H" -#include "treeDataFace.H" -#include "treeDataPoint.H" #include "pointIndexHit.H" #include "Cloud.H" #include "passiveParticle.H" @@ -51,6 +48,10 @@ namespace Foam // Forward declaration of classes class polyMesh; +class treeDataCell; +class treeDataFace; +class treeDataPoint; +template class indexedOctree; /*---------------------------------------------------------------------------*\ Class meshSearch Declaration