diff --git a/applications/utilities/parallelProcessing/decomposePar/decomposePar.C b/applications/utilities/parallelProcessing/decomposePar/decomposePar.C index e6ec359d3c199c68f6e594f06f2a2a16540f1a8e..0fef72da776978111aa97284ac128ee9d1c0ef72 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 05ac7f392f0cfe7aafab9a1a3f2e2baabf9b7928..66407a3371c65227ef9fcc4a5ab009454bab6e42 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 53cd1bb75a67afa45d04f67290b2596bcbbef561..1c43ce12706bc7aebf8976a663dce0777c1e2745 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 3844e0cf54be92930e3821506e7881bf73e7fcfc..8cf146ec3ae510b2a021d08c776ada37b3797eb9 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 5376ffda25670ba71c1b8e560aa172479af76ba3..7ae86d81a5cddc8154d1c64e12070f559b852128 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 3262a72aa3625fc8f9fa48e6f58e2eee3b3f9add..eccdca5f53c6560d6422ff5f73932e6d1c31d08a 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