An open source method of characteristics neutron transport code.
boundary_type.h File Reference

Go to the source code of this file.

Enumerations

enum  boundaryType {
  VACUUM, REFLECTIVE, PERIODIC, INTERFACE,
  BOUNDARY_NONE
}
 The types of boundary conditions supported by OpenMOC for Surfaces. More...
 

Detailed Description

The boundaryType enum.

Date
January 10, 2015
Author
William Boyd, MIT, Course 22 (wboyd.nosp@m.@mit.nosp@m..edu)

Enumeration Type Documentation

◆ boundaryType

The types of boundary conditions supported by OpenMOC for Surfaces.

Enumerator
VACUUM 

A vacuum boundary condition

REFLECTIVE 

A reflective boundary condition

PERIODIC 

A periodic boundary condition

BOUNDARY_NONE 

No boundary type (typically an interface between flat source regions)