@getsolverid()

Returns solver ID based on entity type and internal ID of an entity. This needs to be used in feoutput and summary templates.

Syntax

@getsolverid (entity type, id)

Type

HyperMesh Template Function

Inputs

entityType
The entity type of the entity for which you wish to retrieve the solver ID.
id
The entity ID of the entity for which you wish to retrieve the solver ID.

Example

@getsolverid(ELEMS,99)
@getsolverid(PROPS,1)
*variableset(variable1,[@getsolverid(ELEMS, 99)])

Where variable1 will be the solver ID corresponding to the internal ID 99.