/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  13
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       dictionary;
    object      functions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

writeCachedObjects
{
    type        writeObjects;

    libs        ("libutilityFunctionObjects.so");

    writeControl writeTime;
    writeOption anyWrite;

    objects
    (
        SpalartAllmarasDDES:LESRegion
    );
}

#includeFunc cutPlane
#includeFunc streamlines
#includeFunc forceCoeffs

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