MESHing VARiables. 更多...
#include <var_struc.h>
成员变量 | |
int | num_pt |
Total number of grid nodes. 更多... | |
int | num_ghost |
Total number of ghost grid cells. 更多... | |
int ** | cell_pt |
Serial number of each grid node on a grid cell in the clockwise direction. 更多... | |
int * | cell_type |
int | num_border [10] |
num_border[0] is the total number of connected boundaries on the entire computational domain. 更多... | |
int * | border_pt |
Serial number of each grid node on the connected boundary in the clockwise direction. 更多... | |
int * | border_cond |
Boudary condition indicator of i-th grid cell interface at the boundary. 更多... | |
int * | period_cell |
Serial number of ghost grid cells at the periodic boundary. 更多... | |
double * | normal_v |
double * | X |
double * | Y |
void(* | bc )(struct cell_var *cv, const struct mesh_var *mv, struct flu_var *FV, double t) |
Pointer to the boundary condition function. 更多... | |
MESHing VARiables.
在文件 var_struc.h 第 155 行定义.
Pointer to the boundary condition function.
在文件 var_struc.h 第 176 行定义.
int* border_cond |
Boudary condition indicator of i-th grid cell interface at the boundary.
在文件 var_struc.h 第 171 行定义.
int* border_pt |
Serial number of each grid node on the connected boundary in the clockwise direction.
在文件 var_struc.h 第 165 行定义.
int** cell_pt |
Serial number of each grid node on a grid cell in the clockwise direction.
在文件 var_struc.h 第 158 行定义.
int* cell_type |
在文件 var_struc.h 第 159 行定义.
double* normal_v |
在文件 var_struc.h 第 173 行定义.
int num_border[10] |
num_border[0] is the total number of connected boundaries on the entire computational domain.
num_border[i](i = 1,2,…,9) is the total number of grid cell interfaces at the i-th connected boundary.
在文件 var_struc.h 第 164 行定义.
int num_ghost |
Total number of ghost grid cells.
在文件 var_struc.h 第 157 行定义.
int num_pt |
Total number of grid nodes.
在文件 var_struc.h 第 156 行定义.
int* period_cell |
Serial number of ghost grid cells at the periodic boundary.
在文件 var_struc.h 第 172 行定义.
double* X |
在文件 var_struc.h 第 174 行定义.
double * Y |
x- and y-coordinates of the grid nodes with fixed serial number.
在文件 var_struc.h 第 174 行定义.