Fluids

Fluids

automatic numbering file

    • Mohamadali
      Subscriber

      I want to repeatedly save transcrpts (using start transcript and stop transcript feature) with filename containing flow time to avoid overwriting. but automatic numbering does not work. I assign file name as "transcript-%f.out" but for example when flow time is 1 the file name is exactly "transcript-%f.out" not "transcript-%1.out". do you have any idea how can I solve this issue?

    • Karthik R
      Administrator

      Can you try the following?


      "transcript-%m.nf.out"


      Here m is the total number of digits, n is an integer for number of digits after the decimal.


      Also, what is your TUI command?


      Thanks.

    • Mohamadali
      Subscriber

      I tried transcript-%1.1f.out as the file name and it did not work. the file name is exactly "transcript-%1.1f.out".


       


      the tui command is start transcript and then stoping it.


       

    • Karthik R
      Administrator

      Do you need this as part of the same simulation?

Viewing 3 reply threads
  • You must be logged in to reply to this topic.