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.
構造全般

構造全般

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