diff --git a/etc/caseDicts/postProcessing/surfaceFieldValue/patchAverage b/etc/caseDicts/postProcessing/surfaceFieldValue/patchAverage index 5ad1f3ca7e59232510b312ba076d0ffb8aa19e43..8c91b55fa620291421d9cca170291350ae765582 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 <patchName>; fields (<field names>); -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 e1e0efd904ca45c8fea69d4368895ebfd9f9dc97..14316d1a4d46bf5be919fb2931c0ada62ebe857d 100644 --- a/etc/caseDicts/postProcessing/surfaceFieldValue/patchIntegrate +++ b/etc/caseDicts/postProcessing/surfaceFieldValue/patchIntegrate @@ -10,8 +10,8 @@ Description \*---------------------------------------------------------------------------*/ -name <patchName>; -fields (<field names>); +name <patchName>; +fields (<field names>); operation areaIntegrate; #includeEtc "caseDicts/postProcessing/surfaceFieldValue/patch.cfg"