/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Calculates the average values of fields on a faceZone.

\*---------------------------------------------------------------------------*/

name    <faceZoneName>;

fields  (<fieldNames>);

operation areaAverage;

#includeEtc "caseDicts/postProcessing/surfaceFieldValue/faceZoneValue.cfg"

// ************************************************************************* //
