pxn - Returns the neutron evaporation probability
#include <nuclib.h>
double pxn(int Z, int A, double U, int x);
Link with -lnuclib.
The pxn() function returns the probability a nucleus with excitation energy U emits exactly x neutrons.
|
Z A |
Atomic and mass number of nucleus |
|||
|
U |
Excitation energy in MeV |
|||
|
x |
Number of emitted neutrons |
The function pxn() returns the dimesionless value described.
J.D. Jackson, Can. J. Phys. 34, 767 (1956).
This manual page was written by Ricardo Yanez.
Report bugs to <ricardo.yanez@calel.org>.
Copyright © 2012-2017 Ricardo Yanez.
This is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.
nuclib(3)