Description Usage Arguments Value See Also Examples
Computes the fluence-weighted average energy of a particle field Needed by SuccessiveConvolutions
1 | AT.fluence.weighted.E.MeV.u(E.MeV.u, fluence.cm2)
|
E.MeV.u |
energy of particles in the mixed particle field (array of
size |
fluence.cm2 |
fluences of particles in the mixed particle field (array
of size |
average.E.MeV.u |
average.E.MeV.u |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/tags/0.6.3/src/AT_PhysicsRoutines.c#L578
1 2 3 4 5 6 7 8 9 | # fluence- and dose-weighted mean energy for a simple mixed field
# of high and low (99/1) energy protons
AT.fluence.weighted.E.MeV.u( E.MeV.u = c(100, 1),
fluence.cm2 = c(99e8, 1e8))
AT.dose.weighted.E.MeV.u( E.MeV.u = c(100, 1),
particle.no = c(1001, 1001),
fluence.cm2 = c(99e8, 1e8),
material.no = 1, # water
stopping.power.source.no = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.