#define _NavierStokes2DRoeAverage_(uavg, uL, uR, gamma)
2D Navier Stokes equations (compressible flows)
int NavierStokes2DRoeAverage(double *uavg, double *uL, double *uR, void *p)
Some basic definitions and macros.
Structure containing variables and parameters specific to the 2D Navier Stokes equations. This structure contains the physical parameters, variables, and function pointers specific to the 2D Navier-Stokes equations.