/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Web: www.OpenFOAM.org \\/ M anipulation | ------------------------------------------------------------------------------- Description Calculates the average value of one or more fields on a patch. \*---------------------------------------------------------------------------*/ patchAverage { patch ; fields (); operation average; #includeEtc "caseDicts/postProcessing/surfaceRegion/patch.cfg" } // ************************************************************************* //