/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Version:  v1906
    \\  /    A nd           | Web:      www.OpenFOAM.com
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Calculates the Courant Number field from the flux field.

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

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

field           phi;

executeControl  writeTime;
writeControl    writeTime;

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