Inheritance diagram for two_d_Madland:
Public Member Functions | |
two_d_Madland () | |
Default constructor. | |
~two_d_Madland () | |
Default destructor. | |
void | set_EF (double EFL, double EFH) |
Sets the parameters. | |
void | set_U (double U) |
Empty function. | |
void | insert (two_d_iterator where, double e_in, double TM) |
Inserts a distribution for the given incident neutron energy. | |
void | read_data (mf5_file &inFile, int NR, int NP) |
Reads all the data. | |
void | make_list () |
Expands the data into a list. | |
Public Attributes | |
bool | duplicate_Ein |
Private Attributes | |
dd_list | Madland_TM |
double | EFL_ |
double | EFH_ |
double | Max_energy |
|
Default constructor. Definition at line 729 of file mf5classes.cpp. References EFH_, EFL_, ENDL, ENDLClass::Max_E_in, and Max_energy. |
|
Default destructor. Definition at line 737 of file mf5classes.cpp. |
|
Definition at line 842 of file mf5classes.cpp. References two_d_list< one_d_Madland >::_weight, EFH_, EFL_, dd_list::evaluate(), and two_d_list< one_d_Madland >::two_d_iterator. Referenced by make_list(). |
|
Definition at line 742 of file mf5classes.cpp. References two_d_list< one_d_Madland >::chop_highE(), ENDL, EPS, Global, insert(), Madland_TM, Max_energy, two_d_list< one_d_Madland >::set_interp(), two_d_list< one_d_Madland >::thicken(), GlobalParameterClass::Value(), and ENDLClass::write_file. Referenced by LoadMF5Data(). |
|
Definition at line 788 of file mf5classes.cpp. References two_d_list< one_d_Madland >::_weight, duplicate_Ein, ENDL, ENDLClass::eV2MeV, dd_list::expand_interp(), ENDF_file::get_regions(), two_d_list< one_d_Madland >::INT, dd_list::INT, Madland_TM, ENDLClass::Max_E_in, two_d_list< one_d_Madland >::NBT, dd_list::NBT, pastenum(), dd_list::read_data(), read_dd(), mf5_file::read_Madland(), set_EF(), SevereError(), Warning(), dd_link::x, and dd_link::y. Referenced by LoadMF5Data(). |
|
Definition at line 210 of file mf5classes.hpp. References EFH_, EFL_, ENDL, and ENDLClass::eV2MeV. Referenced by read_data(). |
|
Definition at line 217 of file mf5classes.hpp. |
|
Definition at line 202 of file mf5classes.hpp. Referenced by LoadMF5Data(), and read_data(). |
|
The average kinetic energy per nucleon of the heavy fragment. Referenced by insert(), set_EF(), and two_d_Madland(). |
|
The average kinetic energy per nucleon of the light fragment. Referenced by insert(), set_EF(), and two_d_Madland(). |
|
The Madland TM parameters. Referenced by make_list(), and read_data(). |
|
Globally set maximum incident neutron energy. Referenced by make_list(), and two_d_Madland(). |