- History-jDotE
jDotE
works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.
indicates Vorpal should calculate the integrated J dot E power
within the volume defined by upperBounds
and
lowerBounds
of two fields.
jDotE Parameters
- lowerBounds
Defines a volume. Vorpal calculates the J dot E power within this volume.
- upperBounds
Defines a volume. Vorpal calculates the J dot E power within this volume.
- fields (string vector, required)
Indicates the fields for a History kind that reports data for a multiple fields. Exactly two fields must be specified in the fields keyword. The first one is the current density. The second one is the associated electric field. One can specify the total current density or the current density from a specific species.
jDotE History Example
<History JdotEPower>
kind = jDotE
lowerBounds = [1 1 1]
upperBounds = [3 3 3]
fields = [multiField.J multiField.E]
</History>