Solver Strings
A solver string provides a string to the solver that can be accessed within the model, for example, to pass into a user subroutine.
User-defined subroutines often need inputs such as keywords or file paths. These inputs can be defined as a solver string. A solver string ID is passed as an argument to the subroutine through its USER call.
For information on how to add or edit an entity like a solver string, see Entity Creation.
Solver String Properties
Descriptions of solver string properties in the Property Editor.
| Property Name | Description | |||
|---|---|---|---|---|
| General | ||||
| Name | Name of the entity | |||
| Variable Name | The variable name, a unique identifier string of the entity | |||
| ID | A unique identifying integer | |||
| Properties | ||||
| String | A valid string or an expression that evaluates to a string. | |||
| User-defined | Use a subroutine to define the
solver string.
|
|||