getSolRatioVarIndx()
Map the "Solution Ratio" variable into an index.
Usage
solRatioVarIndx = adb.getSolRatioVarIndx( var )
Parameters
- var (string) or (integer)
- The "Solution Ratio" variable name/index.
Return Value
- solRatioVarIndx (integer)
- The mapped index.
Errors
var must be a valid name or index.
Description
This routine returns "Solution Ratio" variable into an index. The "Solution Ratio" name or index
is given by var. For
example,
solRatioVarIdx = adb.getSolRatioVarIndx( 'pressure' )