Riemann invariant

From HandWiki

Riemann invariants are mathematical transformations made on a system of conservation equations to make them more easily solvable. Riemann invariants are constant along the characteristic curves of the partial differential equations where they obtain the name invariant. They were first obtained by Bernhard Riemann in his work on plane waves in gas dynamics.[1]

Mathematical theory

Consider the set of conservation equations:

[math]\displaystyle{ l_i\left(A_{ij} \frac{\partial u_j}{\partial t} +a_{ij}\frac{\partial u_j}{\partial x} \right)+l_j b_j=0 }[/math]

where [math]\displaystyle{ A_{ij} }[/math] and [math]\displaystyle{ a_{ij} }[/math] are the elements of the matrices [math]\displaystyle{ \mathbf{A} }[/math] and [math]\displaystyle{ \mathbf{a} }[/math] where [math]\displaystyle{ l_{i} }[/math] and [math]\displaystyle{ b_{i} }[/math] are elements of vectors. It will be asked if it is possible to rewrite this equation to

[math]\displaystyle{ m_j\left(\beta\frac{\partial u_j}{\partial t} +\alpha\frac{\partial u_j}{\partial x} \right)+l_j b_j=0 }[/math]

To do this curves will be introduced in the [math]\displaystyle{ (x,t) }[/math] plane defined by the vector field [math]\displaystyle{ (\alpha,\beta) }[/math]. The term in the brackets will be rewritten in terms of a total derivative where [math]\displaystyle{ x,t }[/math] are parametrized as [math]\displaystyle{ x=X(\eta),t=T(\eta) }[/math]

[math]\displaystyle{ \frac{d u_j}{d \eta}=T'\frac{\partial u_j}{\partial t}+X'\frac{\partial u_j}{\partial x} }[/math]

comparing the last two equations we find

[math]\displaystyle{ \alpha=X'(\eta), \beta=T'(\eta) }[/math]

which can be now written in characteristic form

[math]\displaystyle{ m_j\frac{du_j }{ d \eta }+l_jb_j = 0 }[/math]

where we must have the conditions

