xeff - Returns the effective fissility parameter
#include <nuclib.h>
double xeff(int zp , int ap , int zt , int at);
Link with -lnuclib.
The xeff() function returns the effective entrance channel fissility parameter.
|
zp ap |
Atomic and mass number of the projectile |
|||
|
zt at |
Atomic and mass number of the target |
The function xeff() returns the value described dimensionless.
R. Bass in Nucl. Phys. A231, 45 (1974).
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)