/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  9
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Multiplies a field by a scale factor

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

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

field           <fieldName>;
scale           <value>;

executeControl  writeTime;
writeControl    writeTime;

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