/*--------------------------------*- 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 surfaceFieldValue;
libs      ("libFieldFuntionObjects.so");
log          true;
writeFields  false;
regionType   all;
region   core;
regionType   patch;
name  core_to_cover;
operation  areaAverage;
weighField  none;
mode   magnitude;
fields   (T);


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