|
[Sponsors] |
Eigenvaluesand eigenvector of Euler equations 2 D |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 12, 2010, 11:14 |
Eigenvaluesand eigenvector of Euler equations 2 D
|
#1 |
New Member
Miguel Caro
Join Date: Apr 2010
Posts: 26
Rep Power: 16 |
Hi everybody,
Pleas does anybody have the eigenvalues and eigenvetors of the Euler equations 2D? Thanks! |
|
August 12, 2010, 14:04 |
|
#2 |
Senior Member
Join Date: Nov 2009
Posts: 411
Rep Power: 20 |
Hello,
check the book of Hirsch - Numerical computation of internal and external flows Do |
|
August 12, 2010, 14:06 |
|
#3 |
Senior Member
Join Date: Jul 2009
Posts: 358
Rep Power: 19 |
Or google "eigenvectors for euler equations" - I got lots of hits that can provide that information.
|
|
August 12, 2010, 14:49 |
Thanks Do,
|
#4 |
New Member
Miguel Caro
Join Date: Apr 2010
Posts: 26
Rep Power: 16 |
Thanks again, i checked the book and did not find it.
But searching on the Web, i found an article of Cong Yu, "An efficient High-Resolution Shock-Capturing Scheme for Multidimensional Flows", where are written the eigenvalues and eigenvectors of the Euler equations 2D. Well, i wish to find any book of article where would be more explicit the process of calculate the eigenvector and eigenvalues. Thanks Do again for your answer |
|
August 13, 2010, 11:39 |
|
#5 |
Senior Member
Join Date: Jul 2009
Posts: 358
Rep Power: 19 |
The eigenvalues and eigenvectors are found using the standard process form linear algebra for the system Ax = lambda*x. In the case of the 2D euler equations you will actually have two matrices, which are the Jacobians that arise from recasting the equations from conservative form dq/dt + dE/dx + dF/dy = 0 into the quasilinear form dq/dt + A*dq/dx + B*dq/dy. Both A and B have their own eignevalues and eigenvectors, which is why you can't diagonalize the entire equation and decouple the system (and why multi-dimensional Riemann solvers are much harder to come up with than one-dimensional solvers). Once you have A and B, then solve the characteristic equation det(A - lambda*I) = 0 for the eigenvalues of A (similar for B), and then solve Ax = lambda*x for the eigenvectors of A (similar for B). It's tedious but straightforward.
|
|
August 13, 2010, 22:49 |
|
#6 |
Super Moderator
|
||
August 14, 2010, 10:53 |
I will read it
|
#7 |
New Member
Miguel Caro
Join Date: Apr 2010
Posts: 26
Rep Power: 16 |
Hi Praveen, i will read it
Thanks |
|
August 24, 2010, 14:00 |
I found the eigenvalues and eigenvector for EUlers 2D
|
#8 |
New Member
Miguel Caro
Join Date: Apr 2010
Posts: 26
Rep Power: 16 |
The people can find the eigenvalues and the eigenvectors of the Euler equations 2D handly but in this article are yet calculated
An interface tracking method for hyperbolic systems of conservation laws Stephen F. Davis ,1992 Thanks everybody who involve with some suggest in this question. Thanks ! |
|
Tags |
eigenvalues euler 2d |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Euler equations & expansion shocks | technophobe | Main CFD Forum | 5 | April 28, 2009 16:11 |
Math. nature of incompressible Euler equations | Florian Longueteau | Main CFD Forum | 14 | July 10, 2007 16:55 |
Quasi-1D Euler Equations | Lost in CFD | Main CFD Forum | 0 | March 20, 2007 21:24 |
Euler equations with heat conduction! | salem | Main CFD Forum | 10 | August 2, 2004 04:16 |
Euler equations? | Jan Ramboer | Main CFD Forum | 2 | August 19, 1999 02:58 |