Learn R Programming

libamtrack (version 0.6.3)

AT.total.fluence.cm2: AT.total.fluence.cm2

Description

Computes the total fluence of a mixed particle field

Usage

AT.total.fluence.cm2(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 number.of.field.components) (see also E.MeV.u).
particle.no
particle index (array of size number.of.field.components) (see also particle.no).
D.Gy
doses of particles in the mixed particle field (array of size number.of.field.components).
material.no
material index (see also material.no).
stopping.power.source.no
TODO (see also stopping.power.source.no).

Value

  • total.fluence.cmtotal.fluence.cm

See Also

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

Examples

Run this code
# 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)

Run the code above in your browser using DataLab