General

General

What is the TUI command to export data to Tecplot?

    • FAQFAQ
      Participant

      Sometimes, for example in batch mode, we might need to export data in a specific format from Fluent, specify all zones and several scalars. The below example TUI commands can be used for this purpose. To export a tecplot file named “tecfilename” that includes pressure and temperature values at all nodes of the domain, use: fi ex tec tecfilename () pressure temperature q To export a tecplot file named “tecfilename” that includes pressure and temperature values only for the zones named “wall” and “inlet”, use: fi ex tec tecfilename (wall inlet) pressure temperature q Please note that the () are used as delimiters and are important to specify.