From d2462d4d370f857e88cba50dfdf8318804eadd62 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Thu, 2 May 2019 13:15:49 +0200 Subject: [PATCH] ENH: use areaAverage instead of average for -func patchAverage (#1303) - this corresponds more closely to the expected behaviour of a patch-average value being independent of the local face discretization --- etc/caseDicts/postProcessing/surfaceFieldValue/patchAverage | 4 ++-- etc/caseDicts/postProcessing/surfaceFieldValue/patchIntegrate | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"