HydroCODE_1D 0.1
This is a implementation of fully explict forward Euler scheme for 1-D Euler equations of motion on Lagrangian/Eulerian coordinate
flux_calc.h 文件参考

This file is the header file of intermediate processes of finite volume scheme. 更多...

flux_calc.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

int flux_generator_x (const int m, const int n, const int nt, const double tau, struct cell_var_stru *CV, struct b_f_var *bfv_L, struct b_f_var *bfv_R, const _Bool Transversal)
 
int flux_generator_y (const int m, const int n, const int nt, const double tau, struct cell_var_stru *CV, struct b_f_var *bfv_D, struct b_f_var *bfv_U, const _Bool Transversal)
 
int GRP_2D_flux (struct i_f_var *ifv, struct i_f_var *ifv_R, const double tau)
 

详细描述

This file is the header file of intermediate processes of finite volume scheme.

This header file declares functions in the folder 'flux_calc'.

在文件 flux_calc.h 中定义.

函数说明

◆ flux_generator_x()

int flux_generator_x ( const int  m,
const int  n,
const int  nt,
const double  tau,
struct cell_var_stru CV,
struct b_f_var bfv_L,
struct b_f_var bfv_R,
const _Bool  Transversal 
)
这是这个函数的调用关系图:

◆ flux_generator_y()

int flux_generator_y ( const int  m,
const int  n,
const int  nt,
const double  tau,
struct cell_var_stru CV,
struct b_f_var bfv_D,
struct b_f_var bfv_U,
const _Bool  Transversal 
)
这是这个函数的调用关系图:

◆ GRP_2D_flux()

int GRP_2D_flux ( struct i_f_var ifv,
struct i_f_var ifv_R,
const double  tau 
)