nu_pre, nu_post, nu_tot - Returns the average pre-, post- and total fission neutron multiplicity
#include <nuclib.h>
double nu_pre(int A, double U);
double nu_post(int A, double U);
double nu_tot(int A, double U);
Link with -lnuclib.
The nu_pre() function returns the average pre-fission neutron multiplicity and the nu_post() function returns the average post-fission neutron multiplicity, and the nu_tot() function returns the average total fission neutron multiplicity, given the compound nucleus A and initial excitation energy E*.
|
A |
Atomic number of compound nucleus |
|||
|
U |
Excitation energy of compound nucleus in MeV |
The functions nu_pre(), nu_post() and nu_tot() return the dimesionless value described.
Itkis et al., Phys. Part. Nucl. 29, 160 (1998).
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)