nodeFieldVectorReader

nodeFieldVectorReader

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

Fill entries of a single Field vector entries from values in a vector, taking into account the geometry specified by a GridBoundary.

nodeFieldVectorReader Parameters

minDim (integer, required)

If NDIM < minDim, the reader will not be used to fill the field.

component (integer, required if componentBounds not specified)

If a single-component fill, the component over which this reader operates. The number of components is set by the updater, and valid component indices are in the range [0, numberUpdaterComponents).

componentBounds (integer vector, required if component not specified)

The component range over which this reader operates. The number of components is set by the updater, and valid component indices are in the range [0, numberUpdaterComponents).

writeFields (string, required)

The names of the fields whose values will be written into from the vector. If multiple fields are given, only the first is used.

writeComponent (integer, required if writeComponentBounds not specified)

The component index of the field being written.

writeComponentBounds (integer vector, required if writeComponent not specified)

The range of component indices of the field being written.

gridBoundary (string, required)

Name of the GridBoundary specifying the geometry.

interiorosity (string vector, required)

Which node locations are valid for reading vector values. Options are any combination of insideBoundary, cutByBoundary, and outsideBoundary.

scaling (real, default = 1.0)

A factor for scaling all vector values that are written to the field.