- speciesNumberOf
speciesNumberOf¶
Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.
Indicates Vorpal should calculate the total number of macro-particles for a simulation species.
speciesNumberOf Parameters¶
- species (string vector, required)
Name of a species type to record its total number of macro-particles in the whole simulation domain.
speciesNumberOf Particle Species History Example¶
# Specify history diagnostics
<History numElectrons>
kind = speciesNumberOf
species = [electrons]
</History>