/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  dev                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

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

    fields (p U);
    probeLocations
    (
        (0 0 0)
    );
}

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