-
Notifications
You must be signed in to change notification settings - Fork 217
FIX: SurfaceGround assignment bug in Q2D boundary module #7134
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
base: main
Are you sure you want to change the base?
FIX: SurfaceGround assignment bug in Q2D boundary module #7134
Conversation
- Fixed bug in src/ansys/aedt/core/modules/boundary/common.py for SurfaceGround conductor assignment - Added comprehensive test case for SurfaceGround assignment with closed solution type in Q2D - Test validates SurfaceGround assignment on modeler regions with various solve options Fixes #7133
…ace-ground-in-q2d-not-available
|
Hi @gchaturve Is this PR ready to review? |
Hello @nunesanderson |
Hi @gchaturve and update this PR? |
Yes Thankyou for feedback I will do it and update the PR. |
|
Hello @nunesanderson I have updated PR and its ready for review. |
Hi @gchaturve It seems that you did not push your commit. The pre-commit is still failing and I don't see a recent commit
|
…ace-ground-in-q2d-not-available
…ace-ground-in-q2d-not-available
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #7134 +/- ##
===========================================
- Coverage 82.28% 19.20% -63.09%
===========================================
Files 254 248 -6
Lines 77741 77414 -327
===========================================
- Hits 63967 14865 -49102
- Misses 13774 62549 +48775 🚀 New features to boost your workflow:
|

Fixes #7133
Description
Fixes the missing surface ground assignment workflow in Q2D when using PyAEDT.
Issue linked
Issue number-#7133
While setting up a Q2D Extractor model using PyAEDT, there is no clear or dedicated API method available to assign a surface ground. Unlike manual AEDT workflows, the PyAEDT interface does not clearly expose a function to define a surface as ground for Q2D simulations.
This limitation makes it difficult to programmatically define proper reference conditions in Q2D models, which can affect the correctness and repeatability of capacitance and field extraction results when using PyAEDT.
Checklist