Using standard transformations between Cartesian and Cylindrical coordinate systems
x=rcos(theta) y=rsin(theta)
r=sqrt(x^2+y^2)
z=z
Theta= arctan(y/x)
Develop equations for the cylindrical velocity components Vr and Vtheta as a function of the Cartesian velocity components, u and v.