[math]\displaystyle{ l_iA_{ij}=m_jT' }[/math]
[math]\displaystyle{ l_ia_{ij}=m_jX' }[/math]

where [math]\displaystyle{ m_j }[/math] can be eliminated to give the necessary condition

[math]\displaystyle{ l_i(A_{ij}X'-a_{ij}T')=0 }[/math]

so for a nontrivial solution is the determinant

[math]\displaystyle{ |A_{ij}X'-a_{ij}T'|=0 }[/math]

For Riemann invariants we are concerned with the case when the matrix [math]\displaystyle{ \mathbf{A} }[/math] is an identity matrix to form

[math]\displaystyle{ \frac{\partial u_i}{\partial t} +a_{ij}\frac{\partial u_j}{\partial x}=0 }[/math]

notice this is homogeneous due to the vector [math]\displaystyle{ \mathbf{n} }[/math] being zero. In characteristic form the system is

[math]\displaystyle{ l_i\frac{du_i }{dt }=0 }[/math] with [math]\displaystyle{ \frac{dx }{dt }=\lambda }[/math]

Where [math]\displaystyle{ l }[/math] is the left eigenvector of the matrix [math]\displaystyle{ \mathbf{A} }[/math] and [math]\displaystyle{ \lambda 's }[/math] is the characteristic speeds of the eigenvalues of the matrix [math]\displaystyle{ \mathbf{A} }[/math] which satisfy

[math]\displaystyle{ |A -\lambda\delta_{ij}|=0 }[/math]

To simplify these characteristic equations we can make the transformations such that [math]\displaystyle{ \frac{dr}{dt}=l_i\frac{du_i}{dt} }[/math]

which form

[math]\displaystyle{ \mu l_idu_i =dr }[/math]

An integrating factor [math]\displaystyle{ \mu }[/math] can be multiplied in to help integrate this. So the system now has the characteristic form

[math]\displaystyle{ \frac{dr}{dt }=0 }[/math] on [math]\displaystyle{ \frac{dx}{dt}=\lambda_i }[/math]

which is equivalent to the diagonal system[2]

[math]\displaystyle{ r_t^k +\lambda_kr_x^k=0, }[/math] [math]\displaystyle{ k=1,...,N. }[/math]

The solution of this system can be given by the generalized hodograph method.[3][4]

Example

Consider the one-dimensional Euler equations written in terms of density [math]\displaystyle{ \rho }[/math] and velocity [math]\displaystyle{ u }[/math] are

[math]\displaystyle{ \rho_t+\rho u_x+u\rho_x=0 }[/math]
[math]\displaystyle{ u_t+uu_x+(c^2/\rho)\rho_x=0 }[/math]

with [math]\displaystyle{ c }[/math] being the speed of sound is introduced on account of isentropic assumption. Write this system in matrix form

[math]\displaystyle{ \left( \begin{matrix} \rho\\ u \end{matrix}\right)_t +\left( \begin{matrix} u&\rho\\ \frac{c^2 }{\rho }&u \end{matrix}\right) \left( \begin{matrix} \rho\\ u \end{matrix}\right)_x=\left( \begin{matrix} 0\\ 0 \end{matrix}\right) }[/math]

where the matrix [math]\displaystyle{ \mathbf{a} }[/math] from the analysis above the eigenvalues and eigenvectors need to be found. The eigenvalues are found to satisfy

[math]\displaystyle{ \lambda^2-2u\lambda+u^2-c^2=0 }[/math]

to give

[math]\displaystyle{ \lambda=u\pm c }[/math]

and the eigenvectors are found to be

[math]\displaystyle{ \left( \begin{matrix} 1\\ \frac{c }{\rho } \end{matrix}\right),\left( \begin{matrix} 1\\ -\frac{c }{\rho } \end{matrix}\right) }[/math]

where the Riemann invariants are

[math]\displaystyle{ r_1=J_+=u+\int \frac{c}{\rho}d\rho, }[/math]
[math]\displaystyle{ r_2=J_-=u-\int \frac{c}{\rho}d\rho, }[/math]

([math]\displaystyle{ J_+ }[/math] and [math]\displaystyle{ J_- }[/math] are the widely used notations in gas dynamics). For perfect gas with constant specific heats, there is the relation [math]\displaystyle{ c^2=\text{const}\, \gamma \rho^{\gamma-1} }[/math], where [math]\displaystyle{ \gamma }[/math] is the specific heat ratio, to give the Riemann invariants[5][6]

[math]\displaystyle{ J_+=u+\frac{2}{\gamma-1}c, }[/math]
[math]\displaystyle{ J_-=u-\frac{2}{\gamma-1}c, }[/math]

to give the equations

[math]\displaystyle{ \frac{\partial J_+}{\partial t}+(u+c)\frac{\partial J_+}{\partial x}=0 }[/math]
[math]\displaystyle{ \frac{\partial J_-}{\partial t}+(u-c)\frac{\partial J_-}{\partial x}=0 }[/math]

In other words,

[math]\displaystyle{ \begin{align} &dJ_+ = 0, \, J_+=\text{const}\quad \text{along}\,\, C_+\, :\, \frac{dx}{dt}=u+c, \\ &dJ_- = 0, \, J_-=\text{const}\quad \text{along}\,\, C_-\, :\, \frac{dx}{dt}=u-c, \end{align} }[/math]

where [math]\displaystyle{ C_+ }[/math] and [math]\displaystyle{ C_- }[/math] are the characteristic curves. This can be solved by the hodograph transformation. In the hodographic plane, if all the characteristics collapses into a single curve, then we obtain simple waves. If the matrix form of the system of pde's is in the form

[math]\displaystyle{ A\frac{\partial v}{\partial t}+B\frac{\partial v}{\partial x}=0 }[/math]

Then it may be possible to multiply across by the inverse matrix [math]\displaystyle{ A^{-1} }[/math] so long as the matrix determinant of [math]\displaystyle{ \mathbf{A} }[/math] is not zero.

See also

References

  1. Riemann, Bernhard (1860). "Ueber die Fortpflanzung ebener Luftwellen von endlicher Schwingungsweite". Abhandlungen der Königlichen Gesellschaft der Wissenschaften zu Göttingen 8. http://www.maths.tcd.ie/pub/HistMath/People/Riemann/Welle/Welle.pdf. Retrieved 2012-08-08. 
  2. Whitham, G. B. (1974). Linear and Nonlinear Waves. John Wiley & Sons. ISBN 978-0-471-94090-6. 
  3. Kamchatnov, A. M. (2000). Nonlinear Periodic Waves and their Modulations. World Scientific. ISBN 978-981-02-4407-1. 
  4. Tsarev, S. P. (1985). "On Poisson brackets and one-dimensional hamiltonian systems of hydrodynamic type". Soviet Mathematics - Doklady 31 (3): 488–491. http://ikit.institute.sfu-kras.ru/files/ikit/Tsarev-DAN-1985-eng.pdf. Retrieved 2011-08-20. 
  5. Zelʹdovich, I. B., & Raĭzer, I. P. (1966). Physics of shock waves and high-temperature hydrodynamic phenomena (Vol. 1). Academic Press.
  6. Courant, R., & Friedrichs, K. O. 1948 Supersonic flow and shock waves. New York: Interscience.