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

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

type		volFieldValue;
libs 		("libfieldFunctionObjects.so");
log		true;
writeFields	false;
regionType	all;
region		heater;
name		heater;
operation	volAvergae;
weightField	none;
fields 		(T);

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