We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
流体全般

流体全般

h5形式ファイルをgz形式ファイルに変換するTUIコマンド

    • FAQFAQ
      Participant

      h5形式ファイルは一度Fluentで読み込み、gz形式で出力する方法でgz形式に変換できます。 この操作をGUI上で行うのが煩雑な場合、TUIコマンドで処理することが可能です。 特にAutosaveで多数のdat.h5ファイルがあるようなケースでは、ジャーナルで処理する方法が簡単です。 下記は一つのcasファイルと多数のdatファイルを変換する場合の記述例です。 /file/rc test.cas.h5 /file/wc test.cas.gz /file/rd test-00000.dat.h5 /file/wd test-00000.dat.gz /file/rd test-00010.dat.h5 /file/wd test-00010.dat.gz ・・・・・