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

Fluids

Topics related to Fluent, CFX, Turbogrid and more.

ANSYS Fluent TUI: Writing an Step-by-Step Report via a journalfile

    • habo
      Subscriber

      Hallo.


      I would like to write a ANSYS Fluent journal-file where I can extract the *.his summary from a DPM calculation and I only want to report one specific injection. This summary is called a Step-by-step summary.


       


      So far I found:


       


      ;-- Report Particle
      

      ;-- Report to File
      /display/set/particle-tracks/report-to File
      /display/set/particle-tracks/report-type step
      /display/set/particle-tracks/display no

      ;-- What to report
      /display/set/particle-tracks/report-variables particle-mass
      /display/set/particle-tracks/report-variables particle-x-position
      /display/set/particle-tracks/report-variables particle-y-position
      /display/set/particle-tracks/report-variables particle-z-position
      /display/set/particle-tracks/report-variables particle-reynolds-number
      /display/set/particle-tracks/report-variables particle-temperature

      ;-- Which injection
      /report/particle-summary "inj01"

       



      I am not sure about the last part '/report/particle-summary "inj01" ' and I have not found the command which actually writes the file.sum file!


      When I record a journal file this is what I get:


      (cx-gui-do cx-set-file-dialog-entries "Select File" '( "file.his") "Step By Step Particle Reports (*.his)")

      Not exactly an TUI command and dependend on the commands before -- this looks like a GUI procedure.


      Any help is appreciated.


      Best Regards,


      habo

    • Rob
      Forum Moderator

      The (cx-gui.... ) line is a GUI signal from a button click on a panel. 


      I'm not sure where the flag is without looking, check in /reports 

    • habo
      Subscriber

      I have found a solution. See https://www.cfd-online.com/Forums/fluent/75497-dpm-particle-tracking-tui-without-displaying.html

Viewing 2 reply threads
  • The topic ‘ANSYS Fluent TUI: Writing an Step-by-Step Report via a journalfile’ is closed to new replies.
[bingo_chatbox]