WJ - Returns the fission angular distribution for a given J
#include <nuclib.h>
double WJ0(int J, double K0, double q);
Link with -lnuclib.
The WJ0() function returns the value of the angular distribution for a given J. This function is only valid for a fission angular distribution when both the projectile and target spins are zero, since it assumes M=0. It is also only valid for first-chance fission, since after deexcitation, M is not zero.
|
J |
Total spin quantum number |
|||
|
K0 |
Standard deviation of the K quantum number |
|||
|
q |
Angle (radians) |
The function WJ0() returns the dimesionless value described.
Vandenbosch and Huizenga, "Nuclear Fission". Academic Press 1973.
This manual page was written by Ricardo Yanez.
Report bugs to <ricardo.yanez@calel.org>.
Copyright © 2010-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)