AT.fluence.cm2.from.dose.Gy {libamtrack} | R Documentation |
Returns fluence in 1/cm2 for each given particle
AT.fluence.cm2.from.dose.Gy(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 n) (see also |
particle.no |
type of the particles in the mixed particle field (array
of size n) (see also |
D.Gy |
dose / Gy for each particle type (array of size n). |
material.no |
material index (see also |
stopping.power.source.no |
TODO (see also
|
fluence.cm2 |
to be allocated by the user which will be used to return the results (array of size n) |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_PhysicsRoutines.c#L376