Projectile/element file format


Projectile/element files have two purposes. At first, they define the projectiles and their properties available for the simulation. Second, they define the chemical elements for the target material (de)composition.
The usual file name extension is .proj. Example.

File version 20090415

(TRAX version > 0804 )
!filetype    trxproj
!fileversion <yyyymmdd>
!filedate    <dow> <mmm> <dd> <hh>:<mm>:<ss> <yyyy>
# 
# Comment
#
!projectile      <name>
<Z_1>, <A_1>, <Mr_1>, <abundancy_1>
[
[
<Z_2>, <A_2>, <Mr_2>, <abundancy_2>
]
...
] 
The name for ionic projectiles is the generic element symbol.
The nuclides of a particular element are characterized by charge, Z, mass number, A, mass relative to the mass standard (12C), Mr, and natural abundancy (in percent).
For other projectiles (electrons, photons, neutrons) these entries are only formal, since these are filled internally.

References


Last updated: M.Kraemer,
$Id: traxfmtproj.html,v 1.2 2011/03/23 10:11:34 kraemer Exp $