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 ,
  RhoScalar_bc_comp , RhoQ1_bc_comp , RhoQ2_bc_comp , RhoQ3_bc_comp ,
  RhoQ4_bc_comp , RhoQ5_bc_comp , RhoQ6_bc_comp , base_bc ,
  xvel_bc = NBCVAR_max , yvel_bc = NBCVAR_max+1 , zvel_bc = NBCVAR_max+2 , NumTypes
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
cons_bc 
Rho_bc_comp 
RhoTheta_bc_comp 
RhoKE_bc_comp 
RhoScalar_bc_comp 
RhoQ1_bc_comp 
RhoQ2_bc_comp 
RhoQ3_bc_comp 
RhoQ4_bc_comp 
RhoQ5_bc_comp 
RhoQ6_bc_comp 
base_bc 
xvel_bc 
yvel_bc 
zvel_bc 
NumTypes 
75  {
76  cons_bc = 0,
77  Rho_bc_comp = 0,
87  base_bc,
89  yvel_bc = NBCVAR_max+1,
90  zvel_bc = NBCVAR_max+2,
91  NumTypes
92  };
#define NBCVAR_max
Definition: ERF_IndexDefines.H:29
@ RhoQ6_bc_comp
Definition: ERF_IndexDefines.H:86
@ RhoScalar_bc_comp
Definition: ERF_IndexDefines.H:80
@ zvel_bc
Definition: ERF_IndexDefines.H:90
@ RhoQ1_bc_comp
Definition: ERF_IndexDefines.H:81
@ RhoQ4_bc_comp
Definition: ERF_IndexDefines.H:84
@ RhoKE_bc_comp
Definition: ERF_IndexDefines.H:79
@ RhoQ3_bc_comp
Definition: ERF_IndexDefines.H:83
@ RhoTheta_bc_comp
Definition: ERF_IndexDefines.H:78
@ RhoQ2_bc_comp
Definition: ERF_IndexDefines.H:82
@ Rho_bc_comp
Definition: ERF_IndexDefines.H:77
@ base_bc
Definition: ERF_IndexDefines.H:87
@ yvel_bc
Definition: ERF_IndexDefines.H:89
@ cons_bc
Definition: ERF_IndexDefines.H:76
@ xvel_bc
Definition: ERF_IndexDefines.H:88
@ RhoQ5_bc_comp
Definition: ERF_IndexDefines.H:85
@ NumTypes
Definition: ERF_IndexDefines.H:143