-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update enhanced meshing interface (#2606)
* Return solver session only when switch_to_solver is successful. * Fix add_child_and_update * Add tests for 2D Meshing workflow. * Fix _add_child * Add documentation. * Update styling. * Revert changes in switching to solver. * Refactoring. * Refactor and update tests. * Fix test import. * Bug fixing. * Fix behaviour of defer_update * Update src/ansys/fluent/core/workflow.py Co-authored-by: Mainak Kundu <[email protected]> * Fix for defer_update. * Fix doc. * Update fluent version check. * Update doc/source/user_guide/meshing_workflow/meshing_workflows.rst Co-authored-by: Kathy Pippert <[email protected]> * Update doc/source/user_guide/meshing_workflow/meshing_workflows.rst Co-authored-by: Kathy Pippert <[email protected]> * Update doc/source/user_guide/meshing_workflow/meshing_workflows.rst Co-authored-by: Kathy Pippert <[email protected]> * Update doc style. * Update doc/source/user_guide/meshing_workflow/meshing_workflows.rst Co-authored-by: Kathy Pippert <[email protected]> * Update doc/source/user_guide/meshing_workflow/meshing_workflows.rst Co-authored-by: Kathy Pippert <[email protected]> * Update doc style. * Update doc/source/user_guide/meshing_workflow/new_meshing_workflows.rst Co-authored-by: Kathy Pippert <[email protected]> * Update doc/source/user_guide/meshing_workflow/new_meshing_workflows.rst Co-authored-by: Kathy Pippert <[email protected]> * Update doc/source/user_guide/meshing_workflow/new_meshing_workflows.rst 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/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/workflow.py Co-authored-by: Kathy Pippert <[email protected]> * Update docs. * Update meshing test. * Update const. call from Solver. --------- Co-authored-by: Mainak Kundu <[email protected]> Co-authored-by: Kathy Pippert <[email protected]>
- Loading branch information
1 parent
51fc833
commit 80d492e
Showing
12 changed files
with
850 additions
and
249 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
Oops, something went wrong.