FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      sampleDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

setFormat raw;

interpolationScheme cellPointFace;

type	sets;

fields
(
    potential
    J
);

sets
(
    line
    {
        type        uniform;
        axis        distance;

        start       (0 0 0 );
        end         (0 0 0.03);
        nPoints     100;
    }
);
