interface
(Not recommended) Specify physical connections between components of
mechss model
interface is not recommended. Use addInterface and
assemble
instead. For more information, see Version History.
Syntax
Description
specifies physical couplings between components sysCon = interface(sys,C1,IC1,C2,IC2)C1 and
C2 in the second-order sparse model sys.
IC1 and IC2 contain the indices of the coupled
degrees of freedom (DOFs) relative to the DOFs of C1 and
C2. The physical interface is assumed rigid and satisfies the standard
consistency and equilibrium conditions. sysCon is the resultant model
with the specified physical connections. Use showStateInfo
to get the list of all available components of sys.
specifies the assembly method. By default, sysCon = interface(___,method)method =
'dual' and the function uses the dual-assembly method of physical
coupling. Set method = 'primal' to use the
primal-assembly method of physical coupling. For more information, see Algorithms.
Examples
Input Arguments
Output Arguments
Algorithms
Version History
Introduced in R2020bSee Also
addInterface | assemble | mechss | xsort | showStateInfo


