MatlabTransportPack
Public Member Functions | Public Attributes

FLARE Class Reference

Implements the classic FLARE method in 2-D. More...

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

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:
inputUser input
matMaterial database
mapMap 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

Property d_f

2-d array of fission density (plots, etc.)

Property d_h

Bundle width.

Property d_input

User input.

Property d_k

K-eigenvalue.

Property d_kinf

1-d array of bundle kinf's.

Property d_map

Core map (2-d array of bundle id's)

Property d_mat

Material database.

Property d_mat_map

1-d array of bundle types.

Property d_max_iters
Property d_max_p

Maximum peaking factor.

Property d_model
Property d_neighbors

List of neighbors of each bundle.

1-d array of the number of neigbors each bundle has.

Property d_number_nodes

Number of bundles.

Property d_p

1-d array of peaking factors

Property d_s

Fission density.

Property d_tolerance_k

Tolerance on eigenvalue.

Property d_tolerance_s

Tolerance on fission source.

Property d_wleak
Property d_wpp
Property d_wpq
Property d_wqp

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