diff --git a/applications/test/dynamicIndexedOctree/Test-dynamicIndexedOctree.C b/applications/test/dynamicIndexedOctree/Test-dynamicIndexedOctree.C index b84b39c33b..0ccb8e377f 100644 --- a/applications/test/dynamicIndexedOctree/Test-dynamicIndexedOctree.C +++ b/applications/test/dynamicIndexedOctree/Test-dynamicIndexedOctree.C @@ -85,8 +85,8 @@ int main(int argc, char *argv[]) ( dynamicTreeDataPoint(pointList), overallBb, // overall search domain - 20, // max levels; n/a - 100, // maximum ratio of cubes v.s. cells + 20, // max levels + 100, // maximum ratio of cubes v.s. cells 100.0 // max. duplicity; n/a since no bounding boxes. ); diff --git a/applications/utilities/mesh/generation/cvMesh/changesLaurence b/applications/utilities/mesh/generation/cvMesh/changesLaurence deleted file mode 100644 index 5f55eff462..0000000000 --- a/applications/utilities/mesh/generation/cvMesh/changesLaurence +++ /dev/null @@ -1,5 +0,0 @@ -wmake/rules/General/CGAL - - -lboost_thread - -lboost_thread-mt - diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C index 2122b282d7..3115355f68 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.C @@ -881,7 +881,7 @@ void Foam::globalMeshData::calcGlobalEdgeSlaves() const // the transformations. - // 1. collect point connectivity - basically recreating globalPoints ouput. + // 1. collect point connectivity - basically recreating globalPoints output. // All points will now have a string of points. The transforms are // in respect to the master. List allPointConnectivity; diff --git a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H index 895daa91ab..3d254c04ba 100644 --- a/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H +++ b/src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H @@ -51,7 +51,7 @@ Description The exchange needs - a field of data - a mapDistribute which does all parallel exchange and transformations - This appens remote data to the end of the field + This appends remote data to the end of the field. - a set of indices which indicate where to get untransformed data in the field - a set of indices which indicate where to get transformed data in the diff --git a/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.C b/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.C index 06f836a3d5..f1dc7c4ba0 100644 --- a/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.C +++ b/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.C @@ -138,7 +138,7 @@ void Foam::ParticleCollector::initConcentricCircles() radius_ = this->coeffDict().lookup("radius"); nSector_ = readLabel(this->coeffDict().lookup("nSector")); - + label nS = nSector_; vector refDir; @@ -406,7 +406,7 @@ void Foam::ParticleCollector::write() Field faceMassTotal(mass_.size()); Field faceMassFlowRate(massFlowRate_.size()); - + forAll(faces_, faceI) { scalarList allProcMass(Pstream::nProcs()); diff --git a/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.H b/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.H index 283246cfec..29bb8ff95b 100644 --- a/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.H +++ b/src/lagrangian/intermediate/submodels/CloudFunctionObjects/ParticleCollector/ParticleCollector.H @@ -169,14 +169,14 @@ private: //- Collect parcels in polygon collectors label collectParcelPolygon ( - const point& position, + const point& position, const vector& U ) const; //- Collect parcels in concentric circle collectors label collectParcelConcentricCircles ( - const point& position, + const point& position, const vector& U ) const; diff --git a/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C b/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C index 1098dfd828..9928f39f47 100644 --- a/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C +++ b/src/parallel/decompose/decompositionMethods/hierarchGeomDecomp/hierarchGeomDecomp.C @@ -230,7 +230,7 @@ void Foam::hierarchGeomDecomp::findBinary if (returnReduce(hasNotChanged, andOp())) { WarningIn("hierarchGeomDecomp::findBinary(..)") - << "unable to find desired deomposition split, making do!" + << "unable to find desired decomposition split, making do!" << endl; break; } diff --git a/src/postProcessing/functionObjects/utilities/pressureTools/pressureTools.H b/src/postProcessing/functionObjects/utilities/pressureTools/pressureTools.H index 4a1866821a..db0af1a004 100644 --- a/src/postProcessing/functionObjects/utilities/pressureTools/pressureTools.H +++ b/src/postProcessing/functionObjects/utilities/pressureTools/pressureTools.H @@ -69,7 +69,7 @@ Description The modes of operation are: \table - Mode | calcTotal | calcCoeff + Mode | calcTotal | calcCoeff static pressure | no | no total pressure | yes | no pressure coefficient | no | yes diff --git a/src/regionModels/surfaceFilmModels/derivedFvPatchFields/inclinedFilmNusseltHeight/inclinedFilmNusseltHeightFvPatchScalarField.H b/src/regionModels/surfaceFilmModels/derivedFvPatchFields/inclinedFilmNusseltHeight/inclinedFilmNusseltHeightFvPatchScalarField.H index cb9f999237..7be767718d 100644 --- a/src/regionModels/surfaceFilmModels/derivedFvPatchFields/inclinedFilmNusseltHeight/inclinedFilmNusseltHeightFvPatchScalarField.H +++ b/src/regionModels/surfaceFilmModels/derivedFvPatchFields/inclinedFilmNusseltHeight/inclinedFilmNusseltHeightFvPatchScalarField.H @@ -89,7 +89,7 @@ public: const dictionary& ); - //- Construct by mapping given + //- Construct by mapping given // inclinedFilmNusseltHeightFvPatchScalarField onto a new patch inclinedFilmNusseltHeightFvPatchScalarField ( diff --git a/src/thermophysicalModels/radiationModels/radiationModel/radiationModel/radiationModelNew.C b/src/thermophysicalModels/radiationModels/radiationModel/radiationModel/radiationModelNew.C index 9a95b0c88f..0a4dd3730c 100644 --- a/src/thermophysicalModels/radiationModels/radiationModel/radiationModel/radiationModelNew.C +++ b/src/thermophysicalModels/radiationModels/radiationModel/radiationModel/radiationModelNew.C @@ -53,7 +53,7 @@ Foam::radiation::radiationModel::New Info<< "Radiation model not active: radiationProperties not found" << endl; } - + Info<< "Selecting radiationModel " << modelType << endl; TConstructorTable::iterator cstrIter =