- speciesRmsDistToAxis
speciesRmsDistToAxis
Works with any VSim license.
Collect the average RMS distance to a given grid axis for all the particles in a species.
speciesRmsDistToAxis Parameters
- species (string vector, required)
- The name of the species use in the calculation. 
- axis (integer, required)
- The axis to which Vorpal should calculate the average RMS distance. 
speciesRmsDistToAxis History Example
<History rmsDistToAxis>
  kind = speciesRmsDistToAxis
  species = [electrons]
  axis = 0
</History>