Let $u_t=a^2u_{xx}+hu_x$ with the following conditions: $u(0,t)=0=u(L,t)$ and $u(0,t)=f(x)$ such that $x \in (0,L)$ and $t>0$.
I'm using the method of separation of variables. Let $u(x,t)=X(x)T(t)$. Then:
$$XT'=a^2X''T+hX'T$$
Shifting stuff around we get:
$$a^2X''+hX'-\lambda X=0\text{ and }T'-T\lambda=0.$$
What's throwing me off here is trying to apply separation of variables with the additional $u_x$ term and then moving on to finding eigenvalues.
How to deal if there is $u_{x}$
We have : $$a^2X''+hX'-\lambda X=0 $$ let $ X=e^{mx} $ which implies : $$a^2m^2+hm-\lambda=0 \Rightarrow m=\frac{-h\pm\sqrt{h^2+4a^2 \lambda}}{2a^2}$$ You can see that the only case that gives non trivial solution is when $h^2+4a^2\lambda<0$
Now let $-\gamma^2=h^2+4a^2\lambda$ which implies : $$X=e^{\frac{-hx}{2a^2}}[c_{1}cos(\frac{\gamma x}{2a^2})+c_{2}sin(\frac{\gamma x}{2a^2})] $$ since $X(0)=X(L)=0$ we have $c_{1}=0$ and
$$ sin(\frac{\gamma L}{2a^2})=0 \Rightarrow \gamma =\frac{2a^2n\pi}{L} \Rightarrow -\gamma^2=-\frac{4a^2n^2\pi^2}{L^2}\Rightarrow \lambda_{n}=-(\frac{h^2}{4a^2}+\frac{n^2\pi^2}{L^2})$$ Now we have : $$X_{n}(x)T_n(t)=e^{\frac{-hx}{2a^2}}sin(\frac{n\pi x}{L})e^{-(\frac{h^2}{4a^2}+\frac{n^2\pi^2}{L^2})t} $$ Finally we have : $$ u(x,t)=\sum_{n=1}^{\infty}c_n e^{\frac{-hx}{2a^2}}sin(\frac{n\pi x}{L})e^{-(\frac{h^2}{4a^2}+\frac{n^2\pi^2}{L^2})t}$$ and from $u(x,0) =f(x)$ you can get $c_{n}$.