ansys.mapdl.core.Mapdl.plmc#

Mapdl.plmc(lstep='', sbstep='', timfrq='', kimg='', hibeg='', hiend='', **kwargs)#

Plots the modal coordinates from a mode-superposition solution.

Mechanical APDL Command: PLMC

Parameters:
lstepstr

Plot the solution identified as load step LSTEP and substep SBSTEP

sbstepstr

Plot the solution identified as load step LSTEP and substep SBSTEP

timfrqstr

As an alternative to LSTEP and SBSTEP, plot the solution at the time value TIMFRQ (for antype,TRANS) or frequency value TIMFRQ (for antype,HARMIC). LSTEP and SBSTEP should be left blank.

kimgint or str

Key for plotting real or imaginary solution. Valid only for antype,HARMIC.

  • 0 (or blank) - Plot the real solution (default).

  • 1 - Plot the imaginary solution.

  • 2 - Plot the amplitude.

hibegstr

For cyclic symmetry solutions, plot the solutions in the harmonic index solution range HIbeg to HIend. Defaults to all harmonic indices (all modes).

hiendstr

For cyclic symmetry solutions, plot the solutions in the harmonic index solution range HIbeg to HIend. Defaults to all harmonic indices (all modes).

Notes

plmc plots a histogram of the modal coordinates (the factors which modes may be multiplied by to obtain their contribution to the response) at a certain time point (transient analyses) or frequency point (harmonic analyses). The absolute values of the modal coordinates are plotted. Use xrange to plot only modes in a certain range, if desired.

For transient analyses, a .rdsp None file must be available. For harmonic analyses, a .rfrq None file must be available. The content of these files depends on the outres command settings. Note that the default for mode-superposition transient analysis is to write the reduced displacement file every 4th substep. For more information, see Command Default in the outres command description.

For a cyclic harmonic mode-superposition analysis, use the cycfiles command to identify the .rfrq None and modal .rst None file. For other analyses, use the FILE command to specify the .rdsp or .rfrq file.

You may limit the plot to display only those modes in a certain harmonic index range. The modes having the same harmonic index are each plotted in a unique color. If there are less than 10 harmonic indices, they are identified in the graphics legend.

This is a graphical representation of the optional Jobname.mcf text file (see the trnopt and hropt commands). To print the modal coordinates, use the prmc command. For more information on modal coordinates, see Mode-Superposition Method in the Mechanical APDL Theory Reference.

Example Usage

Example Mode-Superposition Harmonic Cyclic Symmetry Analysis with Mistuning

Example: Forced Response with Mistuning and Aero Coupling