diff --git a/etc/caseDicts/postProcessing/surfaceFieldValue/patchAverage b/etc/caseDicts/postProcessing/surfaceFieldValue/patchAverage index 5ad1f3ca7e..8c91b55fa6 100644 --- a/etc/caseDicts/postProcessing/surfaceFieldValue/patchAverage +++ b/etc/caseDicts/postProcessing/surfaceFieldValue/patchAverage @@ -6,14 +6,14 @@ \\/ M anipulation | ------------------------------------------------------------------------------- Description - Calculates the average value of one or more fields on a patch. + Calculates the area averaged value of one or more fields on a patch. \*---------------------------------------------------------------------------*/ name ; fields (); -operation average; +operation areaAverage; #includeEtc "caseDicts/postProcessing/surfaceFieldValue/patch.cfg" // ************************************************************************* // diff --git a/etc/caseDicts/postProcessing/surfaceFieldValue/patchIntegrate b/etc/caseDicts/postProcessing/surfaceFieldValue/patchIntegrate index e1e0efd904..14316d1a4d 100644 --- a/etc/caseDicts/postProcessing/surfaceFieldValue/patchIntegrate +++ b/etc/caseDicts/postProcessing/surfaceFieldValue/patchIntegrate @@ -10,8 +10,8 @@ Description \*---------------------------------------------------------------------------*/ -name ; -fields (); +name ; +fields (); operation areaIntegrate; #includeEtc "caseDicts/postProcessing/surfaceFieldValue/patch.cfg"