History-fieldPoyn

fieldPoyn

works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.

indicates Vorpal should calculate the integrated Poynting vector (energy flux) through the area defined by the upperBounds and lowerBounds of two fields.

fieldPoyn Parameters

lowerBounds

Defines a surface area. Vorpal calculates the integrated Poynting vector through this surface area.

upperBounds

Defines a surface area. Vorpal calculates the integrated Poynting vector through this surface area.

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.

fieldPoyn History Example

<History fieldPoynPt>
    kind = fieldPoyn
    lowerBounds = [1 1 1]
    upperBounds = [1 3 3]
    fields = [multiField.elecField multiField.magField]
</History>