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

Fluid VARiables at Boundary in one direction. 更多...

#include <var_struc.h>

成员变量

double H
 cell width of the ghost grid at boundary. 更多...
 
double RHO
 
double P
 
double U
 
double V
 primitive variables on the ghost grid cell at boundary. 更多...
 
double SRHO
 
double SP
 
double SU
 
double SV
 spatial derivatives in coordinate x (slopes). 更多...
 
double TRHO
 
double TP
 
double TU
 
double TV
 spatial derivatives in coordinate y (slopes). 更多...
 

详细描述

Fluid VARiables at Boundary in one direction.

在文件 var_struc.h146 行定义.

结构体成员变量说明

◆ H

double H

cell width of the ghost grid at boundary.

在文件 var_struc.h147 行定义.

◆ P

double P

在文件 var_struc.h148 行定义.

◆ RHO

double RHO

在文件 var_struc.h148 行定义.

◆ SP

double SP

在文件 var_struc.h149 行定义.

◆ SRHO

double SRHO

在文件 var_struc.h149 行定义.

◆ SU

double SU

在文件 var_struc.h149 行定义.

◆ SV

double SV

spatial derivatives in coordinate x (slopes).

在文件 var_struc.h149 行定义.

◆ TP

double TP

在文件 var_struc.h150 行定义.

◆ TRHO

double TRHO

在文件 var_struc.h150 行定义.

◆ TU

double TU

在文件 var_struc.h150 行定义.

◆ TV

double TV

spatial derivatives in coordinate y (slopes).

在文件 var_struc.h150 行定义.

◆ U

double U

在文件 var_struc.h148 行定义.

◆ V

double V

primitive variables on the ghost grid cell at boundary.

在文件 var_struc.h148 行定义.


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