/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     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		wire;
regionType	patch;
name		wire_to_fluid;
operation	areaAverage;
weightField	none;
mode		magnitude;
fields		(T);

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