Main Content
ReducedStructuralModel
Reduced-order structural model results
Description
A ReducedStructuralModel
object contains the
stiffness matrix K, mass matrix M, mesh, multipoint constraint reference locations, and IDs of
retained degrees of freedom.
To expand this data to a full solution that includes displacement, velocity, and
acceleration, use reconstructSolution
.
Creation
Reduce a structural model by using the reduce
function. This
function returns structural results obtained using the Craig-Bampton reduced order method as a
ReducedStructuralModel
object.
Properties
Object Functions
reconstructSolution | Recover full-model transient solution from reduced-order model (ROM) |
Examples
More About
Version History
Introduced in R2019b
See Also
reduce
| reconstructSolution
| structuralSEInterface
| structuralBC
| StructuralModel