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

流体全般

casやdatで保存されたファイルをcas.gz,dat.gzに変更する方法

    • FAQFAQ
      Participant

      Fluent実行時にdat,casのように圧縮された状態では無いファイルをgz形式に圧縮する方法としては下記が考えられます。 1.Fluentでdat,casを読み込み再度gzの形で保存。 複数ある場合はジャーナルで記述可能です。 2.gzipの機能を使用してgz形式に保存 windowsの場合はC:Program FilesANSYS Incvバージョンfluentntbinwin64にgzip.exeがあります。 コマンドプロンプトでgzip.exeを使用して gzip ファイル名 でgz形式に変更可能です。 フォルダ内全体のファイルを変更する場合は gzip * の形となります。