Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.
構造全般

構造全般

WBで選択したボディの弱いバネの剛性を無効化または再定義するにはどうすればよいですか。

    • FAQFAQ
      Participant

      以下のAPDLスクリプトを使用して無効化または再定義できます。 ! a)Turn off cmsel,s,body2  !select body named selection nsle,s  !select element nodes esln,s  !select all elements attached to the nodes esel,r,ename,,combin14  !select spring elements ekill,all  !kill the spring elements allsel ! b)Change spring stiffness real,1000 !define stiffness, a large ID number=1000 r,1000,100 emodif,all,real,1000 !modify the element stiffness allsel