MatlabTransportPack
Public Member Functions | Protected Attributes

IsotropicBC Class Reference

Isotropic boundary condition. More...

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

List of all members.

Public Member Functions

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

Protected Attributes

Property d_octants
 Incident octants.
Property d_set
 Am I set? (Default false)
Property d_order_group
 Group.
Property d_order_space
 Spatial order.
Property d_order_polar
 Polar order.
Property d_order_azimuth
 Azimuthal order.
Property d_basis_space
 Spatial basis.
Property d_basis_polar
 Polar angle basis.
Property d_basis_azimuth
 Azimuthal angle basis.
Property d_number_space
 Number of spatial cells.
Property d_number_polar
 Number of polar angles.
Property d_number_azimuth
 Number of azimuthal angles.
Property d_input
Property d_boundary
 Boundary flux thisect.
Property d_mesh
 Mesh.
Property d_quadrature
 Quadrature.
Property d_side

Detailed Description

Isotropic boundary condition.


Constructor & Destructor Documentation

function IsotropicBC ( in  boundary,
in  input,
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 IsotropicBC class.

Member Function Documentation

function initialize ( in  this)

Initialize the boundary condition.

For fixed boundaries, this is the only relevant call.

Reimplemented from BoundaryCondition.

function update ( in  this)

Update the boundary flux.


Member Data Documentation

Property d_basis_azimuth [protected]

Azimuthal angle basis.

Property d_basis_polar [protected]

Polar angle basis.

Property d_basis_space [protected]

Spatial basis.

Property d_boundary [protected, inherited]

Boundary flux thisect.

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

Mesh.

Property d_number_azimuth [protected]

Number of azimuthal angles.

Property d_number_polar [protected]

Number of polar angles.

Property d_number_space [protected]

Number of spatial cells.

Property d_octants [protected]

Incident octants.

Property d_order_azimuth [protected]

Azimuthal order.

Property d_order_group [protected]

Group.

Property d_order_polar [protected]

Polar order.

Property d_order_space [protected]

Spatial order.

Property d_quadrature [protected, inherited]
Property d_set [protected]

Am I set? (Default false)

Property d_side [protected, inherited]

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