I am trying to model generalised Couette flow in COMSOL. My goal is to reproduce this textbook graph in COMSOL.

To cue in: Two parallel plates are in $h$ distance apart. The steady laminar flow of viscous incompressible fluid between them is along $x$-axis. The upper plate is moving with velocity $U$.
Then, satisfying all the relevant conditions, we get from the Navier-Stokes equation: $$\frac{d^2u}{dy^2}=\frac{P}{\mu}$$ Here $P$ is the pressure, $\mu$ is the viscosity, $u$ is the fluid-velocity component along $x$-axis. The boundary conditions are: $$u(x,0)=0, u(x,h)=U$$ Then we get the equation $$\frac{u}{U}=\frac{y}{h}+\alpha\frac{y}{h}(1-\frac{y}{h})$$ where $\alpha=\frac{-h^2P}{2\mu U}$
My attempts so far: Firstly I want to admit that my understanding of the software is not clear enough, but I can do and understand basic operations. Now,
- I modeled plane Couette flow in COMSOL. But I have no idea how to produce the desired graph.
- I tried learning solving boundary value problems in COMSOL but couldn't find anything useful. The closest I can find is PDE with boundary conditions. The equation at hand is an ODE.
- I tried to use the 'Component > Definitions > Analytic function' option in the Model Builder view, and tried to plug in the resultant equation. But can't introduce $\alpha$ as parameter, the software takes both $y$ and $\alpha$ as variables and then does a 3D plot.
I am asking for someone to explain how to produce the desired graph. If specifics can't be written for some policy, at least give enough and explicit directions.

I have no knowledge of COMSOL, but I can recommend that you go step by step.
Since in this case the solution of the PDE is known, we start with plotting directly.
Since it's a parametric solution, it's necessary to tell which values to assign to the parameter.
At that point you can hope for something good like:
This was achieved in Mathematica, but beyond the syntax the philosophy shouldn't change.