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
cell_var_stru结构体 参考

pointer structure of VARiables on STRUctural computational grid CELLs. 更多...

#include <var_struc.h>

成员变量

double ** E
 specific total energy. 更多...
 
double ** RHO
 
double ** U
 
double ** V
 
double ** P
 density, velocity components in direction x and y, pressure. 更多...
 
double * d_rho
 
double * d_u
 
double * d_v
 
double * d_p
 spatial derivatives in one dimension. 更多...
 
double ** s_rho
 
double ** s_u
 
double ** s_v
 
double ** s_p
 spatial derivatives in coordinate x (slopes). 更多...
 
double ** t_rho
 
double ** t_u
 
double ** t_v
 
double ** t_p
 spatial derivatives in coordinate y (slopes). 更多...
 
double ** rhoIx
 
double ** uIx
 
double ** vIx
 
double ** pIx
 interfacial variable values in coordinate x at t_{n+1}. 更多...
 
double ** rhoIy
 
double ** uIy
 
double ** vIy
 
double ** pIy
 interfacial variable values in coordinate y at t_{n+1}. 更多...
 
double ** F_rho
 
double ** F_e
 
double ** F_u
 
double ** F_v
 numerical fluxes at (x_{j-1/2}, t_{n}). 更多...
 
double ** G_rho
 
double ** G_e
 
double ** G_u
 
double ** G_v
 numerical fluxes at (y_{j-1/2}, t_{n}). 更多...
 
double ** gamma
 

详细描述

pointer structure of VARiables on STRUctural computational grid CELLs.

在文件 var_struc.h61 行定义.

结构体成员变量说明

◆ d_p

double * d_p

spatial derivatives in one dimension.

在文件 var_struc.h64 行定义.

◆ d_rho

double* d_rho

在文件 var_struc.h64 行定义.

◆ d_u

double * d_u

在文件 var_struc.h64 行定义.

◆ d_v

double * d_v

在文件 var_struc.h64 行定义.

◆ E

double** E

specific total energy.

在文件 var_struc.h62 行定义.

◆ F_e

double ** F_e

在文件 var_struc.h69 行定义.

◆ F_rho

double** F_rho

在文件 var_struc.h69 行定义.

◆ F_u

double ** F_u

在文件 var_struc.h69 行定义.

◆ F_v

double ** F_v

numerical fluxes at (x_{j-1/2}, t_{n}).

在文件 var_struc.h69 行定义.

◆ G_e

double ** G_e

在文件 var_struc.h70 行定义.

◆ G_rho

double** G_rho

在文件 var_struc.h70 行定义.

◆ G_u

double ** G_u

在文件 var_struc.h70 行定义.

◆ G_v

double ** G_v

numerical fluxes at (y_{j-1/2}, t_{n}).

在文件 var_struc.h70 行定义.

◆ gamma

double** gamma

在文件 var_struc.h72 行定义.

◆ P

double ** P

density, velocity components in direction x and y, pressure.

在文件 var_struc.h63 行定义.

◆ pIx

double ** pIx

interfacial variable values in coordinate x at t_{n+1}.

在文件 var_struc.h67 行定义.

◆ pIy

double ** pIy

interfacial variable values in coordinate y at t_{n+1}.

在文件 var_struc.h68 行定义.

◆ RHO

double** RHO

在文件 var_struc.h63 行定义.

◆ rhoIx

double** rhoIx

在文件 var_struc.h67 行定义.

◆ rhoIy

double** rhoIy

在文件 var_struc.h68 行定义.

◆ s_p

double ** s_p

spatial derivatives in coordinate x (slopes).

在文件 var_struc.h65 行定义.

◆ s_rho

double** s_rho

在文件 var_struc.h65 行定义.

◆ s_u

double ** s_u

在文件 var_struc.h65 行定义.

◆ s_v

double ** s_v

在文件 var_struc.h65 行定义.

◆ t_p

double ** t_p

spatial derivatives in coordinate y (slopes).

在文件 var_struc.h66 行定义.

◆ t_rho

double** t_rho

在文件 var_struc.h66 行定义.

◆ t_u

double ** t_u

在文件 var_struc.h66 行定义.

◆ t_v

double ** t_v

在文件 var_struc.h66 行定义.

◆ U

double ** U

在文件 var_struc.h63 行定义.

◆ uIx

double ** uIx

在文件 var_struc.h67 行定义.

◆ uIy

double ** uIy

在文件 var_struc.h68 行定义.

◆ V

double ** V

在文件 var_struc.h63 行定义.

◆ vIx

double ** vIx

在文件 var_struc.h67 行定义.

◆ vIy

double ** vIy

在文件 var_struc.h68 行定义.


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