/*--------------------------------*- 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
(
    (3.2 1.8 0.0)
    (3.2 1.8 0.1)
    (3.2 1.8 0.2)
    (3.2 1.8 0.3)
    (3.2 1.8 0.4)
    (3.2 1.8 0.5)
    (3.2 1.8 0.6)
    (3.2 1.8 0.7)
    (3.2 1.8 0.8)
    (3.2 1.8 0.9)
    (3.2 1.8 1.0)
    (3.2 1.8 1.1)
    (3.2 1.8 1.2)
    (3.2 1.8 1.3)
    (3.2 1.8 1.4)
    (3.2 1.8 1.5)
    (3.2 1.8 1.6)
    (3.2 1.8 1.7)
    (3.2 1.8 1.8)
    (3.2 1.8 1.9)
    (3.2 1.8 2.1)
    (3.2 1.8 2.2)
    (3.2 1.8 2.3)
    (3.2 1.8 2.4)
    (3.2 1.8 2.5)
    (3.2 1.8 2.6)
    (3.2 1.8 2.7)
    (3.2 1.8 2.8)
    (3.2 1.8 2.9)
    (3.2 1.8 3.0)
);

fields  (age);

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

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