AT.electron.density.m3.from.composition {libamtrack} | R Documentation |
Computes the electron density for a given material composition
AT.electron.density.m3.from.composition(density.g.cm3, Z, A, weight.fraction)
density.g.cm3 |
physical density (in g per cm3) of material. |
Z |
atomic numbers of constituents (array of size n). |
A |
mass numbers of constituents (array of size n). |
weight.fraction |
relative fractions of weight of constituents (array of size n). |
electron.density.m3 |
electron density per m3 |
View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/trunk/src/AT_DataMaterial.c#L364