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

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

type surfaceFieldValue;
libs ("libfieldFunctionObjects.so");
log true;
writeFields false;
regionType all;
region heater1;
name heater1_to_fluid;
regionType patch;
operation areaAverage;
weightField none;
mode magnitude;
fields (T);

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