HydroCODE_2D 0.1
This is a implementation of fully explict forward Euler scheme for 2-D Euler equations of motion on Eulerian 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. 更多...
 
struct  cell_var_stru
 pointer structure of VARiables on STRUctural computational grid CELLs. 更多...
 
struct  i_f_var
 Interfacial Fluid VARiables. 更多...
 
struct  b_f_var
 Fluid VARiables at Boundary. 更多...
 

宏定义

#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. 更多...
 
typedef struct cell_var_stru Cell_Variable_Structured
 pointer structure of VARiables on STRUctural 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. 更多...
 

变量

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

◆ MULTIFLUID_BASICS

#define MULTIFLUID_BASICS

Switch whether to compute multi-fluids.

在文件 var_struc.h14 行定义.

◆ N_CONF

#define N_CONF   400

Define the number of configuration parameters.

在文件 var_struc.h24 行定义.

类型定义说明

◆ Boundary_Fluid_Variable

Fluid VARiables at Boundary.

◆ 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.

◆ Interface_Fluid_Variable

Interfacial Fluid VARiables.

变量说明

◆ config

double config[]
extern

Initial configuration data array.

在文件 hydrocode.c115 行定义.