Skip to content

Get all objects of a Fluent 2023 R2 Meshing session #3720

Closed Answered by hpohekar
Phantongue asked this question in Q&A
Discussion options

You must be logged in to vote

@Phantongue

>>> meshing.meshing_utilities.get_all_objects()  # For Fluent version >= 2024 R2         
['elbow-fluid']
>>> meshing.scheme_eval.scheme_eval("(tgapi-util-get-all-object-name-list)") # For any Fluent version < 2024 R2
(elbow-fluid,)
>>> list(meshing.scheme_eval.scheme_eval("(tgapi-util-get-all-object-name-list)")) # For any Fluent version < 2024 R2
[elbow-fluid]
>>>

cc: @mkundu1 @seanpearsonuk

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hpohekar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants