diff --git a/applications/solvers/multiphase/compressibleInterFoam/VoFClouds/VoFClouds.H b/applications/solvers/multiphase/compressibleInterFoam/VoFClouds/VoFClouds.H index 7ae1ceac67..1256d6fb49 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/VoFClouds/VoFClouds.H +++ b/applications/solvers/multiphase/compressibleInterFoam/VoFClouds/VoFClouds.H @@ -151,7 +151,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/applications/solvers/multiphase/compressibleInterFoam/VoFSolidificationMeltingSource/VoFSolidificationMeltingSource.H b/applications/solvers/multiphase/compressibleInterFoam/VoFSolidificationMeltingSource/VoFSolidificationMeltingSource.H index a280696ceb..384bd456d1 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/VoFSolidificationMeltingSource/VoFSolidificationMeltingSource.H +++ b/applications/solvers/multiphase/compressibleInterFoam/VoFSolidificationMeltingSource/VoFSolidificationMeltingSource.H @@ -193,7 +193,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/applications/solvers/multiphase/compressibleInterFoam/VoFSurfaceFilm/VoFSurfaceFilm.H b/applications/solvers/multiphase/compressibleInterFoam/VoFSurfaceFilm/VoFSurfaceFilm.H index ec19170f63..3a2d71b54d 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/VoFSurfaceFilm/VoFSurfaceFilm.H +++ b/applications/solvers/multiphase/compressibleInterFoam/VoFSurfaceFilm/VoFSurfaceFilm.H @@ -138,7 +138,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/applications/solvers/multiphase/compressibleInterFoam/VoFTurbulenceDamping/VoFTurbulenceDamping.H b/applications/solvers/multiphase/compressibleInterFoam/VoFTurbulenceDamping/VoFTurbulenceDamping.H index 3e54d6baf5..92a125d479 100644 --- a/applications/solvers/multiphase/compressibleInterFoam/VoFTurbulenceDamping/VoFTurbulenceDamping.H +++ b/applications/solvers/multiphase/compressibleInterFoam/VoFTurbulenceDamping/VoFTurbulenceDamping.H @@ -177,7 +177,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/applications/solvers/multiphase/interFoam/VoFTurbulenceDamping/VoFTurbulenceDamping.H b/applications/solvers/multiphase/interFoam/VoFTurbulenceDamping/VoFTurbulenceDamping.H index 603bd43635..0d10cef578 100644 --- a/applications/solvers/multiphase/interFoam/VoFTurbulenceDamping/VoFTurbulenceDamping.H +++ b/applications/solvers/multiphase/interFoam/VoFTurbulenceDamping/VoFTurbulenceDamping.H @@ -176,7 +176,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/applications/solvers/multiphase/multiphaseEulerFoam/fvModels/interfaceTurbulenceDamping/interfaceTurbulenceDamping.H b/applications/solvers/multiphase/multiphaseEulerFoam/fvModels/interfaceTurbulenceDamping/interfaceTurbulenceDamping.H index 618a89de0c..9e8906baee 100644 --- a/applications/solvers/multiphase/multiphaseEulerFoam/fvModels/interfaceTurbulenceDamping/interfaceTurbulenceDamping.H +++ b/applications/solvers/multiphase/multiphaseEulerFoam/fvModels/interfaceTurbulenceDamping/interfaceTurbulenceDamping.H @@ -197,7 +197,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/applications/solvers/multiphase/multiphaseEulerFoam/fvModels/phaseTurbulenceStabilisation/phaseTurbulenceStabilisation.H b/applications/solvers/multiphase/multiphaseEulerFoam/fvModels/phaseTurbulenceStabilisation/phaseTurbulenceStabilisation.H index 7f5b42aaa9..74938b74cf 100644 --- a/applications/solvers/multiphase/multiphaseEulerFoam/fvModels/phaseTurbulenceStabilisation/phaseTurbulenceStabilisation.H +++ b/applications/solvers/multiphase/multiphaseEulerFoam/fvModels/phaseTurbulenceStabilisation/phaseTurbulenceStabilisation.H @@ -167,7 +167,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/etc/codeTemplates/dynamicCode/codedFvModelTemplate.H b/etc/codeTemplates/dynamicCode/codedFvModelTemplate.H index 4a6fc154a6..a2fcc682c6 100644 --- a/etc/codeTemplates/dynamicCode/codedFvModelTemplate.H +++ b/etc/codeTemplates/dynamicCode/codedFvModelTemplate.H @@ -117,7 +117,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/OpenFOAM/meshes/pointMesh/pointMesh.H b/src/OpenFOAM/meshes/pointMesh/pointMesh.H index 002cfb8236..90e443acfb 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointMesh.H +++ b/src/OpenFOAM/meshes/pointMesh/pointMesh.H @@ -121,7 +121,7 @@ public: //- Update the mesh corresponding to given map virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Move points diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.H b/src/OpenFOAM/meshes/polyMesh/polyMesh.H index 058cdef8f8..a89a1ea445 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.H @@ -609,7 +609,7 @@ public: //- Update the mesh topology from the given map virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap& map); //- Remove boundary patches diff --git a/src/finiteVolume/cfdTools/general/fvConstraints/fvConstraint.H b/src/finiteVolume/cfdTools/general/fvConstraints/fvConstraint.H index c479fe5c68..ac977e03e0 100644 --- a/src/finiteVolume/cfdTools/general/fvConstraints/fvConstraint.H +++ b/src/finiteVolume/cfdTools/general/fvConstraints/fvConstraint.H @@ -215,7 +215,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&) = 0; - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&) = 0; //- Update for mesh motion diff --git a/src/finiteVolume/cfdTools/general/fvConstraints/fvConstraints.H b/src/finiteVolume/cfdTools/general/fvConstraints/fvConstraints.H index cdd3697764..379a6f6aca 100644 --- a/src/finiteVolume/cfdTools/general/fvConstraints/fvConstraints.H +++ b/src/finiteVolume/cfdTools/general/fvConstraints/fvConstraints.H @@ -136,7 +136,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/finiteVolume/cfdTools/general/fvModels/fvModel.H b/src/finiteVolume/cfdTools/general/fvModels/fvModel.H index a466598340..00ad192505 100644 --- a/src/finiteVolume/cfdTools/general/fvModels/fvModel.H +++ b/src/finiteVolume/cfdTools/general/fvModels/fvModel.H @@ -333,7 +333,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&) = 0; - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&) = 0; //- Update for mesh motion diff --git a/src/finiteVolume/cfdTools/general/fvModels/fvModels.H b/src/finiteVolume/cfdTools/general/fvModels/fvModels.H index 734278c335..dc312da895 100644 --- a/src/finiteVolume/cfdTools/general/fvModels/fvModels.H +++ b/src/finiteVolume/cfdTools/general/fvModels/fvModels.H @@ -242,7 +242,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/finiteVolume/fvMesh/fvCellSet/fvCellSet.H b/src/finiteVolume/fvMesh/fvCellSet/fvCellSet.H index 6540270438..08b02a6248 100644 --- a/src/finiteVolume/fvMesh/fvCellSet/fvCellSet.H +++ b/src/finiteVolume/fvMesh/fvCellSet/fvCellSet.H @@ -169,7 +169,7 @@ public: //- Update for mesh changes void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/finiteVolume/fvMesh/fvMesh.H b/src/finiteVolume/fvMesh/fvMesh.H index 4bad587ffe..63ee2007ae 100644 --- a/src/finiteVolume/fvMesh/fvMesh.H +++ b/src/finiteVolume/fvMesh/fvMesh.H @@ -383,7 +383,7 @@ public: //- Update mesh corresponding to the given map virtual void updateMesh(const polyTopoChangeMap& map); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap& map); //- Move points, returns volumes swept by faces in motion diff --git a/src/finiteVolume/fvMesh/wallDist/nearWallDist/nearWallDist.H b/src/finiteVolume/fvMesh/wallDist/nearWallDist/nearWallDist.H index a726a870b2..e5b6455651 100644 --- a/src/finiteVolume/fvMesh/wallDist/nearWallDist/nearWallDist.H +++ b/src/finiteVolume/fvMesh/wallDist/nearWallDist/nearWallDist.H @@ -96,7 +96,7 @@ public: //- Update the y-field when the mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update the y-field when the mesh moves diff --git a/src/finiteVolume/fvMesh/wallDist/patchDistMethods/patchDistMethod/patchDistMethod.H b/src/finiteVolume/fvMesh/wallDist/patchDistMethods/patchDistMethod/patchDistMethod.H index eedc5febb0..aa9e7d3eb0 100644 --- a/src/finiteVolume/fvMesh/wallDist/patchDistMethods/patchDistMethod/patchDistMethod.H +++ b/src/finiteVolume/fvMesh/wallDist/patchDistMethods/patchDistMethod/patchDistMethod.H @@ -141,7 +141,7 @@ public: virtual void updateMesh(const polyTopoChangeMap&) {} - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&) {} diff --git a/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.H b/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.H index 234cc30f69..f82e401475 100644 --- a/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.H +++ b/src/finiteVolume/fvMesh/wallDist/wallDist/wallDist.H @@ -148,7 +148,7 @@ public: //- Update the y-field when the mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update the y-field when the mesh moves diff --git a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H index b9f5aa676c..db86433215 100644 --- a/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H +++ b/src/finiteVolume/interpolation/volPointInterpolation/volPointInterpolation.H @@ -140,7 +140,7 @@ public: //- Update mesh topology using the morph engine void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Correct weighting factors for moving mesh. diff --git a/src/fvConstraints/fixedTemperatureConstraint/fixedTemperatureConstraint.H b/src/fvConstraints/fixedTemperatureConstraint/fixedTemperatureConstraint.H index 80d403b9fa..1fec92f07f 100644 --- a/src/fvConstraints/fixedTemperatureConstraint/fixedTemperatureConstraint.H +++ b/src/fvConstraints/fixedTemperatureConstraint/fixedTemperatureConstraint.H @@ -163,7 +163,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvConstraints/fixedValueConstraint/fixedValueConstraint.H b/src/fvConstraints/fixedValueConstraint/fixedValueConstraint.H index 833fe68aff..0c084f45e5 100644 --- a/src/fvConstraints/fixedValueConstraint/fixedValueConstraint.H +++ b/src/fvConstraints/fixedValueConstraint/fixedValueConstraint.H @@ -130,7 +130,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvConstraints/limitMag/limitMag.H b/src/fvConstraints/limitMag/limitMag.H index deb569a8aa..c60ebe22b8 100644 --- a/src/fvConstraints/limitMag/limitMag.H +++ b/src/fvConstraints/limitMag/limitMag.H @@ -130,7 +130,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvConstraints/limitPressure/limitPressure.H b/src/fvConstraints/limitPressure/limitPressure.H index 3ae1c69b18..25cab891b0 100644 --- a/src/fvConstraints/limitPressure/limitPressure.H +++ b/src/fvConstraints/limitPressure/limitPressure.H @@ -129,7 +129,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvConstraints/limitTemperature/limitTemperature.H b/src/fvConstraints/limitTemperature/limitTemperature.H index 5ecda0abd3..740f2b19aa 100644 --- a/src/fvConstraints/limitTemperature/limitTemperature.H +++ b/src/fvConstraints/limitTemperature/limitTemperature.H @@ -133,7 +133,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvConstraints/meanVelocityForce/meanVelocityForce.H b/src/fvConstraints/meanVelocityForce/meanVelocityForce.H index bf7ae5f618..76cd63a4e8 100644 --- a/src/fvConstraints/meanVelocityForce/meanVelocityForce.H +++ b/src/fvConstraints/meanVelocityForce/meanVelocityForce.H @@ -158,7 +158,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/accelerationSource/accelerationSource.H b/src/fvModels/derived/accelerationSource/accelerationSource.H index 241415c088..c5c99fc439 100644 --- a/src/fvModels/derived/accelerationSource/accelerationSource.H +++ b/src/fvModels/derived/accelerationSource/accelerationSource.H @@ -168,7 +168,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/actuationDiskSource/actuationDiskSource.H b/src/fvModels/derived/actuationDiskSource/actuationDiskSource.H index 5bcf537a8c..d032701c38 100644 --- a/src/fvModels/derived/actuationDiskSource/actuationDiskSource.H +++ b/src/fvModels/derived/actuationDiskSource/actuationDiskSource.H @@ -207,7 +207,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/buoyancyEnergy/buoyancyEnergy.H b/src/fvModels/derived/buoyancyEnergy/buoyancyEnergy.H index 5be06d8fbd..af037634d2 100644 --- a/src/fvModels/derived/buoyancyEnergy/buoyancyEnergy.H +++ b/src/fvModels/derived/buoyancyEnergy/buoyancyEnergy.H @@ -135,7 +135,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/buoyancyForce/buoyancyForce.H b/src/fvModels/derived/buoyancyForce/buoyancyForce.H index 2dd2d94517..f4b1fb5fa4 100644 --- a/src/fvModels/derived/buoyancyForce/buoyancyForce.H +++ b/src/fvModels/derived/buoyancyForce/buoyancyForce.H @@ -145,7 +145,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/damping/isotropicDamping/isotropicDamping.H b/src/fvModels/derived/damping/isotropicDamping/isotropicDamping.H index 7320d34aeb..bc535b03a3 100644 --- a/src/fvModels/derived/damping/isotropicDamping/isotropicDamping.H +++ b/src/fvModels/derived/damping/isotropicDamping/isotropicDamping.H @@ -170,7 +170,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/damping/verticalDamping/verticalDamping.H b/src/fvModels/derived/damping/verticalDamping/verticalDamping.H index 463e83f722..ab761cf71a 100644 --- a/src/fvModels/derived/damping/verticalDamping/verticalDamping.H +++ b/src/fvModels/derived/damping/verticalDamping/verticalDamping.H @@ -175,7 +175,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H b/src/fvModels/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H index d30938ce91..acb210ef07 100644 --- a/src/fvModels/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H +++ b/src/fvModels/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H @@ -220,7 +220,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/explicitPorositySource/explicitPorositySource.H b/src/fvModels/derived/explicitPorositySource/explicitPorositySource.H index 9b652ab863..ab69c956a8 100644 --- a/src/fvModels/derived/explicitPorositySource/explicitPorositySource.H +++ b/src/fvModels/derived/explicitPorositySource/explicitPorositySource.H @@ -181,7 +181,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/heatSource/heatSource.H b/src/fvModels/derived/heatSource/heatSource.H index 40ff23b813..412651cb40 100644 --- a/src/fvModels/derived/heatSource/heatSource.H +++ b/src/fvModels/derived/heatSource/heatSource.H @@ -135,7 +135,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/heatTransfer/heatTransfer.H b/src/fvModels/derived/heatTransfer/heatTransfer.H index c913749134..e0f566af4b 100644 --- a/src/fvModels/derived/heatTransfer/heatTransfer.H +++ b/src/fvModels/derived/heatTransfer/heatTransfer.H @@ -178,7 +178,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/massSource/massSource.H b/src/fvModels/derived/massSource/massSource.H index ecc27a0753..a430a720ef 100644 --- a/src/fvModels/derived/massSource/massSource.H +++ b/src/fvModels/derived/massSource/massSource.H @@ -210,7 +210,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/phaseLimitStabilisation/phaseLimitStabilisation.H b/src/fvModels/derived/phaseLimitStabilisation/phaseLimitStabilisation.H index 8b8d555153..ad389861bd 100644 --- a/src/fvModels/derived/phaseLimitStabilisation/phaseLimitStabilisation.H +++ b/src/fvModels/derived/phaseLimitStabilisation/phaseLimitStabilisation.H @@ -149,7 +149,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/rotorDiskSource/rotorDiskSource.H b/src/fvModels/derived/rotorDiskSource/rotorDiskSource.H index 015a9b6890..f7d5873cf8 100644 --- a/src/fvModels/derived/rotorDiskSource/rotorDiskSource.H +++ b/src/fvModels/derived/rotorDiskSource/rotorDiskSource.H @@ -341,7 +341,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/sixDoFAccelerationSource/sixDoFAccelerationSource.H b/src/fvModels/derived/sixDoFAccelerationSource/sixDoFAccelerationSource.H index 8ed8724942..8fa35e18ef 100644 --- a/src/fvModels/derived/sixDoFAccelerationSource/sixDoFAccelerationSource.H +++ b/src/fvModels/derived/sixDoFAccelerationSource/sixDoFAccelerationSource.H @@ -162,7 +162,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/solidEquilibriumEnergySource/solidEquilibriumEnergySource.H b/src/fvModels/derived/solidEquilibriumEnergySource/solidEquilibriumEnergySource.H index bced68d9ba..f98b146bf8 100644 --- a/src/fvModels/derived/solidEquilibriumEnergySource/solidEquilibriumEnergySource.H +++ b/src/fvModels/derived/solidEquilibriumEnergySource/solidEquilibriumEnergySource.H @@ -158,7 +158,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/solidificationMeltingSource/solidificationMeltingSource.H b/src/fvModels/derived/solidificationMeltingSource/solidificationMeltingSource.H index 7fdcc5e9e5..055d691866 100644 --- a/src/fvModels/derived/solidificationMeltingSource/solidificationMeltingSource.H +++ b/src/fvModels/derived/solidificationMeltingSource/solidificationMeltingSource.H @@ -307,7 +307,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/derived/volumeFractionSource/volumeFractionSource.H b/src/fvModels/derived/volumeFractionSource/volumeFractionSource.H index bc690d6c74..54434af67c 100644 --- a/src/fvModels/derived/volumeFractionSource/volumeFractionSource.H +++ b/src/fvModels/derived/volumeFractionSource/volumeFractionSource.H @@ -235,7 +235,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/general/codedFvModel/codedFvModel.H b/src/fvModels/general/codedFvModel/codedFvModel.H index e41c88d474..454d5c284d 100644 --- a/src/fvModels/general/codedFvModel/codedFvModel.H +++ b/src/fvModels/general/codedFvModel/codedFvModel.H @@ -205,7 +205,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/general/semiImplicitSource/semiImplicitSource.H b/src/fvModels/general/semiImplicitSource/semiImplicitSource.H index 9012261fef..c7c2243688 100644 --- a/src/fvModels/general/semiImplicitSource/semiImplicitSource.H +++ b/src/fvModels/general/semiImplicitSource/semiImplicitSource.H @@ -223,7 +223,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/interRegion/interRegionExplicitPorositySource/interRegionExplicitPorositySource.H b/src/fvModels/interRegion/interRegionExplicitPorositySource/interRegionExplicitPorositySource.H index f47e201fd1..4c540c3226 100644 --- a/src/fvModels/interRegion/interRegionExplicitPorositySource/interRegionExplicitPorositySource.H +++ b/src/fvModels/interRegion/interRegionExplicitPorositySource/interRegionExplicitPorositySource.H @@ -154,7 +154,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/fvModels/interRegion/interRegionHeatTransfer/interRegionHeatTransfer.H b/src/fvModels/interRegion/interRegionHeatTransfer/interRegionHeatTransfer.H index cc3f5c5e22..0bbb779ce4 100644 --- a/src/fvModels/interRegion/interRegionHeatTransfer/interRegionHeatTransfer.H +++ b/src/fvModels/interRegion/interRegionHeatTransfer/interRegionHeatTransfer.H @@ -187,7 +187,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/lagrangian/parcel/fvModels/clouds/clouds.H b/src/lagrangian/parcel/fvModels/clouds/clouds.H index 482aa8e982..90da6ade6f 100644 --- a/src/lagrangian/parcel/fvModels/clouds/clouds.H +++ b/src/lagrangian/parcel/fvModels/clouds/clouds.H @@ -210,7 +210,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/lagrangian/parcel/parcelCloud/parcelCloud.H b/src/lagrangian/parcel/parcelCloud/parcelCloud.H index 51bac29fc6..6a3a1d542b 100644 --- a/src/lagrangian/parcel/parcelCloud/parcelCloud.H +++ b/src/lagrangian/parcel/parcelCloud/parcelCloud.H @@ -137,7 +137,7 @@ public: // positions in the database for use during mapping. virtual void storeGlobalPositions() = 0; - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap& map) { NotImplemented; diff --git a/src/lagrangian/parcel/parcelCloudList/parcelCloudList.H b/src/lagrangian/parcel/parcelCloudList/parcelCloudList.H index b773939421..80575ee643 100644 --- a/src/lagrangian/parcel/parcelCloudList/parcelCloudList.H +++ b/src/lagrangian/parcel/parcelCloudList/parcelCloudList.H @@ -176,7 +176,7 @@ public: // positions in the database for use during mapping. void storeGlobalPositions(); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map void distribute(const polyDistributionMap&); diff --git a/src/meshTools/twoDPointCorrector/twoDPointCorrector.H b/src/meshTools/twoDPointCorrector/twoDPointCorrector.H index cbc0011bba..e493c661d9 100644 --- a/src/meshTools/twoDPointCorrector/twoDPointCorrector.H +++ b/src/meshTools/twoDPointCorrector/twoDPointCorrector.H @@ -147,7 +147,7 @@ public: //- Update topology virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Correct weighting factors for moving mesh. diff --git a/src/radiationModels/fvModels/radiation/radiation.H b/src/radiationModels/fvModels/radiation/radiation.H index 022de580d0..e528417277 100644 --- a/src/radiationModels/fvModels/radiation/radiation.H +++ b/src/radiationModels/fvModels/radiation/radiation.H @@ -116,7 +116,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion diff --git a/src/regionModels/surfaceFilmModels/fvModels/surfaceFilm/surfaceFilm.H b/src/regionModels/surfaceFilmModels/fvModels/surfaceFilm/surfaceFilm.H index 6188276530..10d24c7f78 100644 --- a/src/regionModels/surfaceFilmModels/fvModels/surfaceFilm/surfaceFilm.H +++ b/src/regionModels/surfaceFilmModels/fvModels/surfaceFilm/surfaceFilm.H @@ -148,7 +148,7 @@ public: //- Update for mesh changes virtual void updateMesh(const polyTopoChangeMap&); - //- Update mesh corresponding to the given distribution map + //- Redistribute or update using the given distribution map virtual void distribute(const polyDistributionMap&); //- Update for mesh motion