edgeToNodeVec

edgeToNodeVec

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

MultiField updater that interpolates field components between grid edges and nodes.

nodeToEdge Parameters

The edgeToNodeVec updater takes the lowerBounds and upperBounds parameters of FieldUpdater, as well as the following parameters:

readFields (required string vector)

A vector containing a single element, the name of the field to interpolate.

writeFields (required string vector)

A vector containing a single element, the name of field to update with the interpolated values.

nodeToEdge (optional integer, default = 0 (false))

If true, the updater interpolates from nodes to edges. By default, the updater interpolates from edges to nodes.

Example edgeToNodeVec Block

<FieldUpdater nodalEupdate>
  kind                     = edgeToNodeVec
  lowerBounds              = [  0   0   0]
  upperBounds              = [NX1 NY1 NZ1]
  readFields               = [elecField]
  writeFields              = [nodalE]
</FieldUpdater>