pointer structure of VARiables on STRUctural computational grid CELLs. 更多...
#include <var_struc.h>
成员变量 | |
double ** | RHO |
double ** | U |
double ** | V |
double ** | P |
double ** | E |
density, velocity components in direction x and y, pressure, specific total energy. 更多... | |
double * | d_rho |
double * | d_u |
double * | d_p |
spatial derivatives in one dimension. 更多... | |
double ** | s_rho |
double ** | s_u |
double ** | s_v |
double ** | s_p |
spatial derivatives in coordinate x (slopes). 更多... | |
double ** | t_rho |
double ** | t_u |
double ** | t_v |
double ** | t_p |
spatial derivatives in coordinate y (slopes). 更多... | |
double ** | rhoIx |
double ** | uIx |
double ** | vIx |
double ** | pIx |
interfacial variable values in coordinate x at t_{n+1}. 更多... | |
double ** | rhoIy |
double ** | uIy |
double ** | vIy |
double ** | pIy |
interfacial variable values in coordinate y at t_{n+1}. 更多... | |
double ** | F_rho |
double ** | F_e |
double ** | F_u |
double ** | F_v |
numerical fluxes at (x_{j-1/2}, t_{n}). 更多... | |
double ** | G_rho |
double ** | G_e |
double ** | G_u |
double ** | G_v |
numerical fluxes at (y_{j-1/2}, t_{n}). 更多... | |
pointer structure of VARiables on STRUctural computational grid CELLs.
在文件 var_struc.h 第 35 行定义.
double * d_p |
spatial derivatives in one dimension.
在文件 var_struc.h 第 37 行定义.
double* d_rho |
在文件 var_struc.h 第 37 行定义.
double * d_u |
在文件 var_struc.h 第 37 行定义.
double ** E |
density, velocity components in direction x and y, pressure, specific total energy.
在文件 var_struc.h 第 36 行定义.
double ** F_e |
在文件 var_struc.h 第 42 行定义.
double** F_rho |
在文件 var_struc.h 第 42 行定义.
double ** F_u |
在文件 var_struc.h 第 42 行定义.
double ** F_v |
numerical fluxes at (x_{j-1/2}, t_{n}).
在文件 var_struc.h 第 42 行定义.
double ** G_e |
在文件 var_struc.h 第 43 行定义.
double** G_rho |
在文件 var_struc.h 第 43 行定义.
double ** G_u |
在文件 var_struc.h 第 43 行定义.
double ** G_v |
numerical fluxes at (y_{j-1/2}, t_{n}).
在文件 var_struc.h 第 43 行定义.
double ** P |
在文件 var_struc.h 第 36 行定义.
double ** pIx |
interfacial variable values in coordinate x at t_{n+1}.
在文件 var_struc.h 第 40 行定义.
double ** pIy |
interfacial variable values in coordinate y at t_{n+1}.
在文件 var_struc.h 第 41 行定义.
double** RHO |
在文件 var_struc.h 第 36 行定义.
double** rhoIx |
在文件 var_struc.h 第 40 行定义.
double** rhoIy |
在文件 var_struc.h 第 41 行定义.
double ** s_p |
spatial derivatives in coordinate x (slopes).
在文件 var_struc.h 第 38 行定义.
double** s_rho |
在文件 var_struc.h 第 38 行定义.
double ** s_u |
在文件 var_struc.h 第 38 行定义.
double ** s_v |
在文件 var_struc.h 第 38 行定义.
double ** t_p |
spatial derivatives in coordinate y (slopes).
在文件 var_struc.h 第 39 行定义.
double** t_rho |
在文件 var_struc.h 第 39 行定义.
double ** t_u |
在文件 var_struc.h 第 39 行定义.
double ** t_v |
在文件 var_struc.h 第 39 行定义.
double ** U |
在文件 var_struc.h 第 36 行定义.
double ** uIx |
在文件 var_struc.h 第 40 行定义.
double ** uIy |
在文件 var_struc.h 第 41 行定义.
double ** V |
在文件 var_struc.h 第 36 行定义.
double ** vIx |
在文件 var_struc.h 第 40 行定义.
double ** vIy |
在文件 var_struc.h 第 41 行定义.