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.
General

General

How do I prevent writing results to database, to stop the file size from growing too large?

    • FAQFAQ
      Participant

      The /CONFIG command has an argument which will prevent the results from being written to the database after solution. /CONFIG docu: NOELDB — Option to write or not write results into the database after a solution. When VALUE = 0 (default), write results into the database. When VALUE = 1, do not write results into the database. So, the proper command to use would be /CONFIG,NOELDB,1