Inheritance diagram for two_d_evap:
Public Member Functions | |
two_d_evap () | |
Default constructor. | |
two_d_evap (double U) | |
Constructor with specific U parameter. | |
~two_d_evap () | |
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 a 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 | _theta |
double | UU |
double | Max_energy |
|
Default constructor. Definition at line 199 of file mf5classes.cpp. References ENDL, ENDLClass::Max_E_in, Max_energy, and UU. |
|
Definition at line 206 of file mf5classes.cpp. References ENDL, ENDLClass::eV2MeV, ENDLClass::Max_E_in, Max_energy, and UU. |
|
Default destructor. Definition at line 213 of file mf5classes.cpp. |
|
Definition at line 320 of file mf5classes.cpp. References two_d_list< one_d_evap >::_weight, dd_list::evaluate(), two_d_list< one_d_evap >::two_d_iterator, and UU. Referenced by make_list(). |
|
Definition at line 218 of file mf5classes.cpp. References _theta, two_d_list< one_d_evap >::chop_highE(), ENDL, EPS, Global, insert(), Max_energy, two_d_list< one_d_evap >::renorm(), two_d_list< one_d_evap >::set_interp(), two_d_list< one_d_evap >::thicken(), GlobalParameterClass::Value(), and ENDLClass::write_file. Referenced by LoadMF5Data(). |
|
Definition at line 267 of file mf5classes.cpp. References _theta, two_d_list< one_d_evap >::_weight, duplicate_Ein, ENDL, ENDLClass::eV2MeV, dd_list::expand_interp(), ENDF_file::get_regions(), two_d_list< one_d_evap >::INT, dd_list::INT, ENDLClass::Max_E_in, two_d_list< one_d_evap >::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 99 of file mf5classes.hpp. References ENDL, ENDLClass::eV2MeV, and UU. |
|
The list of "Theta" parameters for the evaporation distributions. Referenced by make_list(), and read_data(). |
|
Definition at line 89 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_evap(). |
|
The upper energy limit "U" parameter after being converted to MeV. Referenced by insert(), set_U(), and two_d_evap(). |