Inheritance diagram for one_d_Maxwell:
Public Member Functions | |
double | f (double E) |
one_d_Maxwell () | |
~one_d_Maxwell () | |
void | initiate (double e_in, double Theta, double U) |
Sets up the parameters. | |
void | extrema () |
Inserts the links for the extrema. | |
void | copy (one_d_Maxwell &list_2) |
Copies a list. | |
void | list_interp (double e_in, one_d_Maxwell &left_list, one_d_Maxwell &right_list) |
Interpolates this list between left_list and right_list. | |
Private Attributes | |
double | U_ |
double | Theta_ |
Definition at line 113 of file distrib_1d.hpp.
|
Sets up the interpolation method, either based on most probable bins (default) or pointwise tolerances. Definition at line 570 of file distrib_1d.cpp. |
|
Empty destructor. Definition at line 125 of file distrib_1d.hpp. |
|
Definition at line 667 of file distrib_1d.cpp. References dd_list::copy(), distrib_base::interp_type, Theta_, U_, and distrib_base::weight. |
|
Starts a list by inserting the maximum, minimum and inflection points. Definition at line 627 of file distrib_1d.cpp. References f(), dd_list::max_E_out, and Theta_. Referenced by initiate(). |
|
, where Implements distrib_base. Definition at line 677 of file distrib_1d.cpp. References dd_list::E_in(), pastenum(), Theta_, U_, and Warning(). Referenced by extrema(). |
|
Definition at line 574 of file distrib_1d.cpp. References distrib_base::bin_interp, dd_list::E_in(), ENDL, extrema(), distrib_base::get_bins(), Global, ENDLClass::Max_E_out, dd_list::max_E_out, dd_list::min_E_out, distrib_base::renorm(), Theta_, distrib_base::thicken(), ENDLClass::threshold, U_, GlobalParameterClass::Value(), dd_link::x, and dd_link::y. Referenced by list_interp(). |
|
Definition at line 696 of file distrib_1d.cpp. References dd_list::E_in(), initiate(), distrib_base::interp_type, Lin_Lin(), Lin_Log(), Log_Lin(), Log_Log(), pastenum(), SevereError(), Theta_, U_, and Unimplemented(). |
|
Parameter that describes secondary energy distribution (eV). Referenced by copy(), extrema(), f(), initiate(), and list_interp(). |
|
Parameter that defines the upper energy limit for a secondary neutron (eV). Referenced by copy(), f(), initiate(), and list_interp(). |