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

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

points  ((0 -0.64 0)
	 (0 -0.745 0)
	 (0 -0.86 0));

fields (p U);

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

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