構造全般

構造全般

n回の荷重ステップごとに結果を保存する方法を教えてください。

    • FAQFAQ
      Participant

      以下のコマンドを使用して、n回のステップごとに結果を保存できます。 (Mechanicalでは、時刻歴応答の下にコマンドオブジェクトを挿入し、これらのコマンドで[ステップ選択モード]を[すべて]に設定) save=3 ! save every third solution (n=3 here) *get,a1,active,,solu,ncmls ! gets number of completed load steps b1=mod(a1,save) ! remainder so 0 means it is a multiple of save *if,b1,eq,0,then outres,erase outres,all,all *else outres,erase outres,all,none *endif