New MaxwellMatrix class and post-processing enhancements for Eddy current solvers #4888
gmalinve
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
PyAEDT is now able to store reduced matrices of a parent matrix thanks to new enhancements in Boundary.py .
In the MaxwellParameters class there is a new property called reduced_matrices, a list of reduced matrices stored as MaxwellMatrix objects.
The new MaxwellMatrix class comes with the following properties:
We also improved post-processing capabilities for Maxwell Eddy Current solvers. create_report and get_solution_data have been enhanced too and in the context argument you can now provide a dictionary where the key is the parent matrix name and value the reduced matrix name.
Below an example:
Beta Was this translation helpful? Give feedback.
All reactions