Conference Room SAD
[thread display] [new arrival display] [word search] [past log] [管理用]

Subject Re: SAD Update. V1.0.10.4.16a10 TrackParticles, WriteBeamLine, PrintBeamLine, etc/
Date: 2011/07/12(Tue) 10:58:16
ContributorK. Oide

Dear Users,

1. The 3rd and 4th arguments of TrackParticles are modified as:


TrackParticles[beam, destination-component, nbegin, nend]

returns a beam after the tracking at the entrance of the destination-
component. The destination can be specified by the name of the component
or by a number obtained by LINE["POSITION", component].
If destination is omitted, the end of the line is assumed.

The argument nbegin is the initial turn number to be passed to tracking to indicate
it is in the n-th turn. The number is increased by 1 when it passes the end of beam line.
If nbegin is omitted, 1 is assumed.

The argument nend is the last turn number. The default is nbegin.

The variable beam and also the result of TrackParticles are lists of the
form

{location, coordinates}

where location is the position-number of the starting point. If location is
same as or in the downstream of destination, the tracking is done by
folding across the beginning of the beam line. The coordinates are in a list of {7, np}
form, where np is the number of particles. The first 6 elements of
coordinates specifies

{x, px/p0, y, py/p0, z, dp/p0}

in this order. The {7, i} is the flag which is True(==1) when the
particle is alive, and False(==0) when lost.

When a flag RADLIGHT is on, TrackParticles returns the trajectories of
particles which are used to calculate the radiation fields. See
RadiationField and RadiationSpectrum.

When PHOTONS is ON (default is OFF), TrackParticles generates a list of all
photons radiated through the tracking. The list is assigned to a symbol PhotonList.

See also:
components LINE PHOTONS PhotonList RADLIGHT TouschekLifetime
WakeFunction


- 関連一覧ツリー (Click ▼ to display all articles in a thread.)