Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

two_d_Maxwell Class Reference

Class to handle the simple fission spectrum (Maxwellian).

Inheritance diagram for two_d_Maxwell:

Inheritance graph
[legend]
Collaboration diagram for two_d_Maxwell:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 two_d_Maxwell ()
 Default constructor.

 two_d_Maxwell (double U)
 Constructor with specific U parameter.

 ~two_d_Maxwell ()
 Default destructor.

void set_U (double U)
 Sets the U parameter.

void insert (two_d_iterator where, double e_in, double Theta)
 Inserts a distribution for the given incident neutron energy.

void read_data (mf5_file &inFile, int NR, int NP)
 Read in all the data.

void make_list ()
 Expands the data into a list.


Public Attributes

bool duplicate_Ein

Private Attributes

dd_list _theta
double UU
double Max_energy

Constructor & Destructor Documentation

two_d_Maxwell::two_d_Maxwell  ) 
 

Default constructor.

Definition at line 336 of file mf5classes.cpp.

References ENDL, ENDLClass::Max_E_in, Max_energy, and UU.

two_d_Maxwell::two_d_Maxwell double  U  ) 
 

Parameters:
U the upper energy limit parameter
Constructor that sets the U parameter upon instantiation.

Definition at line 343 of file mf5classes.cpp.

References ENDL, ENDLClass::eV2MeV, ENDLClass::Max_E_in, Max_energy, and UU.

two_d_Maxwell::~two_d_Maxwell  ) 
 

Default destructor.

Definition at line 350 of file mf5classes.cpp.


Member Function Documentation

void two_d_Maxwell::insert two_d_iterator  where,
double  e_in,
double  Theta
 

Parameters:
where the place to put the new link
e_in the incident neutron energy
Theta the ??

Definition at line 456 of file mf5classes.cpp.

References two_d_list< one_d_Maxwell >::_weight, dd_list::evaluate(), two_d_list< one_d_Maxwell >::two_d_iterator, and UU.

Referenced by make_list().

void two_d_Maxwell::make_list  ) 
 

Definition at line 355 of file mf5classes.cpp.

References _theta, two_d_list< one_d_Maxwell >::chop_highE(), ENDL, EPS, Global, insert(), Max_energy, two_d_list< one_d_Maxwell >::renorm(), two_d_list< one_d_Maxwell >::set_interp(), two_d_list< one_d_Maxwell >::thicken(), GlobalParameterClass::Value(), and ENDLClass::write_file.

Referenced by LoadMF5Data().

void two_d_Maxwell::read_data mf5_file inFile,
int  NR,
int  NP
 

Parameters:
inFile the MF=5 intermediate file to read the data from
NR the number of interpolation regions
NP number of data points

Definition at line 404 of file mf5classes.cpp.

References _theta, two_d_list< one_d_Maxwell >::_weight, duplicate_Ein, ENDL, ENDLClass::eV2MeV, dd_list::expand_interp(), ENDF_file::get_regions(), two_d_list< one_d_Maxwell >::INT, dd_list::INT, ENDLClass::Max_E_in, two_d_list< one_d_Maxwell >::NBT, dd_list::NBT, pastenum(), dd_list::read_data(), read_dd(), mf5_file::read_line2(), SevereError(), Warning(), dd_link::x, and dd_link::y.

Referenced by LoadMF5Data().

two_d_Maxwell::set_U double  U  )  [inline]
 

Converts the upper energy limit to MeV and stores.

Definition at line 135 of file mf5classes.hpp.

References ENDL, ENDLClass::eV2MeV, and UU.


Member Data Documentation

two_d_Maxwell::_theta [private]
 

The list of "Theta" parameters for the Maxwellian distributions.

Referenced by make_list(), and read_data().

bool two_d_Maxwell::duplicate_Ein
 

Definition at line 125 of file mf5classes.hpp.

Referenced by LoadMF5Data(), and read_data().

two_d_Maxwell::Max_energy [private]
 

Globally set maximum incident neutron energy to consider.

Referenced by make_list(), and two_d_Maxwell().

two_d_Maxwell::UU [private]
 

The upper energy limit "U" parameter after being converted to MeV.

Referenced by insert(), set_U(), and two_d_Maxwell().


Generated on Thu Sep 7 10:47:02 2006 for fete -- From ENDFB6 To ENDL by doxygen 1.3.4