/*--------------------------------*- 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      clouds;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

// As an fvModel this Lagrangian cloud provides two-way coupling
// As a function object, it provides one-way coupling

type           parcelCloud;
libs           ("libLagrangianCloud.so");

// Entries required by the function object

executeControl timeStep;
writeControl   writeTime;

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