TABLE OF CONTENTS
/relativeVelocity [ Modules ]
NAME
module relativeVelocity
PURPOSE
Evaluates relative velocity of particle and a fermi sea of nucleons
relativeVelocity/vrel_times_rho [ Functions ]
[ Top ] [ relativeVelocity ] [ Functions ]
NAME
real function vrel_times_rho(rho,mass,p,fastIN)
PURPOSE
- Evaluates the average relative velocity of a particle with a fermi sea of protons or neutrons.
- Returns (average velocity x proton/neutron density)
- See appendix A.4 of oliver's thesis for details
INPUTS
real, intent(in) :: rho ! Density in fm^-3 real, intent(in) :: mass ! Mass of particle real, intent(in),dimension(1:3) :: p ! Momentum of particle
OUTPUT
average velocity x density [GeV^3]
relativeVelocity/vrel_integrand [ Functions ]
[ Top ] [ relativeVelocity ] [ Functions ]
NAME
real function vrel_integrand(p_nuc)
PURPOSE
- Integrand for vrel_times_rho