/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  dev                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volVectorField;
    location    "0/cylinder";
    object      C;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [0 1 0 0 0 0 0];

internalField   nonuniform List<vector> 
15
(
 (0.00000000000 0.0000000000 0.000000000000)
 (0.10000000000 0.1000000000 1.000000000000)
 (0.20000000000 0.2000000000 2.000000000000)
 (0.30000000000 0.3000000000 3.000000000000)
 (0.40000000000 0.4000000000 4.000000000000)
 (0.50000000000 0.5000000000 5.000000000000)
 (0.60000000000 0.6000000000 6.000000000000)
 (0.70000000000 0.7000000000 7.000000000000)
 (0.80000000000 0.8000000000 8.000000000000)
 (3.00000000000 0.0000000000 0.000000000000)
 (3.10000000000 0.1000000000 1.000000000000)
 (3.20000000000 0.2000000000 2.000000000000)
 (3.30000000000 0.3000000000 3.000000000000)
 (3.40000000000 0.4000000000 4.000000000000)
 (3.50000000000 0.5000000000 5.000000000000)
 (3.60000000000 0.6000000000 6.000000000000)
)
;
    }
}


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