We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Get the modal contributions to my random vibration (PSD) one sigma values Reply To: Get the modal contributions to my random vibration (PSD) one sigma values

Arun
Ansys Employee

The square root of the variance can be used as a mode coefficient. The variance can be retrieved using the GET,,mode,N,mcoef command. See the sample input below. For those commands to work in Mechanical, you need to save the modal results and MAPDL database file (set the "Keep Modal Results" to Yes under the Analysis Settings and set the "Save MAPDL db" to Yes). resume /post1 *get,mcoef_3,mode,3,mcoef mcoef_3=sqrt(mcoef_3) /post1 set,1,3,mcoef_33 ! contribution of mode 3 to 3 sigma results /show,png plns,s,eqv