stFuncNodeVectorWriter

stFuncNodeVectorWriter

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

Fill vector entries via evaluation of a STFunc Block, taking into account the geometry specified by a GridBoundary.

stFuncNodeVectorWriter Parameters

minDim (integer, required)

If NDIM < minDim, the writer will not be used to fill the vector.

component (integer, required if componentBounds not specified)

If a single-component fill, the component over which this writer 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 writer operates. The number of components is set by the updater, and valid component indices are in the range [0, numberUpdaterComponents).

STFunc (code block, required)

The STFunc Block whose value at each point in space will be entered into the vector.

gridBoundary (string, required)

Name of the GridBoundary specifying the geometry.

interiorosity (string vector, required)

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

scaling (real, default = 1.0)

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