Implements the classic FLARE method in 2-D.
More...
List of all members.
Public Member Functions |
| function | FLARE (in input, in mat, in map) |
| | Class constructor.
|
| function | solve (in this) |
| | Solve the nodal equations.
|
| function | make_power (in this) |
| function | plot_peak (in this) |
Public Attributes |
| Property | d_input |
| | User input.
|
| Property | d_mat |
| | Material database.
|
| Property | d_map |
| | Core map (2-d array of bundle id's)
|
| Property | d_mat_map |
| | 1-d array of bundle types.
|
| Property | d_neighbors |
| | List of neighbors of each bundle.
|
| Property | d_number_nodes |
| | Number of bundles.
|
| Property | d_number_neighbors |
| | 1-d array of the number of neigbors each bundle has.
|
| Property | d_h |
| | Bundle width.
|
| Property | d_kinf |
| | 1-d array of bundle kinf's.
|
| Property | d_k |
| | K-eigenvalue.
|
| Property | d_s |
| | Fission density.
|
| Property | d_f |
| | 2-d array of fission density (plots, etc.)
|
| Property | d_p |
| | 1-d array of peaking factors
|
| Property | d_max_p |
| | Maximum peaking factor.
|
| Property | d_tolerance_k |
| | Tolerance on eigenvalue.
|
| Property | d_tolerance_s |
| | Tolerance on fission source.
|
| Property | d_max_iters |
| Property | d_wpp |
| Property | d_wqp |
| Property | d_wleak |
| Property | d_wpq |
| Property | d_model |
Detailed Description
Implements the classic FLARE method in 2-D.
More here.
Constructor & Destructor Documentation
| function FLARE |
( |
in |
input, |
|
|
in |
mat, |
|
|
in |
map |
|
) |
| |
Class constructor.
- Parameters:
-
| input | User input |
| mat | Material database |
| map | Map of assembly type placement |
- Returns:
- Instance of the FLARE class.
Member Function Documentation
| function make_power |
( |
in |
this | ) |
|
| function plot_peak |
( |
in |
this | ) |
|
| function solve |
( |
in |
this | ) |
|
Solve the nodal equations.
Member Data Documentation
2-d array of fission density (plots, etc.)
1-d array of bundle kinf's.
Core map (2-d array of bundle id's)
1-d array of bundle types.
List of neighbors of each bundle.
1-d array of the number of neigbors each bundle has.
1-d array of peaking factors
Tolerance on fission source.
The documentation for this class was generated from the following file:
- /home/robertsj/Research/matlab_transport_pack/source/FLARE.m