This file is the header file of some globally common variables and structural bodies. 更多...
结构体 | |
| struct | flu_var |
| pointer structure of FLUid VARiables array. 更多... | |
| struct | cell_var_stru |
| pointer structure of VARiables on STRUctural computational grid CELLs. 更多... | |
| struct | cell_var |
| pointer structure of VARiables on unstructured computational grid CELLs. 更多... | |
| struct | i_f_var |
| Interfacial Fluid VARiables. 更多... | |
| struct | b_f_var |
| Fluid VARiables at Boundary in one direction. 更多... | |
| struct | mesh_var |
| MESHing VARiables. 更多... | |
宏定义 | |
| #define | EPS 1e-9 |
| If the system does not set, the default largest value can be seen as zero is EPS. 更多... | |
| #define | N_CONF 400 |
| Define the number of configuration parameters. 更多... | |
类型定义 | |
| typedef struct flu_var | Fluid_Variable |
| pointer structure of FLUid VARiables array. 更多... | |
| typedef struct cell_var_stru | Cell_Variable_Structured |
| pointer structure of VARiables on STRUctural computational grid CELLs. 更多... | |
| typedef struct cell_var | Cell_Variable |
| pointer structure of VARiables on unstructured computational grid CELLs. 更多... | |
| typedef struct i_f_var | Interface_Fluid_Variable |
| Interfacial Fluid VARiables. 更多... | |
| typedef struct b_f_var | Boundary_Fluid_Variable |
| Fluid VARiables at Boundary in one direction. 更多... | |
| typedef struct mesh_var | Mesh_Variable |
| MESHing VARiables. 更多... | |
变量 | |
| double | config [] |
| Initial configuration data array. 更多... | |
This file is the header file of some globally common variables and structural bodies.
在文件 var_struc.h 中定义.
| #define EPS 1e-9 |
If the system does not set, the default largest value can be seen as zero is EPS.
在文件 var_struc.h 第 36 行定义.
| #define N_CONF 400 |
Define the number of configuration parameters.
在文件 var_struc.h 第 41 行定义.
| typedef struct b_f_var Boundary_Fluid_Variable |
Fluid VARiables at Boundary in one direction.
| typedef struct cell_var Cell_Variable |
pointer structure of VARiables on unstructured computational grid CELLs.
| typedef struct cell_var_stru Cell_Variable_Structured |
pointer structure of VARiables on STRUctural computational grid CELLs.
| typedef struct flu_var Fluid_Variable |
pointer structure of FLUid VARiables array.
| typedef struct i_f_var Interface_Fluid_Variable |
Interfacial Fluid VARiables.
| typedef struct mesh_var Mesh_Variable |
MESHing VARiables.
|
extern |
Initial configuration data array.
在文件 hydrocode.c 第 111 行定义.