grp#
- SpectrumOptions.grp(signif='', label='', forcetype='', **kwargs)#
Specifies the grouping mode combination method.
Mechanical APDL Command: GRP
- Parameters:
- signif
str Combine only those modes whose significance level exceeds the
SIGNIFthreshold. For single point, multipoint, or DDAM response ( spopt,SPRS, MPRS or DDAM), the significance level of a mode is defined as the mode coefficient divided by the maximum mode coefficient of all modes. Any mode whose significance level is less thanSIGNIFis considered insignificant and is not contributed to the mode combinations. The higher theSIGNIFthreshold, the fewer the number of modes combined.SIGNIFdefaults to 0.001. IfSIGNIFis specified as 0.0, it is taken as 0.0. (This mode combination method is not valid for spopt,PSD.)- label
str Label identifying the combined mode solution output.
DISP- Displacement solution (default). Displacements, stresses, forces, etc., are available.VELO- Velocity solution. Velocities, “stress velocities,” “force velocities,” etc., are available.ACEL- Acceleration solution. Accelerations, “stress accelerations,” “force accelerations,” etc., are available.
- forcetype
str Label identifying the forces to be combined:
STATIC- Combine the modal static forces (default).TOTAL- Combine the modal static plus inertial forces.
- signif
Notes
The
SIGNIFvalue set with this command (including the default value of 0.001) overrides theSIGNIFvalue set with the mxpand command.This command is also valid for PREP7.