This is a two-dimensional Roe solver for compressible inviscid flow. 更多...
函数 | |
| void | Roe_2D_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 two space dimension. 更多... | |
This is a two-dimensional Roe solver for compressible inviscid flow.
在文件 roe_2D_solver.c 中定义.
| void Roe_2D_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 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).
|
| [in] | delta | Parameter to modify the modulus of the eigenvalues. |
在文件 roe_2D_solver.c 第 26 行定义.