/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  1.5                                   |
|   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      thermocouplesDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

positions
(
    (0.2 0.2 0.2)
    (0.4 0.2 0.2)
    (0.6 0.2 0.2)
    (0.8 0.2 0.2)

    (0.2 0.2 0.4)
    (0.4 0.2 0.4)
    (0.6 0.2 0.4)
    (0.8 0.2 0.4)

    (0.2 0.2 0.6)
    (0.4 0.2 0.6)
    (0.6 0.2 0.6)
    (0.8 0.2 0.6)

    (0.2 0.2 0.8)
    (0.4 0.2 0.8)
    (0.6 0.2 0.8)
    (0.8 0.2 0.8)
);

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