getSolRatioData()
Return the "Solution Ratio" steps, times and values data.
Usage
solRatioData = adb.getSolRatioData( var, type = 'all' )
Parameters
- var (string) or (integer)
- The "Solution Ratio" variable name/index.
- type (string)
- The type value; 'all', 'initial' and 'final'.
Return Value
- solRatioData (tuple of arrays)
- The "Solution Ratio" data.
Errors
var must be a valid name or index.
type must be 'all', 'initial' or 'final'.
Description
This routine returns the "Solution Ratio" steps, times and values data. The "Solution Ratio" name
or index is given by var. For
example,
solRatioData = adb.getSolRatioData( 'pressure' )