|
MatlabTransportPack
|
External isotropic volume source. More...


Public Member Functions | |
| function | Source (in mesh, in number_groups) |
| Class constructor. | |
| function | set_sources (in obj, in sources, in source_map) |
| Set external sources. | |
| function | set_sources_mesh (in obj, in sources, in source_map) |
| Set external sources on a fine mesh. | |
| function | cell_source (in obj, in i, in j, in g) |
| function | region_source (in obj, in r, in g) |
| function | source (in obj, in g) |
| function | initialized (in obj) |
Public Attributes | |
| Property | d_mesh |
| Property | d_sources |
| Property | d_source_map |
| Property | d_number_groups |
| Property | d_source_vec |
| Property | d_initialized |
External isotropic volume source.
More here...
| function Source | ( | in | mesh, |
| in | number_groups | ||
| ) |
| function cell_source | ( | in | obj, |
| in | i, | ||
| in | j, | ||
| in | g | ||
| ) |
| function initialized | ( | in | obj | ) |
| function region_source | ( | in | obj, |
| in | r, | ||
| in | g | ||
| ) |
| function set_sources | ( | in | obj, |
| in | sources, | ||
| in | source_map | ||
| ) |
Set external sources.
The sources are defined in columns. Each column must be equal to the number of groups. The map is defined per coarse mesh or region. Note, if a region has no source, a zero strength must be defined. For the case of MOC, the the source map is a single vector arranged in the order of the regions.
| sources | Unique source spectrum * strength |
| source_map | Coarse mesh or region map of sources. |
| function set_sources_mesh | ( | in | obj, |
| in | sources, | ||
| in | source_map | ||
| ) |
Set external sources on a fine mesh.
| sources | Unique sources. |
| source_map | Fine mesh map of sources. |
| function source | ( | in | obj, |
| in | g | ||
| ) |
| Property d_initialized |
| Property d_mesh |
| Property d_number_groups |
| Property d_source_map |
| Property d_source_vec |
| Property d_sources |
1.7.3