pointer structure of VARiables on STRUctural computational grid CELLs. 更多...
#include <var_struc.h>
成员变量 | |
| double ** | E | 
| specific total energy.  更多... | |
| double ** | RHO | 
| double ** | U | 
| double ** | V | 
| double ** | P | 
| density, velocity components in direction x and y, pressure.  更多... | |
| double * | d_rho | 
| double * | d_u | 
| double * | d_v | 
| 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}).  更多... | |
| double ** | gamma | 
pointer structure of VARiables on STRUctural computational grid CELLs.
在文件 var_struc.h 第 61 行定义.
| double * d_p | 
spatial derivatives in one dimension.
在文件 var_struc.h 第 64 行定义.
| double* d_rho | 
在文件 var_struc.h 第 64 行定义.
| double * d_u | 
在文件 var_struc.h 第 64 行定义.
| double * d_v | 
在文件 var_struc.h 第 64 行定义.
| double** E | 
specific total energy.
在文件 var_struc.h 第 62 行定义.
| double ** F_e | 
在文件 var_struc.h 第 69 行定义.
| double** F_rho | 
在文件 var_struc.h 第 69 行定义.
| double ** F_u | 
在文件 var_struc.h 第 69 行定义.
| double ** F_v | 
numerical fluxes at (x_{j-1/2}, t_{n}).
在文件 var_struc.h 第 69 行定义.
| double ** G_e | 
在文件 var_struc.h 第 70 行定义.
| double** G_rho | 
在文件 var_struc.h 第 70 行定义.
| double ** G_u | 
在文件 var_struc.h 第 70 行定义.
| double ** G_v | 
numerical fluxes at (y_{j-1/2}, t_{n}).
在文件 var_struc.h 第 70 行定义.
| double** gamma | 
在文件 var_struc.h 第 72 行定义.
| double ** P | 
density, velocity components in direction x and y, pressure.
在文件 var_struc.h 第 63 行定义.
| double ** pIx | 
interfacial variable values in coordinate x at t_{n+1}.
在文件 var_struc.h 第 67 行定义.
| double ** pIy | 
interfacial variable values in coordinate y at t_{n+1}.
在文件 var_struc.h 第 68 行定义.
| double** RHO | 
在文件 var_struc.h 第 63 行定义.
| double** rhoIx | 
在文件 var_struc.h 第 67 行定义.
| double** rhoIy | 
在文件 var_struc.h 第 68 行定义.
| double ** s_p | 
spatial derivatives in coordinate x (slopes).
在文件 var_struc.h 第 65 行定义.
| double** s_rho | 
在文件 var_struc.h 第 65 行定义.
| double ** s_u | 
在文件 var_struc.h 第 65 行定义.
| double ** s_v | 
在文件 var_struc.h 第 65 行定义.
| double ** t_p | 
spatial derivatives in coordinate y (slopes).
在文件 var_struc.h 第 66 行定义.
| double** t_rho | 
在文件 var_struc.h 第 66 行定义.
| double ** t_u | 
在文件 var_struc.h 第 66 行定义.
| double ** t_v | 
在文件 var_struc.h 第 66 行定义.
| double ** U | 
在文件 var_struc.h 第 63 行定义.
| double ** uIx | 
在文件 var_struc.h 第 67 行定义.
| double ** uIy | 
在文件 var_struc.h 第 68 行定义.
| double ** V | 
在文件 var_struc.h 第 63 行定义.
| double ** vIx | 
在文件 var_struc.h 第 67 行定义.
| double ** vIy | 
在文件 var_struc.h 第 68 行定义.