/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Calculates and writes the time averages of given list of fields.

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

#includeEtc "caseDicts/postProcessing/fields/fieldAverage.cfg"

mean            yes;
prime2Mean      no;

fields          (<fieldNames>);

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