Fluids

Fluids

Topics related to Fluent, CFX, Turbogrid and more.

Extracting monitoring data from a results file

    • Amine Ben Hadj Ali
      Ansys Employee

      Extracting monitoring data from a results file

    • vganore
      Ansys Employee

      If you run the following command: cfx5mondata - showvars myresults.res (where you replace myresults.res with you actual results file name). You will get a list of all the possible monitoring data for that results file. If you just wanted a single one you can use the command: cfx5mondata -res myresults.res -varlist "USER POINT,inlet massflow" -out output_file.csv this will extract the monitoring point data that had been set up to monitor the Mass Flow through the inlet, and send it to a file called output_file.csv. To know what to put in the section after -varlist, this can be seen in the list of variables obtained from the -showvars command above.

    • Omkar Mirji
      Subscriber

      Hello Vishal,

       

      Could you please tell, how to modify command if we want to extract two different variables in one single file.

      for example "USER POINT,inlet massflow" and IMBALANCE,wheel,W-Mom-wheel,Momentum and Mass

Viewing 2 reply threads
  • The topic ‘Extracting monitoring data from a results file’ is closed to new replies.