The Ansys Innovation Space website recently experienced a database corruption issue. While service has been restored there appears to have been some data loss from November 13. We are still investigating and apologize for any issues our users may have as a result.
General

General

How to Analyse the Read/Write Times for Case and Data Files in ANSYS Fluent?

    • SolutionSolution
      Participant

      One might need to trace a reason behind a slowdown in some cases where suddenly it takes longer than expected to read or to write case and data files. It might be useful to compare and balance the extra time requried vs space savings for compressed file formats. This attached document provides the means of executing such checks. (benchmark ‘(read-case “filename.cas.gz”)) (print-case-timer) (clear-case-timer) (benchmark ‘(read-data “filename.dat.gz”)) (print-data-timer) (clear-data-timer) Keywords:Case file, Data file, read, reading, time, write, writing time, benchmark

      Attachments:
      1. 2054112_How_to_analyse_the_read_and_write_times_for_case_and_data_files_in_ANSYS_Fluent.pdf