AT.total.fluence.cm2 {libamtrack} | R Documentation |
Computes the total fluence of a mixed particle field
AT.total.fluence.cm2(E.MeV.u, particle.no, D.Gy, material.no, stopping.power.source.no)
E.MeV.u |
energy of particles in the mixed particle field (array of
size |
particle.no |
particle index (array of size
|
D.Gy |
doses of particles in the mixed particle field (array of size
|
material.no |
material index (see also |
stopping.power.source.no |
TODO (see also
|
total.fluence.cm |
total.fluence.cm |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_PhysicsRoutines.c#L545
# Compute total fluence in a # and a mixed field of # high and low energy protons # that deliver the same dose to water AT.total.fluence.cm2( E.MeV.u = c(100, 5), particle.no = c(1001, 1001), D.Gy = c(1, 1), material.no = 1, stopping.power.source.no = 2)