15 int ghosts = solver->
ghosts;
16 int ndims = solver->
ndims;
17 double *u = solver->
u;
24 double drho,uvel,vvel,dT,rho0,T0,P0,EP,c,ycoord;
38 if (local_cfl[_XDIR_] > max_cfl) max_cfl = local_cfl[
_XDIR_];
39 if (local_cfl[_YDIR_] > max_cfl) max_cfl = local_cfl[
_YDIR_];
#define _ArraySetValue_(x, size, value)
void(* StandardAtmosphere)(void *, double, double *, double *, double *, double *)
#define _Numa2DGetFlowVars_(u, drho, uvel, vvel, dT, rho0)
#define _ArrayIncrementIndex_(N, imax, i, done)
double Numa2DComputeCFL(void *s, void *m, double dt, double t)
#define _GetCoordinate_(dir, i, dim, ghosts, x, coord)
#define _ArrayIndex1D_(N, imax, i, ghost, index)
Contains function definitions for common mathematical functions.
Contains structure definition for hypar.
Some basic definitions and macros.
Contains macros and function definitions for common array operations.
#define _Numa2DComputeSpeedofSound_(gamma, R, T0, dT, rho0, drho, EP, c)
Structure containing all solver-specific variables and functions.