ansys.mapdl.core.Mapdl.seexp#
- Mapdl.seexp(sename='', usefil='', imagky='', expopt='', **kwargs)#
Specifies options for the substructure expansion pass.
Mechanical APDL Command: SEEXP
- Parameters:
- sename
str The name (case-sensitive) of the superelement matrix file created by the substructure generation pass (
Sename.SUB). Defaults to the initial jobnameFile. If a number, it is the element number of the superelement as used in the use pass.- usefil
str The name of the file containing the superelement degree-of-freedom (DOF) solution created by the substructure use pass (
Usefil.DSUB).- imagky
str Key to specify use of the imaginary component of the DOF solution. Applicable only if the use pass is a harmonic ( antype,HARMIC) analysis:
OFF- Use real component of DOF solution (default).ON- Use imaginary component of DOF solution.
If all solutions are to be expanded ( numexp,ALL),
Imagkyis ignored and both the realand imaginary solutions are expanded.
- expopt
str Key to specify whether the superelement ( antype ,SUBSTR) expansion pass ( expass,ON) should transform the geometry:
OFF- Do not transform node or element locations (default).ON- Transform node or element locations in the FE geometry record of the.rstresults file.
- sename
Notes
Specifies options for the expansion pass of the substructure analysis ( antype,SUBSTR). If used in SOLUTION, this command is valid only within the first load step.
If you specify geometry transformation (
Expopt= ON), you must retrieve the transformation matrix (if it exists) from the specified.SUBfile. The command updates the nodal X, Y, and Z coordinates to represent the transformed node locations. TheExpoptoption is useful when you want to expand superelements created from other superelements (via setran or sesymm commands). For more information, see and.This command is also valid in prep7.