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

Enumerations

enum  {
  cons_bc = 0 , Temp_bc_comp = 0 , Salt_bc_comp , Scalar_bc_comp ,
  xvel_bc = NCONS , yvel_bc , zvel_bc , NumTypes
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
cons_bc 
Temp_bc_comp 
Salt_bc_comp 
Scalar_bc_comp 
xvel_bc 
yvel_bc 
zvel_bc 
NumTypes 
16  {
17  cons_bc = 0,
18  Temp_bc_comp = 0,
21  xvel_bc = NCONS,
22  yvel_bc,
23  zvel_bc,
24  NumTypes
25  };
#define NCONS
Definition: IndexDefines.H:11
@ zvel_bc
Definition: IndexDefines.H:23
@ Temp_bc_comp
Definition: IndexDefines.H:18
@ Scalar_bc_comp
Definition: IndexDefines.H:20
@ yvel_bc
Definition: IndexDefines.H:22
@ cons_bc
Definition: IndexDefines.H:17
@ xvel_bc
Definition: IndexDefines.H:21
@ Salt_bc_comp
Definition: IndexDefines.H:19
@ NumTypes
Definition: IndexDefines.H:41