-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Customise enhanced meshing workflow (#2701)
* Clean up. * Handle an issue with camel_to_snake convertor. * Clean up test and code. * Clean up test and code. * Update test. * Update possible task list. * Fix tests. * Fix camel case conversion. * Add test for duplicate tasks. * Object oriented task insertion. * Fix test. * Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <[email protected]> * feat: Load saved workflows. (#2718) * feat: Load saved workflows. * Update docstring. * feat: Create new workflows (#2722) * feat: Create new workflows * Fix doc. * fix behavior. * Fix docs. * Clean-up. * Update behavior. * Fix test. * Update src/ansys/fluent/core/meshing/meshing_workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/meshing/meshing_workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/meshing/meshing_workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/session_base_meshing.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/session_pure_meshing.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update src/ansys/fluent/core/workflow.py Co-authored-by: Kathy Pippert <[email protected]> * rename -> insertable_tasks * ordered_children -> tasks * Renaming. * Update doc. * Refactor. * Refactor. * Fix tests. * Refactor. * Refactor. * Rename. --------- Co-authored-by: Kathy Pippert <[email protected]>
- Loading branch information
Showing
6 changed files
with
520 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.