-
-
September 27, 2017 at 11:19 am
admin
Ansys EmployeeHow to get the ID of a zone or a surface in Fluent from its name ?
-
October 17, 2017 at 6:17 am
admin
Ansys EmployeeTo get the ID of a Cell Zone or a Boundary Condition, use the command zone-name->id. Examples: Example 1: display the ID of a zone in the TUI: (display (zone-name->id 'nameofthezone)) Example 2: store the ID of the zone in a variable: (rp-var-define 'int-zone 1 'integer #f) (rpsetvar 'int-zone (zone-name->id 'nameofthezone)) (rpgetvar 'int-zone) To get the ID of a post-processing surface, use the command surface-name->id: Example: display the ID of a surface in the TUI: (display (surface-name->id 'nameofthesurface)) Before executing this command it is a good practice to check if the surface exists or not using the boolean command: (surface-name/id? 'nameofthesurface)
-
April 22, 2020 at 2:22 pm
skwde
SubscriberHi,
where can I find documentation on these, and related, functions of the fluent scheme environment?
They are obviously not in the TUI command list.
Best,
Stefan
-
April 22, 2020 at 4:00 pm
DrAmine
Ansys EmployeeNo. There is a non official Scheme documentation from Javurek University of Linz and we have some further internal things which we sometimes share with commercial customers.
-
- You must be logged in to reply to this topic.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- Suppress Fluent to open with GUI while performing in journal file
- Floating point exception in Fluent
- What are the differences between CFX and Fluent?
- Heat transfer coefficient
- Getting graph and tabular data from result in workbench mechanical
- The solver failed with a non-zero exit code of : 2
- Difference between K-epsilon and K-omega Turbulence Model
- Time Step Size and Courant Number
- Mesh Interfaces in ANSYS FLUENT
- error in cfd post
-
2616
-
2098
-
1323
-
1108
-
461
© 2023 Copyright ANSYS, Inc. All rights reserved.