speciesEngyAbs
Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.
Indicates Vorpal should calculate the energy absorbed by a given absorber. This history calculates the energy for all the particles absorbed during one time step. (Joules/second) speciesEngyAbs requires both a
species
andptclAbsorbers
. This History tracks the energy from charged particles as they impact the absorber.
speciesEngyAbs Parameters
species
(string vector, required):Name of a species type to record its total energy in the whole simulation domain.
speciesEngyAbs Particle Species History Example
<History ptclHistEnergy>
kind = speciesEngyAbs
species = [ions]
ptclAbsorbers = [rightAbsorber]
</History>