In order to check the order of accuracy of a numerical method, I'd like to find a smooth (at least $C^2$) solution to the isentropic Euler system. This system reads as follows:
$$ \left\{ \begin{array}{lcl} \partial_t \rho + \partial_x ( \rho u ) &=& 0, \\ \partial_t ( \rho u ) + \partial_x ( \rho u^2 ) + \partial_x p(\rho) &=& 0, \end{array} \right. $$
where $\rho > 0$ is the density, $u$ is the velocity and $p(\rho) = \rho^\gamma$ the pressure, with $\gamma \in [1,3]$ (although I do not require the exact solution to be valid for this whole range, a single value of $\gamma$ would be enough).
I've been playing around with the equations, but to no avail. I also haven't managed to find a paper or book where this would have been done.
Thanks!