MatlabTransportPack
Public Member Functions | Protected Attributes

BoundaryCondition Class Reference

Base boundary condition class. More...

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

List of all members.

Public Member Functions

function BoundaryCondition (in boundary, in input, in mesh, in)
 Class constructor.
function initialize (in this)
 Initialize the boundary condition.

Protected Attributes

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

Detailed Description

Base boundary condition class.


Constructor & Destructor Documentation

function BoundaryCondition ( in  boundary,
in  input,
in  mesh,
in   
)

Class constructor.

More detailed description of what the constructor does.

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

Member Function Documentation

function initialize ( in  this)

Initialize the boundary condition.

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

Reimplemented in IsotropicBC.


Member Data Documentation

Property d_boundary [protected]

Boundary flux thisect.

Property d_input [protected]
Property d_mesh [protected]

Mesh.

Property d_quadrature [protected]
Property d_side [protected]

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