/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Tracks a cloud of parcels driven by the flow of the continuous phase.

    The cloud is specified by a kinematicCloudProperties file in the constant
    directory.  A template file is provided in:
    $FOAM_ETC/caseDicts/solvers/lagrangian

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

type    icoUncoupledKinematicCloud;
libs    ("liblagrangianFunctionObjects.so");

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