ansys.mapdl.core.Mapdl.se#
- Mapdl.se(file='', toler='', nstartvn='', **kwargs)#
Defines a superelement.
Mechanical APDL Command: SE
- Parameters:
- file
str The name (case sensitive) of the file containing the original superelement matrix created by the generation pass (
Sename.SUB). The default is the current Jobname.- toler
str Tolerance used to determine if use pass nodes are noncoincident with master nodes having the same node numbers. Defaults to 0.0001. Use pass nodes will always be replaced by master nodes of the same node number. However, if a use pass node is more than
TOLERaway from the corresponding master node, a warning is generated.- nstartvn
str Node number to be assigned to the first virtual node created to store the generalized coordinates in a component mode synthesis analysis. See SE_notes for more information.
- file
Notes
Defines a superelement by reading in the superelement matrices and master nodes from the superelement matrix file. The matrix file (
File.SUB) must be available from the substructure generation pass. The proper element type (MATRIX50) must be active ( The type statement ) for this command. A scratch file calledFile.SORDshowing the superelement names and their corresponding element numbers is also written.nStartVNshould be chosen so as to offset the virtual node numbers from the other node numbers used in the model. Otherwise,nStartVNis internally set by the program to fulfill that condition. The node number defined throughnStartVNis considered only if applied on the first issued se command.nStartVNcan also be defined during the generation pass using the cmsopt command. IfnStartVNis defined on both cmsopt and se commands, the larger number prevails.