bf - Returns the fission barrier
#include <nuclib.h>
double bf_tf(int Z, int A, int J);
double ushell(int Z, int A);
Link with -lnuclib.
The bf_tf() function returns the Thomas-Fermi fission barrier. The ushell() function returns the shell correction term, which is taken as the microscopic energy correction within the FRDM.
|
Z |
Atomic number of compound nucleus | ||
|
A |
Mass number of compound nucleus | ||
|
J |
Angular momentum of compound nucleus in units of h-bar. |
The function bf_tf() returns the value described in units of MeV. If J>0, the barrier is scaled with the FRDM barrier (Sierk). The function ushell() returns the value described in units of MeV.
W.D. Myers, W.J. Swiatecki, Phys. Rev. C 60, 014606 (1999). P. Moller, J.R. Nix, W.D. Myers, W.J. Swiatecki, At. Data and Nucl. Data Tables 59 (1995) 185.
This manual page was written by Ricardo Yanez.
Report bugs to <ricardo.yanez@calel.org>.
Copyright © 2004-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)