/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     |
    \\  /    A nd           | Web:      www.OpenFOAM.org
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Calculates specified turbulence fields and stores it on the database.

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

turbulenceFields
{
    type            turbulenceFields;
    libs            ("libfieldFunctionObjects.so");

    fields          (<field names>);

    executeControl  writeTime;
    writeControl    writeTime;
}

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