seopt#

Mapdl.seopt(sename='', sematr='', sepr='', sesst='', expmth='', seoclvl='', **kwargs)[source]#

Specifies substructure analysis options.

APDL Command: SEOPT

Parameters:
sename

The name (case-sensitive, thirty-two character maximum) assigned to the superelement matrix file. The matrix file will be named Sename.SUB. This field defaults to Fname on the /FILNAME command.

sematr

Matrix generation key:

1 - Generate stiffness (or conductivity) matrix (default).

2 - Generate stiffness and mass (or conductivity and specific heat) matrices.

3 - Generate stiffness, mass and damping matrices.

sepr

Print key:

0 - Do not print superelement matrices or load vectors.

1 - Print both load vectors and superelement matrices.

2 - Print load vectors but not matrices.

sesst

Stress stiffening key:

0 - Do not save space for stress stiffening in a later run.

1 - Save space for the stress stiffening matrix (calculated in a subsequent

generation run after the expansion pass).

expmth

Expansion method for expansion pass:

BACKSUB - Save necessary factorized matrix files for backsubstitution during subsequent

expansion passes (default). This normally results in a large usage of disk space

RESOLVE - Do not save factorized matrix files. Global stiffness matrix will be reformed

during expansion pass. This option provides an effective way to save disk space usage. This option cannot be used if the use pass uses large deflections (NLGEOM,ON).

seoclvl

For the added-mass calculation, the ocean level to use when ocean waves (OCTYPE,,WAVE) are present:

ATP - The ocean level at this point in time (default).

MSL - The mean ocean level.

Notes

The SEOPT command specifies substructure analysis options (ANTYPE,SUBSTR). If used during solution, the command is valid only within the first load step.

When ocean waves (OCTYPE,,WAVE) are present, the SeOcLvL argument specifies the ocean height or level to use for the added-mass calculation, as the use-run analysis type is unknown during the generation run.

The expansion pass method RESOLVE is not supported with component mode synthesis analysis (CMSOPT). ExpMth is automatically set to BACKSUB for CMS analysis. The RESOLVE method invalidates the use of the NUMEXP command. The RESOLVE method does not allow the computation of results based on nodal velocity and nodal acceleration (damping force, inertial force, kinetic energy, etc.) in the substructure expansion pass.

This command is also valid in PREP7.