-
-
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.
-
- The topic ‘Get the ID of a zone or a surface in Fluent from its name’ is closed to new replies.
-
6625
-
1906
-
1469
-
1311
-
1022
© 2026 Copyright ANSYS, Inc. All rights reserved.