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
var_struc.h 文件参考

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 MULTIFLUID_BASICS
 Switch whether to compute multi-fluids. 更多...
 
#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 中定义.

宏定义说明

◆ EPS

#define EPS   1e-9

If the system does not set, the default largest value can be seen as zero is EPS.

在文件 var_struc.h36 行定义.

◆ MULTIFLUID_BASICS

#define MULTIFLUID_BASICS

Switch whether to compute multi-fluids.

在文件 var_struc.h15 行定义.

◆ N_CONF

#define N_CONF   400

Define the number of configuration parameters.

在文件 var_struc.h41 行定义.

类型定义说明

◆ Boundary_Fluid_Variable

Fluid VARiables at Boundary in one direction.

◆ Cell_Variable

typedef struct cell_var Cell_Variable

pointer structure of VARiables on unstructured computational grid CELLs.

◆ Cell_Variable_Structured

pointer structure of VARiables on STRUctural computational grid CELLs.

◆ Fluid_Variable

typedef struct flu_var Fluid_Variable

pointer structure of FLUid VARiables array.

◆ Interface_Fluid_Variable

Interfacial Fluid VARiables.

◆ Mesh_Variable

typedef struct mesh_var Mesh_Variable

MESHing VARiables.

变量说明

◆ config

double config[]
extern

Initial configuration data array.

在文件 hydrocode.c123 行定义.