/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Version:  v2006
    \\  /    A nd           | Website:  www.openfoam.com
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Writes out values of fields from cells nearest to specified locations.

\*---------------------------------------------------------------------------*/

#includeEtc "caseDicts/postProcessing/probes/probes.cfg"

interpolationScheme cellPoint;

fields (p);

probeLocations
(
    (1e-4 1e-4 1e-4)
    (1e-4 1e-4 0.0126)
    (1e-4 1e-4 0.0251)
    (1e-4 1e-4 0.0376)
);

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