AT.Stopping.Power: AT.Stopping.Power

Description Usage Arguments Value See Also

View source: R/libamtrack.R

Description

Retrieves the electronic stopping power in keV/um for the requested energies and particles for a specified material and data source. The data source is thereby given via its name (s. AT_StoppingPowerData.h for details), except for data that should be read from a file, in this case the (path and) filename has to be provided. In this case, the user has to make sure that energy and stopping power units are correct and that the data match the given material (use material.no = 0 for custom-defined material) for density scaling. The file has to be plain ASCII with three columns (separated by space) charge, energy, and stopping power and sorted in ascending order by first charge than energy any alphanumeric comment can be inserted (in separate lines)

Usage

1
2

Arguments

stopping.power.source

name of the data source (see also stopping.power.source).

E.MeV.u

kinetic energies in MeV per amu (array of size n) (see also E.MeV.u).

particle.no

particle numbers (array of size n) (see also particle.no).

material.no

material number (see also material.no).

Value

stopping.power.keV.um

array to return stopping powers (array of size n)

status

status

See Also

View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_StoppingPower.c#L86


libamtrack documentation built on May 2, 2019, 4:55 p.m.