Fluids

Fluids

Topics relate to Fluent, CFX, Turbogrid and more

TUI & PYthon API

    • Liwu Liu
      Subscriber
      1. if  a tui command have many number to input, how can i keep everything as default with just 1 click?
      2. How to get the information(ie. name) of all outlet/wall/inlet boundary in pyFluent.Where can i find a full document of pyFluent? The current tutorial seems to give us only a few examples.
    • Federico Alzamora Previtali
      Ansys Employee

      Hello, 

      1) I don't think you can skip all of the options without a "," for each default you are keeping. This requires you to know how many options there are. 

      2) Something like solver.setup.boundary_conditions() (if your instance of PyFluent is called "solver") would list the information for each BC in dictionary form.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.