Tagged: ansys-fluent, tui
-
-
June 6, 2022 at 10:32 amFAQParticipant
You need to define variables using the define command and then use the format command.
Consider the example below where two variables are defined by define command
– 1st sets the directory location and 2nd sets the file name. These variables are then used in the TUI command by using the format command.
Here the TUI command writes a mesh file to the specified directory and file name. Note ~a ~a is replaced by the variable values.
(define dir_name “/temp/box/bit/”)
(define file_name “mesh1.msh”)
(define command (format #f “file/wm ~a/~a” dir_name file_name))
(ti-menu-load-string command)
-
Introducing Ansys Electronics Desktop on Ansys Cloud
The Watch & Learn video article provides an overview of cloud computing from Electronics Desktop and details the product licenses and subscriptions to ANSYS Cloud Service that are...
How to Create a Reflector for a Center High-Mounted Stop Lamp (CHMSL)
This video article demonstrates how to create a reflector for a center high-mounted stop lamp. Optical Part design in Ansys SPEOS enables the design and validation of multiple...
Introducing the GEKO Turbulence Model in Ansys Fluent
The GEKO (GEneralized K-Omega) turbulence model offers a flexible, robust, general-purpose approach to RANS turbulence modeling. Introducing 2 videos: Part 1 provides background information on the model and a...
Postprocessing on Ansys EnSight
This video demonstrates exporting data from Fluent in EnSight Case Gold format, and it reviews the basic postprocessing capabilities of EnSight.
- How to reverse surface normal in SpaceClaim?
- How to Change the Direction of the Normal Vector of the Internal Face?
- How can I create a 2D section from a 3D model in SpaceClaim ?
- ANSYS Workbench: Decomposition and Hex Meshing – Part I
- ANSYS Workbench: Decomposition and Hex Meshing – Part II
- Tip on exporting geometry in Parasolid, STEP format from DesignModeler
- ANSYS ICEM CFD: Basic Blocking
- How do you turn a rectangular surface mesh into a triangular surface mesh?
- ANSYS BladeModeler Overview: Design of a Centrifugal Compressor
- ANSYS ICEM CFD: Swept Multizone Meshing
© 2024 Copyright ANSYS, Inc. All rights reserved.