An open source method of characteristics neutron transport code.
boundary_type.h
Go to the documentation of this file.
1 
8 #ifndef BOUNDARY_TYPE_H_
9 #define BOUNDARY_TYPE_H_
10 
18 
21 
24 
25  /* Boundary between two domains (only in domain-decomposed geometry) */
26  INTERFACE,
27 
30 };
31 
32 #endif /* BOUNDARY_TYPE_H_ */
boundaryType
The types of boundary conditions supported by OpenMOC for Surfaces.
Definition: boundary_type.h:15
Definition: boundary_type.h:23
Definition: boundary_type.h:20
Definition: boundary_type.h:17
Definition: boundary_type.h:29