/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2.1.0                                 |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      sampleDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

interpolationScheme cellPoint;

setFormat       raw;

sets
(
    Deltares_EMCM_1
    {
        type    cloud;
        axis    xyz;
        points  ((42 0.01 0.75));
    }
    Deltares_EMCM_2
    {
        type    cloud;
        axis    xyz;
        points  ((67.5 0.01 1.83));
    }
    Deltares_EMCM_3
    {
        type    cloud;
        axis    xyz;
        points  ((67.5 0.01 2.03));
    }
    Deltares_EMCM_4
    {
        type    cloud;
        axis    xyz;
        points  ((67.5 0.01 2.23));
    }
    Deltares_EMCM_5
    {
        type    cloud;
        axis    xyz;
        points  ((72.5 0 2.16));
    }
    Deltares_EMCM_6
    {
        type    cloud;
        axis    xyz;
        points  ((72.5 0 2.36));
    }
    Deltares_EMCM_7
    {
        type    cloud;
        axis    xyz;
        points  ((72.5 0 2.56));
    }
    Deltares_EMCM_8
    {
        type    cloud;
        axis    xyz;
        points  ((77.5 0 2.5));
    }
    Deltares_EMCM_9
    {
        type    cloud;
        axis    xyz;
        points  ((77.5 0 2.7));
    }
    Deltares_EMCM_10
    {
        type    cloud;
        axis    xyz;
        points  ((77.5 0 2.9));
    }
    Deltares_EMCM_11
    {
        type    cloud;
        axis    xyz;
        points  ((89.65 0 3.485));
    }
    Deltares_EMCM_12
    {
        type    cloud;
        axis    xyz;
        points  ((89.64 0 3.375));
    }
    Plymouth_EMCM_1
    {
        type    cloud;
        axis    xyz;
        points  ((89.65 0 3.42));
    }
    Plymouth_EMCM_2
    {
        type    cloud;
        axis    xyz;
        points  ((89.64 0 3.39));
    }
);

fields          ( U );


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