This is a one-dimensional Roe solver for compressible inviscid flow. 更多...
函数 | |
void | Roe_solver (double *F, double *lambda_max, const struct i_f_var *ifv_L, const struct i_f_var *ifv_R, const double delta) |
An approxiamate Riemann solver of Roe for unsteady compressible inviscid single-component flow in one space dimension. 更多... | |
This is a one-dimensional Roe solver for compressible inviscid flow.
在文件 roe_solver.c 中定义.
void Roe_solver | ( | double * | F, |
double * | lambda_max, | ||
const struct i_f_var * | ifv_L, | ||
const struct i_f_var * | ifv_R, | ||
const double | delta | ||
) |
An approxiamate Riemann solver of Roe for unsteady compressible inviscid single-component flow in one space dimension.
[out] | F | All three fluxes. |
[out] | lambda_max | Maximum characteristic velocity. |
[in] | ifv_L | Left States (rho_L, u_L, p_L, gamma). |
[in] | ifv_R | Right States (rho_R, u_R, p_R).
|
[in] | delta | Parameter to modify the modulus of the eigenvalues. (NOT USED!) |
在文件 roe_solver.c 第 25 行定义.