What is the TUI command to load and imprint surfaces in Ansys Fluent for post processing?
The TUI command to imprint a surface (please make sure the surface file/mesh is in the same directory):
mesh/surface-mesh/read “file.stl" (surface files can be .stl, .msh, .cas files)
In the next prompt, enter the units in which the mesh was created. This reads in the stl to the current case file.
To imprint the surface,
/surface/imprint-surface
Enter the Surface zone name, new surface imprint name and the zone name you want to imprint.
Note: Ansys Fluent automatically creates a surface imprint name containing strings “imprint”.
To find surface zone name: (After running the first tui command (importing the surface file), surface zone name can be found by going to Graphics-> Surface-> New-> Imprint-> Imported surfaces list.)