Expand/Collapse all
1. Ansys TurboGrid Launcher
1.1. The Ansys TurboGrid Launcher Interface
1.1.1. Menu Bar
1.1.1.1. File Menu
1.1.1.1.1. Save As
1.1.1.1.2. Quit
1.1.1.2. Edit Menu
1.1.1.2.1. Clear
1.1.1.2.2. Find
1.1.1.2.3. Options
1.1.1.2.3.1. Graphical User Interface Style
1.1.1.2.3.2. Font and Formatted Font
1.1.1.3. CFX Menu
1.1.1.3.1. TurboGrid 2024 R2
1.1.1.3.2. Other Ansys CFX Applications
1.1.1.4. Show Menu
1.1.1.4.1. Installation
1.1.1.4.2. All
1.1.1.4.3. System
1.1.1.4.4. Variables
1.1.1.5. Tools Menu
1.1.1.5.1. Ansys Client Licensing Utility
1.1.1.5.2. Command Line
1.1.1.5.3. Edit File
1.1.1.6. User Menu
1.1.1.7. Help Menu
1.1.2. Toolbar
1.1.3. Working Directory Selector
1.1.4. Output Window
1.2. Customizing the Ansys TurboGrid Launcher
1.2.1. CCL Structure
1.2.1.1. GROUP
1.2.1.2. APPLICATION
1.2.1.2.1. Including Environment Variables
1.2.1.3. DIVIDER
1.2.2. Example: Adding the Windows Calculator
2. CFX Command Language
2.1. Introduction
2.2. CCL Syntax
2.2.1. Basic Terminology
2.2.1.1. The Data Hierarchy
2.2.2. Simple Syntax Details
2.2.2.1. Case Sensitivity
2.2.2.2. CCL Names Definition
2.2.2.3. Indentation
2.2.2.4. End of Line Comment Character
2.2.2.5. Continuation Character
2.2.2.6. Named Objects
2.2.2.7. Singleton Objects
2.2.2.8. Parameters
2.2.2.9. Lists
2.2.2.10. Parameter values
2.2.2.10.1. String
2.2.2.10.2. String List
2.2.2.10.3. Integer
2.2.2.10.4. Integer List
2.2.2.10.5. Real
2.2.2.10.6. Real List
2.2.2.10.7. Logical
2.2.2.10.8. Logical List
2.2.2.11. Escape Character
2.3. Object Creation and Deletion
2.4. Ansys CFX Expression Language
2.4.1. CEL Functions, Constants and System Variables
2.4.1.1. CEL Standard Functions
2.4.1.2. CEL Constants
3. Command Actions
3.1. Introduction
3.1.1. Command Actions Example
3.2. File Operations from the Command Editor Dialog Box
3.2.1. Save State Files
3.2.1.1. savestate Command Examples
3.2.2. Read State Files
3.2.2.1. readstate Command Examples
3.2.3. Save Topology Files
3.2.3.1. savetopology Command Example
3.2.4. Save Mesh Files
3.2.4.1. savemesh Command Examples
3.2.5. Save Blade Files
3.2.5.1. saveblade Command Example
3.2.6. Create Session Files
3.2.6.1. session Command Examples
3.2.7. Read Session Files
3.2.7.1. readsession Command Examples
3.2.8. Create Hardcopy
3.2.9. Export Geometry
3.2.9.1. tetin Command Example
3.3. Quantitative Calculations in the Command Editor Dialog Box
3.3.1. Function Calculation
3.3.1.1. Expression Specification
3.3.1.2. Axis Specification
3.3.1.3. Quantitative Function List
3.3.1.3.1. area
3.3.1.3.2. areaAve
3.3.1.3.3. areaInt
3.3.1.3.4. ave
3.3.1.3.5. count
3.3.1.3.6. length
3.3.1.3.7. lengthAve
3.3.1.3.8. lengthInt
3.3.1.3.9. maxVal
3.3.1.3.10. minVal
3.3.1.3.11. probe
3.3.1.3.12. sum
3.3.1.3.13. volume
3.3.1.3.14. volumeAve
3.3.1.3.15. volumeInt
3.4. Other Commands
3.4.1. Deleting Objects
3.4.2. Viewing a Chart
3.4.3. Creating a Mesh
4. Power Syntax
4.1. Introduction
4.2. Examples of Power Syntax
4.2.1. Example 1: Using a for Loop
4.2.2. Example 2: Creating a Simple Subroutine
4.3. Predefined Power Syntax Subroutines
4.3.1. evaluate(Expression)
4.3.2. getValue(Object Name, Parameter Name)
4.3.3. showPkgs()
4.3.4. showSubs()
4.3.5. showVars()
4.3.6. verboseOn()
5. Line Interface Mode
5.1. Introduction
5.2. Line Interface Mode
5.2.1. Lists of Commands
5.2.2. Viewer Hotkeys
5.2.3. Calculator
5.2.4. getstate Command
5.2.5. Repeating CCL Commands
5.2.6. Executing a Shell Command
5.2.7. Quitting
5.2.8. Example
5.3. Batch Mode
5.3.1. Example: Generating a Similar Mesh from Different Curve Files
6. Meshing Reference