hydrocode_Radial_Lag 0.3
This is an implementation of fully explict forward Euler scheme for multi-D radially symmetric compressible flows on Lagrangian coordinate
cell_var结构体 参考

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.h78 行定义.

结构体成员变量说明

◆ cell_cell

int** cell_cell

Topological relationships between grid cells.

  • cell_cell[i][0], number of cells adjacent to the i-th cell.
  • cell_cell[i][j](j>0), serial number of j-th adjacent cell to the i-th cell.

在文件 var_struc.h84 行定义.

◆ F_e

double ** F_e

在文件 var_struc.h88 行定义.

◆ F_e_a

double** F_e_a

在文件 var_struc.h94 行定义.

◆ F_gamma

double** F_gamma

在文件 var_struc.h96 行定义.

◆ F_phi

double** F_phi

在文件 var_struc.h95 行定义.

◆ F_rho

double** F_rho

在文件 var_struc.h88 行定义.

◆ F_u

double ** F_u

在文件 var_struc.h88 行定义.

◆ F_v

double ** F_v

interfacial fluxes.

在文件 var_struc.h88 行定义.

◆ gamma_p

double ** gamma_p

在文件 var_struc.h96 行定义.

◆ gradx_e

double * gradx_e

在文件 var_struc.h91 行定义.

◆ gradx_gamma

double * gradx_gamma

在文件 var_struc.h96 行定义.

◆ gradx_phi

double * gradx_phi

在文件 var_struc.h95 行定义.

◆ gradx_rho

double* gradx_rho

在文件 var_struc.h91 行定义.

◆ gradx_u

double * gradx_u

在文件 var_struc.h91 行定义.

◆ gradx_v

double * gradx_v

spatial derivatives in coordinate x (gradients).

在文件 var_struc.h91 行定义.

◆ gradx_z_a

double * gradx_z_a

在文件 var_struc.h94 行定义.

◆ grady_e

double * grady_e

在文件 var_struc.h92 行定义.

◆ grady_gamma

double * grady_gamma

Specific heat ratio.

在文件 var_struc.h96 行定义.

◆ grady_phi

double * grady_phi

Mass fraction of fluid a.

在文件 var_struc.h95 行定义.

◆ grady_rho

double* grady_rho

在文件 var_struc.h92 行定义.

◆ grady_u

double * grady_u

在文件 var_struc.h92 行定义.

◆ grady_v

double * grady_v

spatial derivatives in coordinate y (gradients).

在文件 var_struc.h92 行定义.

◆ grady_z_a

double * grady_z_a

Total energy OR volume fraction of fluid a.

在文件 var_struc.h94 行定义.

◆ n_x

double** n_x

在文件 var_struc.h86 行定义.

◆ n_y

double ** n_y

x- and y-coordinates of the interfacial unit normal vector.

在文件 var_struc.h86 行定义.

◆ P_p

double ** P_p

在文件 var_struc.h90 行定义.

◆ P_star

double** P_star

在文件 var_struc.h97 行定义.

◆ PHI_p

double ** PHI_p

在文件 var_struc.h95 行定义.

◆ RHO_p

double** RHO_p

在文件 var_struc.h90 行定义.

◆ U_e

double * U_e

在文件 var_struc.h89 行定义.

◆ U_e_a

double * U_e_a

在文件 var_struc.h94 行定义.

◆ U_gamma

double * U_gamma

在文件 var_struc.h96 行定义.

◆ U_p

double ** U_p

在文件 var_struc.h90 行定义.

◆ U_phi

double * U_phi

在文件 var_struc.h95 行定义.

◆ U_qt_add_c

double** U_qt_add_c

在文件 var_struc.h99 行定义.

◆ U_qt_star

double** U_qt_star

在文件 var_struc.h98 行定义.

◆ U_rho

double* U_rho

在文件 var_struc.h89 行定义.

◆ U_u

double * U_u

在文件 var_struc.h89 行定义.

◆ U_v

double * U_v

conservative variables.

在文件 var_struc.h89 行定义.

◆ V_p

double ** V_p

在文件 var_struc.h90 行定义.

◆ V_qt_add_c

double ** V_qt_add_c

在文件 var_struc.h99 行定义.

◆ V_qt_star

double ** V_qt_star

在文件 var_struc.h98 行定义.

◆ vol

double* vol

area(volume) of each grid cell.

在文件 var_struc.h85 行定义.

◆ X_c

double* X_c

在文件 var_struc.h87 行定义.

◆ Y_c

double * Y_c

x- and y-coordinates of the center point of grid cells.

在文件 var_struc.h87 行定义.

◆ Z_a_p

double ** Z_a_p

在文件 var_struc.h94 行定义.


该结构体的文档由以下文件生成: