From df7044845e90bc24b06350652c02f4887e0f738b Mon Sep 17 00:00:00 2001 From: OpenFOAM bot <> Date: Fri, 26 Jun 2020 12:14:48 +0200 Subject: [PATCH] GIT: remove whitespace, backslash escape angle brackets in comments - fix older '> >' template parameters as '>>' --- .../decomposePar/decomposePar.C | 16 ++++++++-------- .../freeSurfacePointDisplacement.C | 2 +- .../fields/fvPatchFields/exprMixedFvPatchField.H | 2 +- .../pointPatchFields/exprValuePointPatchField.H | 2 +- .../geometricVoF/cellCuts/cutCell/cutCell.H | 2 +- .../laminar/climbingRod/system/fvSchemes | 1 - 6 files changed, 12 insertions(+), 13 deletions(-) diff --git a/applications/utilities/parallelProcessing/decomposePar/decomposePar.C b/applications/utilities/parallelProcessing/decomposePar/decomposePar.C index e6ec359d3c..0fef72da77 100644 --- a/applications/utilities/parallelProcessing/decomposePar/decomposePar.C +++ b/applications/utilities/parallelProcessing/decomposePar/decomposePar.C @@ -42,7 +42,7 @@ Usage Decompose all regions in regionProperties. Does not check for existence of processor*. - - \par - case + - \par -case \ Specify case directory to use (instead of the cwd). - \par -cellDist @@ -58,11 +58,11 @@ Usage - \par -copyZero Copy \a 0 directory to processor* rather than decompose the fields. - - \par -debug-switch + - \par -debug-switch \ Specify the value of a registered debug switch. Default is 1 if the value is omitted. (Can be used multiple times) - - \par -decomposeParDict + - \par -decomposeParDict \ Use specified file for decomposePar dictionary. - \par -dry-run @@ -72,7 +72,7 @@ Usage - \par -fields Use existing geometry decomposition and convert fields only. - - \par fileHandler + - \par fileHandler \ Override the file handler type. - \par -force @@ -87,14 +87,14 @@ Usage be used with caution when the underlying (serial) geometry or the decomposition method etc. have been changed between decompositions. - - \par -info-switch + - \par -info-switch \ Specify the value of a registered info switch. Default is 1 if the value is omitted. (Can be used multiple times) - \par -latestTime Select the latest time. - - \par -lib + - \par -lib \ Additional library or library list to load (can be used multiple times). - \par -noFunctionObjects @@ -106,14 +106,14 @@ Usage - \par -noZero Exclude the \a 0 dir from the times list. - - \par -opt-switch + - \par -opt-switch \ Specify the value of a registered optimisation switch (int/bool). Default is 1 if the value is omitted. (Can be used multiple times) - \par -region \ Decompose named region. Does not check for existence of processor*. - - \par -time + - \par -time \ Override controlDict settings and decompose selected times. Does not re-decompose the mesh i.e. does not handle moving mesh or changing mesh cases. Eg, ':10,20 40:70 1000:', 'none', etc. diff --git a/src/dynamicFaMesh/interfaceTrackingFvMesh/freeSurfacePointDisplacement.C b/src/dynamicFaMesh/interfaceTrackingFvMesh/freeSurfacePointDisplacement.C index 05ac7f392f..66407a3371 100644 --- a/src/dynamicFaMesh/interfaceTrackingFvMesh/freeSurfacePointDisplacement.C +++ b/src/dynamicFaMesh/interfaceTrackingFvMesh/freeSurfacePointDisplacement.C @@ -444,7 +444,7 @@ Foam::interfaceTrackingFvMesh::pointDisplacement() for (label k=0; k > procLsPoints(Pstream::nProcs()); + List> procLsPoints(Pstream::nProcs()); label curSharedPointIndex = addr.find(k); diff --git a/src/finiteVolume/expressions/fields/fvPatchFields/exprMixedFvPatchField.H b/src/finiteVolume/expressions/fields/fvPatchFields/exprMixedFvPatchField.H index 53cd1bb75a..1c43ce1270 100644 --- a/src/finiteVolume/expressions/fields/fvPatchFields/exprMixedFvPatchField.H +++ b/src/finiteVolume/expressions/fields/fvPatchFields/exprMixedFvPatchField.H @@ -134,7 +134,7 @@ public: ); //- Construct and return a clone setting internal field reference - virtual tmp > clone + virtual tmp> clone ( const DimensionedField& iF ) const diff --git a/src/finiteVolume/expressions/fields/pointPatchFields/exprValuePointPatchField.H b/src/finiteVolume/expressions/fields/pointPatchFields/exprValuePointPatchField.H index 3844e0cf54..8cf146ec3a 100644 --- a/src/finiteVolume/expressions/fields/pointPatchFields/exprValuePointPatchField.H +++ b/src/finiteVolume/expressions/fields/pointPatchFields/exprValuePointPatchField.H @@ -119,7 +119,7 @@ public: //- Construct and return a clone - virtual autoPtr > clone() const + virtual autoPtr> clone() const { return autoPtr> ( diff --git a/src/transportModels/geometricVoF/cellCuts/cutCell/cutCell.H b/src/transportModels/geometricVoF/cellCuts/cutCell/cutCell.H index 5376ffda25..7ae86d81a5 100644 --- a/src/transportModels/geometricVoF/cellCuts/cutCell/cutCell.H +++ b/src/transportModels/geometricVoF/cellCuts/cutCell/cutCell.H @@ -75,7 +75,7 @@ protected: //- Calculates area and centre of the cutting face static void calcGeomDataCutFace ( - const DynamicList >& faceEdges, + const DynamicList>& faceEdges, const vector& subCellCentre, vector& faceArea, vector& faceCentre diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/climbingRod/system/fvSchemes b/tutorials/multiphase/compressibleInterFoam/laminar/climbingRod/system/fvSchemes index 3262a72aa3..eccdca5f53 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/climbingRod/system/fvSchemes +++ b/tutorials/multiphase/compressibleInterFoam/laminar/climbingRod/system/fvSchemes @@ -23,7 +23,6 @@ ddtSchemes gradSchemes { default Gauss linear; - } divSchemes -- GitLab