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.
General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

How to get force and moment of a beam connection in a harmonic analysis?

    • Kai
      Ansys Employee
      Force and moment of a beam connection can't be retrieved in Mechanical GUI, but you can get them with APDL commands below under Solution.n /post1nset,near,,,AMPL,"freq_value"n/show,pngnplnsol,u,xn/show,closenesel,s,type,,beam1n*get,FXi,ELEM,elnext(0),SMISC,1n*get,MYi,ELEM,elnext(0),SMISC,2n*get,MZi,ELEM,elnext(0),SMISC,3n*get,MXi,ELEM,elnext(0),SMISC,4n*get,FZi,ELEM,elnext(0),SMISC,5n*get,FYi,ELEM,elnext(0),SMISC,6nallsnmy_axial_force=FXinmy_torque=MXinmy_shear_force=sqrt(FZi**2+FYi**2)nmy_moment=sqrt(MYi**2+MZi**2)nn
    • Aniket
      Forum Moderator
      Thank you, Kai!n-AniketnHow to access Ansys help linksnGuidelines for Posting on Ansys Learning Forumn
Viewing 1 reply thread
  • The topic ‘How to get force and moment of a beam connection in a harmonic analysis?’ is closed to new replies.