zone.thermal.analytical.source.pos

Syntax

v = zone.thermal.analytical.source.pos(src)
zone.thermal.analytical.source.pos(src) = v

Get/set the source position for the input thermal analytical source. This is only available if model configure thermal has been specified.

Returns:

v - source position

Arguments:

src - source pointer

Component Access

f := zone.thermal.analytical.source.pos (src) ->x
zone.thermal.analytical.source.pos (src) ->x := f

f = zone.thermal.analytical.source.pos.x(src)
zone.thermal.analytical.source.pos.x(src) = f

Get the x-component of the source location.

Returns:

f - x-component of the source location

Accepts:

f - x-component of the source location

Arguments:

src - source pointer

Access other vector components (y, z) by substituting the component name where x appears above. See Member Access Operator for information about accessing members from data types using ->.