|
MatlabTransportPack
|
Vacuum boundary condition. More...


Public Member Functions | |
| function | Vacuum (in boundary, in input, in mesh, in quadrature, in side) |
| Class constructor. | |
| function | update (in obj) |
| Update the boundary flux. | |
| 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 |
Vacuum boundary condition.
This is essentially an empty condition, since nothing needs to be done.
| function Vacuum | ( | in | boundary, |
| in | input, | ||
| in | mesh, | ||
| in | quadrature, | ||
| in | side | ||
| ) |
| 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 | obj | ) |
Update the boundary flux.
Note, nothing needs to be done for vacuum, as the incident fluxes are initialized as zero.
Property d_boundary [protected, inherited] |
Boundary flux thisect.
Property d_input [protected, inherited] |
Property d_quadrature [protected, inherited] |
Property d_side [protected, inherited] |
1.7.3