/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  2406                                  |
|   \\  /    A nd           | Website:  www.openfoam.com                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      sampleDict;
}

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

interpolationScheme cellPoint;

setFormat       raw;

surfaceFormat raw;

fields
(
    U
    wallShearStress
);

sets
(
    profile0
    {
	type	midPointAndFace;
	axis 	distance;

	start	(	0.75150	0.04767	0	);
	end     (	0.76168	0.14715	0	);
    }
);
