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.
流体全般

流体全般

ジャーナルファイル内文字列を定義する方法

    • FAQFAQ
      Participant

      ジャーナルファイル内の文字列を定義する方法を以下のようになります. ここでは、sample1.mshを読みこむ方法をご紹介します。 (define filename “sample1”) (ti-menu-load-string (string-append “file read-c sample1.msh”)) 以上のコマンドで,定義されたsample1のメッシュファイルを読み込むことができます.