10#include "../include/var_struc.h"
27 double * cpu_time,
const char * problem,
int N_T,
int * N_plot ,
double time_plot[]);
44 double * cpu_time,
const char * problem,
int N_T,
int * N_plot,
double time_plot[]);
49 double * cpu_time,
const char * problem,
int N_T,
int * N_plot,
double time_plot[]);
56 const char * problem,
int * N_plot,
const double time_plot[]);
void GRP_solver_EUL_source(const int m, struct cell_var_stru CV, double *cpu_time, int *N_plot, double time_plot[])
This function use GRP scheme to solve 1-D Euler equations of motion on Eulerian coordinate.
void GRP_solver_2D_EUL_source(const int m, const int n, struct cell_var_stru *CV, double **X, double **Y, double *cpu_time, const char *problem, int N_T, int *N_plot, double time_plot[])
void GRP_solver_radial_LAG_source(struct cell_var_stru CV, struct radial_mesh_var *rmv, double *R[], const int M, double *cpu_time, const char *problem, int N_T, int *N_plot, double time_plot[])
void GRP_solver_LAG_source(const int m, struct cell_var_stru CV, double *X[], double *cpu_time, int *N_plot, double time_plot[])
This function use GRP scheme to solve 1-D Euler equations of motion on Lagrangian coordinate.
void finite_volume_scheme_unstruct(struct flu_var *FV, const struct mesh_var *mv, const char *scheme, const char *problem, int *N_plot, const double time_plot[])
void finite_volume_scheme_GRP2D(struct flu_var *FV, const struct mesh_var *mv, const char *phase, const char *problem)
void Godunov_solver_EUL_source(const int m, struct cell_var_stru CV, double *cpu_time, int *N_plot, double time_plot[])
This function use Godunov scheme to solve 1-D Euler equations of motion on Eulerian coordinate.
void Godunov_solver_LAG_source(const int m, struct cell_var_stru CV, double *X[], double *cpu_time, int *N_plot, double time_plot[])
This function use Godunov scheme to solve 1-D Euler equations of motion on Lagrangian coordinate.
void GRP_solver_2D_split_EUL_source(const int m, const int n, struct cell_var_stru *CV, double **X, double **Y, double *cpu_time, const char *problem, int N_T, int *N_plot, double time_plot[])
pointer structure of VARiables on STRUctural computational grid CELLs.
pointer structure of FLUid VARiables array.