pointer structure of VARiables on unstructured computational grid CELLs. 更多...
#include <var_struc.h>
成员变量 | |
| int ** | cell_cell |
| Topological relationships between grid cells. 更多... | |
| double * | vol |
| area(volume) of each grid cell. 更多... | |
| double ** | n_x |
| double ** | n_y |
| x- and y-coordinates of the interfacial unit normal vector. 更多... | |
| double * | X_c |
| double * | Y_c |
| x- and y-coordinates of the center point of grid cells. 更多... | |
| double ** | F_rho |
| double ** | F_e |
| double ** | F_u |
| double ** | F_v |
| interfacial fluxes. 更多... | |
| double * | U_rho |
| double * | U_e |
| double * | U_u |
| double * | U_v |
| conservative variables. 更多... | |
| double ** | RHO_p |
| double ** | U_p |
| double ** | V_p |
| double ** | P_p |
| double * | gradx_rho |
| double * | gradx_e |
| double * | gradx_u |
| double * | gradx_v |
| spatial derivatives in coordinate x (gradients). 更多... | |
| double * | grady_rho |
| double * | grady_e |
| double * | grady_u |
| double * | grady_v |
| spatial derivatives in coordinate y (gradients). 更多... | |
pointer structure of VARiables on unstructured computational grid CELLs.
在文件 var_struc.h 第 78 行定义.
| int** cell_cell |
Topological relationships between grid cells.
在文件 var_struc.h 第 84 行定义.
| double ** F_e |
在文件 var_struc.h 第 88 行定义.
| double** F_rho |
在文件 var_struc.h 第 88 行定义.
| double ** F_u |
在文件 var_struc.h 第 88 行定义.
| double ** F_v |
interfacial fluxes.
在文件 var_struc.h 第 88 行定义.
| double * gradx_e |
在文件 var_struc.h 第 91 行定义.
| double* gradx_rho |
在文件 var_struc.h 第 91 行定义.
| double * gradx_u |
在文件 var_struc.h 第 91 行定义.
| double * gradx_v |
spatial derivatives in coordinate x (gradients).
在文件 var_struc.h 第 91 行定义.
| double * grady_e |
在文件 var_struc.h 第 92 行定义.
| double* grady_rho |
在文件 var_struc.h 第 92 行定义.
| double * grady_u |
在文件 var_struc.h 第 92 行定义.
| double * grady_v |
spatial derivatives in coordinate y (gradients).
在文件 var_struc.h 第 92 行定义.
| double** n_x |
在文件 var_struc.h 第 86 行定义.
| double ** n_y |
x- and y-coordinates of the interfacial unit normal vector.
在文件 var_struc.h 第 86 行定义.
| double ** P_p |
在文件 var_struc.h 第 90 行定义.
| double** RHO_p |
在文件 var_struc.h 第 90 行定义.
| double * U_e |
在文件 var_struc.h 第 89 行定义.
| double ** U_p |
在文件 var_struc.h 第 90 行定义.
| double* U_rho |
在文件 var_struc.h 第 89 行定义.
| double * U_u |
在文件 var_struc.h 第 89 行定义.
| double * U_v |
conservative variables.
在文件 var_struc.h 第 89 行定义.
| double ** V_p |
在文件 var_struc.h 第 90 行定义.
| double* vol |
area(volume) of each grid cell.
在文件 var_struc.h 第 85 行定义.
| double* X_c |
在文件 var_struc.h 第 87 行定义.
| double * Y_c |
x- and y-coordinates of the center point of grid cells.
在文件 var_struc.h 第 87 行定义.