elastic - Returns the elastic kinetic energy of a projectile
#include <nuclib.h>
double elastic(int ap, int at, double elab, double q);
double citsale(int ap, int at, double elas, double q);
Link with -lnuclib.
The elastic() function returns the elastic scattering kinetic energy in the lab system. The citsale() function returns the projectile kinetic energy in the lab system given the elastic energy.
|
ap at |
Mass numbers of projectile and target | ||
|
elab |
Kinetic energy of projectile in laboratory system in MeV | ||
|
elas |
Kinetc energy of elastic in laboratory system in MeV | ||
|
q |
lab angle in degrees |
The functions elastic() and citsale() return the value described in units of MeV.
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)