HydroCODE_1D 0.1
This is a implementation of fully explict forward Euler scheme for 1-D Euler equations of motion on Lagrangian/Eulerian 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). 更多...
 

详细描述

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

◆ gradx_e

double * gradx_e

在文件 var_struc.h91 行定义.

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

◆ grady_e

double * grady_e

在文件 var_struc.h92 行定义.

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

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

◆ RHO_p

double** RHO_p

在文件 var_struc.h90 行定义.

◆ U_e

double * U_e

在文件 var_struc.h89 行定义.

◆ U_p

double ** U_p

在文件 var_struc.h90 行定义.

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

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


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