This is a two-dimensional HLL solver for compressible inviscid flow. 更多...
函数 | |
void | HLL_2D_solver (double *F, double *lambda_max, const struct i_f_var *ifv_L, const struct i_f_var *ifv_R) |
A HLL approxiamate Riemann solver for unsteady compressible inviscid single-component flow in two space dimension. 更多... | |
This is a two-dimensional HLL solver for compressible inviscid flow.
在文件 hll_2D_solver.c 中定义.
void HLL_2D_solver | ( | double * | F, |
double * | lambda_max, | ||
const struct i_f_var * | ifv_L, | ||
const struct i_f_var * | ifv_R | ||
) |
A HLL approxiamate Riemann solver for unsteady compressible inviscid single-component flow in two space dimension.
[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, n_x, n_y). |
[in] | ifv_R | Right States (rho_R, u_R, v_R, p_R).
|
在文件 hll_2D_solver.c 第 25 行定义.