/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     |
    \\  /    A nd           | Web:      www.OpenFOAM.org
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Calculates the magnitude-squared of a field.

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

type            magSqr;
libs            ("libfieldFunctionObjects.so");

field           <fieldName>;

executeControl  writeTime;
writeControl    writeTime;

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