Learn R Programming

libamtrack (version 0.6.3)

AT.fluence.cm2.from.dose.Gy: AT.fluence.cm2.from.dose.Gy

Description

Returns fluence in 1/cm2 for each given particle

Usage

AT.fluence.cm2.from.dose.Gy(E.MeV.u, particle.no, D.Gy, material.no,
 stopping.power.source.no)

Arguments

E.MeV.u
energy of particles in the mixed particle field (array of size n) (see also E.MeV.u).
particle.no
type of the particles in the mixed particle field (array of size n) (see also particle.no).
D.Gy
dose / Gy for each particle type (array of size n).
material.no
material index (see also material.no).
stopping.power.source.no
TODO (see also stopping.power.source.no).

Value

  • fluence.cm2to be allocated by the user which will be used to return the results (array of size n)

See Also

View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/tags/0.6.3/src/AT_Phy sicsRoutines.c#L380