We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
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