/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  13
     \\/     M anipulation  |
-------------------------------------------------------------------------------
Description
    Transforms a vector field into cylindrical coordinates

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

#includeEtc "caseDicts/functions/fields/cylindrical.cfg"

field       <fieldName>;

origin      <origin>;
axis        <axis>;

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