MatlabTransportPack
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes

ReflectiveTrack Class Reference

Vacuum MOC boundary condition class. More...

Inheritance diagram for ReflectiveTrack:
Inheritance graph
[legend]
Collaboration diagram for ReflectiveTrack:
Collaboration graph
[legend]

List of all members.

Public Member Functions

function ReflectiveTrack (in boundary, in mesh, in quadrature, in side)
 Class constructor.
function update (in this)
 Update the boundary flux.
function initialize (in this)
 Initialize the boundary condition.

Public Attributes

Property d_index
Property d_number_tracks

Protected Member Functions

function build_index (in this)
 Build simple table of what I grab and what I set.

Protected Attributes

Property d_input
Property d_boundary
 Boundary flux thisect.
Property d_mesh
 Mesh.
Property d_quadrature
 Quadrature.
Property d_side

Detailed Description

Vacuum MOC boundary condition class.


Constructor & Destructor Documentation

function ReflectiveTrack ( in  boundary,
in  mesh,
in  quadrature,
in  side 
)

Class constructor.

More detailed description of what the constructor does.

Parameters:
boundaryBoundary flux class.
sideSurface identifier.
Returns:
Instance of the ReflectiveTrack class.

Member Function Documentation

function build_index ( in  this) [protected]

Build simple table of what I grab and what I set.

function initialize ( in  this) [inherited]

Initialize the boundary condition.

For fixed boundaries, this is the only relevant call. Other need not implement this.

Reimplemented in IsotropicBC.

function update ( in  this)

Update the boundary flux.


Member Data Documentation

Property d_boundary [protected, inherited]

Boundary flux thisect.

Property d_index
Property d_input [protected, inherited]
Property d_mesh [protected, inherited]

Mesh.

Property d_number_tracks
Property d_quadrature [protected, inherited]
Property d_side [protected, inherited]

The documentation for this class was generated from the following file: