ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IntVars Namespace Reference

Enumerations

enum  {
  cons = 0 , xmom , ymom , zmom ,
  NumTypes
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
cons 
xmom 
ymom 
zmom 
NumTypes 
149  {
150  cons = 0,
151  xmom,
152  ymom,
153  zmom,
154  NumTypes
155  };
@ NumTypes
Definition: ERF_IndexDefines.H:154
@ ymom
Definition: ERF_IndexDefines.H:152
@ cons
Definition: ERF_IndexDefines.H:150
@ zmom
Definition: ERF_IndexDefines.H:153
@ xmom
Definition: ERF_IndexDefines.H:151