- fieldMomen
fieldMomen
Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.
Indicates Vorpal should calculate the total momentum of EM fields listed in the fields parameter. fieldMomen may have
lowerBounds
andupperBounds
. By default, if you do not specifylowerBounds
andupperBounds
for fieldMomen, Vorpal calculates the momentum of the entire simulation space.
fieldMomen Parameters
- lowerBounds (integer vector)
fieldMomen may have
lowerBounds
andupperBounds
to measure the field momentum only in the region defined bylowerBounds
/upperBounds
parameter. fieldMomen may havelowerBounds
andupperBounds
. By default, if you do not specifylowerBounds
andupperBounds
for fieldMomen, Vorpal calculates the momentum of the entire simulation space.
- upperBounds (integer vector)
fieldMomen may have
lowerBounds
andupperBounds
to measure the field momentum only in the region defined bylowerBounds
/upperBounds
parameter. fieldMomen may havelowerBounds
andupperBounds
. By default, if you do not specifylowerBounds
andupperBounds
for fieldMomen, Vorpal calculates the momentum of the entire simulation space.
- 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 electric field. The second one is the associated magnetic field.
fieldMomen History Example
<History myFieldMomen>
kind = fieldMomen
fields = [multiField.elecField multiField.magField]
</History>