folding - Returns the fission folding angle
#include <nuclib.h>
double folding(int zp, int ap, int zt, int at, double elab, double qA, double *qAB);
Link with -lnuclib.
The folding() function returns the symmetric folding angle assuming symmetric fission, and the folding angle at one fixed angle (qA) via a pointer (*qAB).
|
zp ap |
Atomic and mass numbers of projectile | ||
|
zt at |
Atomic and mass numbers of target | ||
|
elab |
Kinetic energy of projectile in laboratory system in MeV | ||
|
qA |
Fission fragment lab angle in degrees |
The function folding() returns the value described in units of degrees.
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)