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