/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Writes out the maximum cell value for one or more fields.

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

type volFieldValue;
libs      ("libFieldFuntionObjects.so");
log   true;
writeFields  false;
regionType   all;
region   core;
name core;
operation  volAverage;
weighField  none;
fields   (T);


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