ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
BCVars Namespace Reference

Enumerations

enum  {
  cons_bc = 0 , Rho_bc_comp = 0 , RhoTheta_bc_comp , RhoKE_bc_comp ,
  RhoQKE_bc_comp , RhoScalar_bc_comp , RhoQ1_bc_comp , RhoQ2_bc_comp ,
  xvel_bc = NVAR_max , yvel_bc = NVAR_max+1 , zvel_bc = NVAR_max+2 , NumTypes
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
cons_bc 
Rho_bc_comp 
RhoTheta_bc_comp 
RhoKE_bc_comp 
RhoQKE_bc_comp 
RhoScalar_bc_comp 
RhoQ1_bc_comp 
RhoQ2_bc_comp 
xvel_bc 
yvel_bc 
zvel_bc 
NumTypes 
46  {
47  cons_bc = 0,
48  Rho_bc_comp = 0,
55  xvel_bc = NVAR_max,
56  yvel_bc = NVAR_max+1,
57  zvel_bc = NVAR_max+2,
58  NumTypes
59  };
#define NVAR_max
Definition: IndexDefines.H:27
@ RhoScalar_bc_comp
Definition: IndexDefines.H:52
@ zvel_bc
Definition: IndexDefines.H:57
@ RhoQ1_bc_comp
Definition: IndexDefines.H:53
@ RhoKE_bc_comp
Definition: IndexDefines.H:50
@ RhoQKE_bc_comp
Definition: IndexDefines.H:51
@ RhoTheta_bc_comp
Definition: IndexDefines.H:49
@ RhoQ2_bc_comp
Definition: IndexDefines.H:54
@ Rho_bc_comp
Definition: IndexDefines.H:48
@ yvel_bc
Definition: IndexDefines.H:56
@ cons_bc
Definition: IndexDefines.H:47
@ xvel_bc
Definition: IndexDefines.H:55
@ NumTypes
Definition: IndexDefines.H:113