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

Enumerations

enum  mathematicalBndryTypes : int {
  bogus = -666 , reflect_odd = -1 , int_dir = 0 , reflect_even = 1 ,
  foextrap = 2 , ext_dir = 3 , surface_layer = 101 , ext_dir_prim = 102 ,
  ext_dir_ingested = 103 , neumann = 104 , neumann_int = 105 , open = 106 ,
  hoextrap = 107 , ext_dir_upwind = 108
}
 

Enumeration Type Documentation

◆ mathematicalBndryTypes

Enumerator
bogus 
reflect_odd 
int_dir 
reflect_even 
foextrap 
ext_dir 
surface_layer 
ext_dir_prim 
ext_dir_ingested 
neumann 
neumann_int 
open 
hoextrap 
ext_dir_upwind 
203  : int {
204  bogus = -666,
205  reflect_odd = -1,
206  int_dir = 0,
207  reflect_even = 1,
208  foextrap = 2,
209  ext_dir = 3,
210  surface_layer = 101,
211  ext_dir_prim = 102,
212  ext_dir_ingested = 103,
213  neumann = 104,
214  neumann_int = 105,
215  open = 106,
216  hoextrap = 107,
217  ext_dir_upwind = 108
218 };
@ neumann
Definition: ERF_IndexDefines.H:213
@ ext_dir_ingested
Definition: ERF_IndexDefines.H:212
@ open
Definition: ERF_IndexDefines.H:215
@ reflect_odd
Definition: ERF_IndexDefines.H:205
@ hoextrap
Definition: ERF_IndexDefines.H:216
@ foextrap
Definition: ERF_IndexDefines.H:208
@ ext_dir
Definition: ERF_IndexDefines.H:209
@ ext_dir_prim
Definition: ERF_IndexDefines.H:211
@ bogus
Definition: ERF_IndexDefines.H:204
@ surface_layer
Definition: ERF_IndexDefines.H:210
@ ext_dir_upwind
Definition: ERF_IndexDefines.H:217
@ int_dir
Definition: ERF_IndexDefines.H:206
@ neumann_int
Definition: ERF_IndexDefines.H:214
@ reflect_even
Definition: ERF_IndexDefines.H:207