This is a two-dimensional Roe-HLL solver with for compressible inviscid flow. 更多...
函数 | |
void | Roe_HLL_solver (double *V_mk, 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 hybridizing the Roe flux and the HLL flux for unsteady compressible inviscid single-component flow in two space dimension. 更多... | |
This is a two-dimensional Roe-HLL solver with for compressible inviscid flow.
在文件 roe_hll_solver.c 中定义.
void Roe_HLL_solver | ( | double * | V_mk, |
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 hybridizing the Roe flux and the HLL flux for unsteady compressible inviscid single-component flow in two space dimension.
[out] | V_mk | ? |
[out] | F | All four fluxes. |
[out] | lambda_max | Maximum characteristic velocity. |
[in] | ifv_L | Left States (rho_L, u_L, v_L, p_L, gamma). |
[in] | ifv_R | Right States (rho_R, u_R, v_R, p_R).
|
[in] | delta | Parameter to modify the modulus of the eigenvalues. |
在文件 roe_hll_solver.c 第 28 行定义.