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).  更多... | |
| double ** | F_e_a | 
| double * | U_e_a | 
| double ** | Z_a_p | 
| double * | gradx_z_a | 
| double * | grady_z_a | 
| Total energy OR volume fraction of fluid a.  更多... | |
| double ** | F_phi | 
| double * | U_phi | 
| double ** | PHI_p | 
| double * | gradx_phi | 
| double * | grady_phi | 
| Mass fraction of fluid a.  更多... | |
| double ** | F_gamma | 
| double * | U_gamma | 
| double ** | gamma_p | 
| double * | gradx_gamma | 
| double * | grady_gamma | 
| Specific heat ratio.  更多... | |
| double ** | P_star | 
| double ** | U_qt_star | 
| double ** | V_qt_star | 
| double ** | U_qt_add_c | 
| double ** | V_qt_add_c | 
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_e_a | 
在文件 var_struc.h 第 94 行定义.
| double** F_gamma | 
在文件 var_struc.h 第 96 行定义.
| double** F_phi | 
在文件 var_struc.h 第 95 行定义.
| double** F_rho | 
在文件 var_struc.h 第 88 行定义.
| double ** F_u | 
在文件 var_struc.h 第 88 行定义.
| double ** F_v | 
interfacial fluxes.
在文件 var_struc.h 第 88 行定义.
| double ** gamma_p | 
在文件 var_struc.h 第 96 行定义.
| double * gradx_e | 
在文件 var_struc.h 第 91 行定义.
| double * gradx_gamma | 
在文件 var_struc.h 第 96 行定义.
| double * gradx_phi | 
在文件 var_struc.h 第 95 行定义.
| 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 * gradx_z_a | 
在文件 var_struc.h 第 94 行定义.
| double * grady_e | 
在文件 var_struc.h 第 92 行定义.
| double * grady_gamma | 
Specific heat ratio.
在文件 var_struc.h 第 96 行定义.
| double * grady_phi | 
Mass fraction of fluid a.
在文件 var_struc.h 第 95 行定义.
| 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 * grady_z_a | 
Total energy OR volume fraction of fluid a.
在文件 var_struc.h 第 94 行定义.
| 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** P_star | 
在文件 var_struc.h 第 97 行定义.
| double ** PHI_p | 
在文件 var_struc.h 第 95 行定义.
| double** RHO_p | 
在文件 var_struc.h 第 90 行定义.
| double * U_e | 
在文件 var_struc.h 第 89 行定义.
| double * U_e_a | 
在文件 var_struc.h 第 94 行定义.
| double * U_gamma | 
在文件 var_struc.h 第 96 行定义.
| double ** U_p | 
在文件 var_struc.h 第 90 行定义.
| double * U_phi | 
在文件 var_struc.h 第 95 行定义.
| double** U_qt_add_c | 
在文件 var_struc.h 第 99 行定义.
| double** U_qt_star | 
在文件 var_struc.h 第 98 行定义.
| 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 ** V_qt_add_c | 
在文件 var_struc.h 第 99 行定义.
| double ** V_qt_star | 
在文件 var_struc.h 第 98 行定义.
| 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 行定义.
| double ** Z_a_p | 
在文件 var_struc.h 第 94 行定义.