Changes between Version 27 and Version 28 of doc/app/particle_parameters
- Timestamp:
- Sep 13, 2010 11:43:32 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/particle_parameters
v27 v28 14 14 }}} 15 15 {{{#!td 16 Temporal interval at which particles are to be released from a particle source (in s).\\ \\16 Temporal interval at which particles are to be released from a particle source (in s).\\ 17 17 By default particles are released only at the beginning of a simulation (t_init=0). The time of the first release (t_init) can be changed with package parameter [#particle_advection_start particle_advection_start]. The time of the last release can be set with the package parameter [#end_time_prel end_time_prel]. If '''dt_prel''' has been set, additional releases will be at ''t = t_init+'''dt_prel''', t_init+2*'''dt_prel''', t_init+3*'''dt_prel''', etc..'' Actual release times may slightly deviate from thesel values (see e.g. [../d3par#dt_dopr dt_dopr]).\\\\ 18 18 The domain of the particle source as well as the distance of released particles within this source are determined via package parameters [#pst pst], [#psl psl], [#psr psr], [#pss pss], [#psn psn], [#psb psb], [#pdx pdx], [#pdy pdy] and [#pdz pdz]. By default, one particle is released at all points defined by these parameters. The package parameter [#particles_per_point particles_per_point] can be used to start more than one particle per point.\\\\