Include dependency graph for distrib_1d.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | one_d_evap |
Used for the evaporation model at one incident neutron energy. More... | |
class | one_d_hat |
This class is a hat function energy distribution, and is used for debugging. More... | |
class | one_d_isotropic |
Used for the isotropic angular distribution at one incident energy. More... | |
class | one_d_Legendre |
Used for the Legendre angular distribution at one incident energy. More... | |
class | one_d_Madland |
Used for the Madland-Nix model at one incident neutron energy. More... | |
class | one_d_Maxwell |
Used for the Maxwell model at one incident energy. More... | |
class | one_d_table |
Used for tables of pairs at one incident neutron energy (i.e., energy of emitted particle and probability density). | |
class | one_d_Watt |
Used for the Watt model at one incident neutron energy. More... | |
Functions | |
double | Watt_max (double beta, double dummy) |
Used to locate the maximum of the Watt function. |
Definition in file distrib_1d.hpp.
|
Function to locate the Watt spectrum maximum probability in outgoing particle energy. Definition at line 998 of file distrib_1d.cpp. Referenced by one_d_Watt::extrema(). |