/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM:  The Open Source CFD Toolbox
   \\    /   O peration     | Version:   OpenFOAM-9 (f8d11b031) (openfoam.org)
    \\  /    A nd           | Upstream:  A Wikki Brasil project (wikki.com.br)
     \\/     M anipulation  | Version:   dev
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "system";
    object      sampleDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

type sets;
libs ("libsampling.so");

interpolationScheme cell;

setFormat raw;

xEnd 99.5;

xBeg 0.5;

sets
(
    acrossFlow
    {
        type    lineUniform;
        axis    x;
        start   ($xEnd 0.01 0.01);
        end     ($xBeg 0.01 0.01);
        nPoints 100;
    }
);

surfaces        ();

fields          (Y1.oil Y2.oil Y3.oil);

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