tke - Returns the total kinetic energy release in fission (Viola systematics)
#include <nuclib.h>
double tke(int Z , int A);
double tke_a(int z1 , int a1 , int z2 , int a2);
Link with -lnuclib.
The tke() function returns the total kinetic energy release in fission (Viola systematics) in MeV.
|
Z A |
Atomic and mass number of fissioning nucleus. |
The tke_a() function returns the total kinetic energy release in asymmetric fission.
|
z1 a1 |
Atomic and mass number of first fission fragment |
|||
|
z2 a2 |
Atomic and mass number of second fission fragment |
such that z1+z2 equals the atomic number of the fissioning nucleus, and a1+a2 equals the mass number.
The functions tke() and tke1() return the value described in units of MeV.
The systematics of total kinetic energy release in fission, AKA "Viola systematics", was published by V.E. Viola, K. Kwiatkowski, M. Walker in Phys. Rev. C 31, 1550 (1985).
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)