__init__(self,
prms,
lsm)
(Constructor)
|
|
Constructs the source Runnable.
- Parameters:
prms - object which governs the source particle trajectory. This object
is expected to define a getPosn(t) method which returns a
relative position for time t, and also define a getInitialPosn()
method which returns the location of the source disturbance.
lsm (esys.lsm.sim.WavePropagation.WavePropagation) - a WavePropagation lattice solid model object. A source particle
in this model is moved according to the trajectory specifed by
the prms argument.
|