I want to describe a parabolic trough of the form $z=x^2$ and give it a twist, like a torsion in $y$ direction. Does anybody know how I can do that?

Imagine this is the trough and the $z$ direction would be my $y$ direction. Thats the best image I could find to make it clear. It doesn't matter what direction the twist is in, really as long as it looks like that.


If the parabola has equation $y = x^{2} - a$, and is rotated about the origin at angular speed $k$ as the "horizontal" section moves along the $z$-axis, the resulting surface may be given the parametric description \begin{align*} x(u, v) &= u\cos(kv) - (u^{2} - a)\sin(kv), \\ y(u, v) &= u\sin(kv) + (u^{2} - a)\cos(kv), \\ z(u, v) &= v. \end{align*} The plot below shows $a = 1$ and $k = \pi/4$, for $-1 \leq u, v \leq 1$.
(This gives a couple of parameters to play around with, and should suggest how to rotate at non-uniform speed, or have the shape of the section change with height, or....)