model.reduced()
Reduced-order modeling.
There are reduced-order models of different types. The properties listed below are set and accessed using generic set and get methods described in set() and get* and Selection Access Methods. The following reduced-order model types are currently supported:
Syntax
model.reduced()
model.reduced().create(<tag>, <type>);
 
model.reduced().getM(String)
model.reduced().getN(String)
model.reduced().getNnz(String)
model.reduced().getOutputs()
model.reduced().getParameters()
model.reduced().getSparseMatrixCol(String)
model.reduced().getSparseMatrixRow(String)
model.reduced().getSparseMatrixVal(String)
model.reduced().getSparseMatrixValImag(String)
model.reduced().getVector(String)
model.reduced().getVectorImag(String)
model.reduced().isReal(String)
description
model.reduced().create(<tag>, <type>) creates a reduced-model container of the specified type.
Depending on the type of reduced-order model, the following properties are available:
The correlation matrix, when correlationType is crossCorrelated.
uncorrelated | fullyCorrelated | crossCorrelated
For information about the getM, getN, getNnz, isReal, and the getSparseMatrix and getVector methods, see the matrix data tables Table 6-6 and Table 6-7 in the Solvers and Study Steps chapter.
Compatibility
The following methods are deprecated in version 5.5 and may be removed in future versions:
getOutputs()
getControls()
getParameters()
getValues(String[])
getVectors()
getMatrices()
getDescription(String[])
getString(String)
setControl(String, String)
The following methods are not supported:
create(<tag>)
create(<tag>, filepath)
setParameter(String, String)
renameControl(String, String)
renameOutput(String, String)