10#include "../include/var_struc.h"
17 struct b_f_var * bfv_L,
struct b_f_var * bfv_R,
const _Bool Transversal);
22 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 function calculate Eulerian fluxes of 2-D Euler equations by 2-D GRP solver.
void HLL_flux(struct i_f_var *ifv, struct i_f_var *ifv_R)
This function calculate Eulerian fluxes of 2-D Euler equations by HLL solver.
int Riemann_exact_flux(struct i_f_var *ifv, struct i_f_var *ifv_R)
This function calculate Eulerian fluxes of 2-D Euler equations by Riemann solver.
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)
This function calculate Eulerian fluxes of 2-D Euler equations in y-direction by 2-D GRP solver.
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)
This function calculate Eulerian fluxes of 2-D Euler equations in x-direction by 2-D GRP solver.
void Roe_flux(struct i_f_var *ifv, struct i_f_var *ifv_R)
This function calculate Eulerian fluxes of Euler equations by Roe solver.
Fluid VARiables at Boundary in one direction.
pointer structure of VARiables on STRUctural computational grid CELLs.
Interfacial Fluid VARiables.