/*--------------------------------*- 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_1
    {
        type    cloud;
        axis    xyz;
        points  ((36.2 0 1.0));
    }
    Deltares_2
    {
        type    cloud;
        axis    xyz;
        points  ((39.7 0 1.0));
    }
    Deltares_3
    {
        type    cloud;
        axis    xyz;
        points  ((42 0 1.0));
    }
    Deltares_4
    {
        type    cloud;
        axis    xyz;
        points  ((42 0 0.75));
    }
    Deltares_5
    {
        type    cloud;
        axis    xyz;
        points  ((45.0 0 1));
    }
    Deltares_6
    {
        type    cloud;
        axis    xyz;
        points  ((67.50 0 1.83));
    }
    Deltares_7
    {
        type    cloud;
        axis    xyz;
        points  ((72.50 0 2.16));
    }
    Deltares_8
    {
        type    cloud;
        axis    xyz;
        points  ((77.50 0 2.5));
    }
    Deltares_9
    {
        type    cloud;
        axis    xyz;
        points  ((89 0 3.27));
    }
    Utrecht_1
    {
        type    cloud;
        axis    xyz;
        points  ((54.85 0 1.649));
    }
    Utrecht_2
    {
        type    cloud;
        axis    xyz;
        points  ((62.5 0 1.631));
    }
    Utrecht_3
    {
        type    cloud;
        axis    xyz;
        points  ((67.4 0 2.007));
    }
    Utrecht_4
    {
        type    cloud;
        axis    xyz;
        points  ((72.7 0 2.13));
    }
    Utrecht_5
    {
        type    cloud;
        axis    xyz;
        points  ((77.5 0 2.452));
    }
    Utrecht_6
    {
        type    cloud;
        axis    xyz;
        points  ((79.85 0 2.617));
    }
    Utrecht_7
    {
        type    cloud;
        axis    xyz;
        points  ((81.8 0 2.717));
    }
    Utrecht_8
    {
        type    cloud;
        axis    xyz;
        points  ((83.9 0 2.845));
    }
    Utrecht_9
    {
        type    cloud;
        axis    xyz;
        points  ((49.05 0 0.803));
    }
);

fields          ( p );


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