|
[Sponsors] |
June 7, 1999, 19:32 |
What are Roe States?
|
#1 |
Guest
Posts: n/a
|
Hello everyone:
I'm trying to do a boundary condition modification on my Beam & Warming Euler implicit scheme. I'm being told to use a form of characteristic boundary conditions based on a flux difference formulation due to Barth, in the form: Qb = 0.5*(Qinf +Qe) - 0.5*(sgn(A)*(Qinf-Qe)) with sgn(A)= Xsgn(lambda(A))X**(-1) evaluated at a Roe state between node point i and i+1. Do you happen to know what a Roe state is? Wishing you luck, Joan |
|
June 9, 1999, 10:38 |
Re: What are Roe States?
|
#2 |
Guest
Posts: n/a
|
Hi there,
I have been using boundary conditions on characteristics for quite a while but I never heard of a Roe state. It seems that your equation is a vector equation for the primitive variables, and inf and e apparently denotes the value of the variables outside and inside the computational domain respectively (i.e. exact values imposed from outside and computed values from inside). I am not familiar with the notation you use (sgn, etc..X, I guess lambda is related to the eigen values of the matrix A or so?). What are your equations exactly? I guess momenta and density (if compressible), do you have an energy equation? what is the equation of state if any? I might try to help with explicitly writting down the characteristic equations for the flow in standard forms. In practice for most of the problems a linearization of the equations has to be carried out in order to simplify the set of equations and solve for the eigenvector (characteristics) and egeinvalues (propagation velocities of the characteristics). The linearization has to be carried out 'around' (for example) the steady state solution of the flow or an approximation to it (for example a good guess of the solution, or an unperturbed state of the flow). This is what Roe state might refer to, but I am not sure, untill I have not seen the flow equations and the way the characteristics are found. If this does not help, let me know more about the equations and the flow and then the characteristics can be found. Cheers, Patrick. |
|
June 9, 1999, 17:11 |
Some References
|
#3 |
Guest
Posts: n/a
|
See also the two review articles:
Givoli, 1991, J. of Comput. PHys., 94, p.1. Turkel, 1983, Comput. Fluids, 11, p.121 and if you can find it: Roe, 1986, ICASE report 86-75, NASA Langley, Hampton, VA. PG. |
|
June 13, 1999, 23:41 |
Re: What are Roe States?
|
#4 |
Guest
Posts: n/a
|
Hi,
Roe state is a special average state at the interface between node point i and i+1. Roe state for primitive variables U including velocity u, v and total enthalpy H, can be evaluated according to the following formula: U_Roe = ( U_i * SQRT(rho_i) + U_i+1 * SQRT(rho_i+1) )/( SQRT(rho_i) + SQRT(rho_i+1) ) where rho is density. The Roe state for density is obtained by rho_Roe = SQRT( rho_i * rho_i+1 ) you can also have a look of Roe's original paper on Roe average(state) at J. Computational Phy. Vol. 43, 1981. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Convergence on unstable steady states | ekor | FLUENT | 0 | August 24, 2010 06:50 |
ROE Riemann Solver and MUSCL | ares | Main CFD Forum | 10 | May 7, 2010 05:47 |
Roe implement about preconditioning | ricklee | Main CFD Forum | 7 | July 7, 2006 07:14 |
roe solver with entropy fix | mehdi | Main CFD Forum | 1 | February 26, 2006 06:36 |
Roe States (average) in curvilinear coordinates? | Bernard Parent | Main CFD Forum | 3 | February 29, 2000 12:02 |