-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EDB - Load amat material file from Aedt (#3713)
* edb intersection bug fix * pyaedt cutout bug fix * load amat material in edb * load amat material in edb * load amat material in edb * load amat material in edb * New methods: add_material_from_aedt which expect an aedt material name load_material_from_amat which load all materials in amat current limitations: supports only materials with float value (no nonlinear materials and no formulas) * Implemented suggestion * Implemented suggestion * Implemented suggestion * Implemented suggestion * added docstring * Update pyaedt/edb_core/materials.py Co-authored-by: Kathy Pippert <[email protected]> * Update pyaedt/edb_core/materials.py Co-authored-by: Kathy Pippert <[email protected]> --------- Co-authored-by: maxcapodi78 <Shark78> Co-authored-by: Massimo Capodiferro <[email protected]> Co-authored-by: Kathy Pippert <[email protected]>
- Loading branch information
1 parent
5e770b5
commit a3b3d96
Showing
6 changed files
with
183 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,7 @@ page on the Ansys Developer portal, you can post questions, share ideas, and get | |
To reach the project support team, email `[email protected] <[email protected]>`_. | ||
|
||
|
||
Example Workflow | ||
Example workflow | ||
---------------- | ||
Here’s a brief example of how PyAEDT works: | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,5 +81,6 @@ EDT | |
pyansys | ||
Slurm | ||
Python.NET | ||
|
||
Toolkits | ||
toolkits | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ ro | |
aline | ||
COM | ||
gRPC | ||
Toolkits |
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