AT.momentum.MeV.c.u.from.E.MeV.u: AT.momentum.MeV.c.u.from.E.MeV.u

Description Usage Arguments Value See Also Examples

View source: R/libamtrack.R

Description

Returns relativistic momenta per nucleon for particles with given kinetic energy

Usage

1

Arguments

E.MeV.u

kinetic energy per nucleon (array of size n) (see also E.MeV.u).

Value

momentum.MeV.c

momentum per nucleon (array of size n)

return

return

See Also

View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_PhysicsRoutines.c#L285

Examples

1
2
3
4
5
6
# Relation between kinetic proton energy and momentum
# in relativistic and non-relativistic regime
E.MeV.u     <- 10^seq(-2, 5, length.out = 100)
df          <- data.frame( E.MeV          = E.MeV.u,
                           p.MeV.c        =
 AT.momentum.MeV.c.u.from.E.MeV.u(E.MeV.u)$momentum.MeV.c)

libamtrack documentation built on May 2, 2019, 4:55 p.m.