/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Writes out files of streamlines with interpolated field data in VTK format.

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

#includeEtc "caseDicts/postProcessing/visualization/streamlines.cfg"


nLines	50;
start	(0 0.01085 0.005);	
end	(0 0.034069 0.005);
fields  (U);

// Streamline direction: forward, backward, both
direction       both;



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