Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the tasks in workflow order in meshing workflows #3489

Open
mkundu1 opened this issue Nov 15, 2024 · 0 comments
Open

Get the tasks in workflow order in meshing workflows #3489

mkundu1 opened this issue Nov 15, 2024 · 0 comments
Labels
enhancement New feature or request. Feature work invariably requires testing-team involvement

Comments

@mkundu1
Copy link
Contributor

mkundu1 commented Nov 15, 2024

From @rploconnor:

There should be a way to get the tasks in the workflow order in meshing workflows as presented in the Fluent GUI. Currently, the tasks are returned in the following order.

>>> import ansys.fluent.core as pyfluent
>>> meshing = pyfluent.launch_fluent(mode="meshing")
>>> wt = meshing.watertight()
>>> wt.tasks()
[<Task 'Generate the Volume Mesh'>, <Task 'Generate the Surface Mesh'>, <Task 'Add Boundary Layers'>, <Task 'Create Regions'>, <Task 'Add Local Sizing'>, <Task 'Update Regions'>, <Task 'Update Boundaries'>, <Task 'Import Geometry'>, <Task 'Enclose Fluid Regions (Capping)'>, <Task 'Apply Share Topology'>, <Task 'Describe Geometry'>]
@mkundu1 mkundu1 added the enhancement New feature or request. Feature work invariably requires testing-team involvement label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. Feature work invariably requires testing-team involvement
Projects
None yet
Development

No branches or pull requests

1 participant