Inheritance diagram for two_d_Maxwell:
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 |
|
Default constructor. Definition at line 336 of file mf5classes.cpp. References ENDL, ENDLClass::Max_E_in, Max_energy, and UU. |
|
Definition at line 343 of file mf5classes.cpp. References ENDL, ENDLClass::eV2MeV, ENDLClass::Max_E_in, Max_energy, and UU. |
|
Default destructor. Definition at line 350 of file mf5classes.cpp. |
|
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(). |
|
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(). |
|
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(). |
|
Converts the upper energy limit to MeV and stores. Definition at line 135 of file mf5classes.hpp. References ENDL, ENDLClass::eV2MeV, and UU. |
|
The list of "Theta" parameters for the Maxwellian distributions. Referenced by make_list(), and read_data(). |
|
Definition at line 125 of file mf5classes.hpp. Referenced by LoadMF5Data(), and read_data(). |
|
Globally set maximum incident neutron energy to consider. Referenced by make_list(), and two_d_Maxwell(). |
|
The upper energy limit "U" parameter after being converted to MeV. Referenced by insert(), set_U(), and two_d_Maxwell(). |