/// -*- C++ -*-
coordinateTransform
{
    type    fieldCoordinateSystemTransform;
    libs    ("libfieldFunctionObjects.so");
    log     true;
    fields  ( U );

    writeControl writeTime;

    coordinateSystem
    {
        type    cylindrical;
        origin  (0 0 0);
        rotation
        {
            type cylindrical;
            axis (1 0 0);  //< local Z
        }
    }
}


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