Changes between Version 43 and Version 44 of u/erica/RoeSolver


Ignore:
Timestamp:
05/16/13 16:15:51 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/RoeSolver

    v43 v44  
    4848Now, we can either assume the independent variables u, rho, etc. of these functions for alpha, lambda, and K are 1) reference states which we set, or 2) some general averaged versions of the variables, which we have to solve for. Toro goes through the algebraic analysis for the general case for the Euler equations. The results are as follows.
    4949
     50= Roe-Pike Approach for Euler Equations =
     51
    5052For the x-split, 3-dimensional Euler equations, we have the following eigen values and vectors:
    5153
     
    5456}}}
    5557
    56 where a is the local sound speed, given by
     58and
     59
     60
     61{{{#!Latex
     62\vec{K}^1 = <1, u-a, v, w, H-ua>, ~\vec{K}^2 = <1,u,v,w,V^2/2>, ~\vec{K}^3 = <0,0,1,0,v>, ~\vec{K}^4 = <0,0,0,1,w>, ~\vec{K}^5 = <1, u+a, v, w, H+ua>
     63}}}
     64
     65where u, v, w, are velocities in x, y, z directions, respectively, a is the local sound speed, given by
    5766
    5867{{{#!Latex
     
    6069}}}
    6170
    62 The corresponding right eigenvectors are:
    63 
    64 {{{#!Latex
    65 \vec{K}^1 = <1, u-a, v, w, H-ua>, ~\vec{K}^2 = <1,u,v,w,V^2/2>, ~\vec{K}^3 = <0,0,1,0,v>, ~\vec{K}^4 = <0,0,0,1,w>, ~\vec{K}^5 = <1, u+a, v, w, H+ua>
    66 }}}
    67 
    68 where u, v, w, are velocities in x, y, z directions, respectively, H is the enthalpy given by
     71H is the enthalpy given by
    6972
    7073{{{#!Latex
     
    7881}}}
    7982
    80 with
     83with
     84 
    8185{{{#!Latex
    8286\vec{V}^2 = u^2 + v^2 + w^2