AT.fluence.cm2.from.dose.Gy {libamtrack}R Documentation

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.cm2

to 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/trunk/src/AT_PhysicsRoutines.c#L376


[Package libamtrack version 0.6.4 Index]