General

General

How to change or list the default prism parameters in Fluent Meshing?

    • FAQFAQ
      Participant

      With the TUI command /mesh/prism/list-parameters the list of prism parameters can be obtained. The values of these parameters can be modified with the tgsetvar-command: (tgsetvar! ‘prism/parameter-name .value) i.e. (tgsetvar! ‘prism/max-warp 0.48) Individual values can be listed with the tggetvar-command: (tggetvar ‘prism/parameter-name) i.e. (tggetvar ‘prism/max-warp) The same applied for parameters available in /mesh/list-mesh-parameter