Skip to content

Commit 3b3bccb

Browse files
Adding APhi Transient Solution type (#1214)
1 parent 77ac6a6 commit 3b3bccb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyaedt/application/design_solutions.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@
8686
"default_setup": 5,
8787
"default_adaptive": "Transient",
8888
},
89+
"TransientAPhiFormulation": {
90+
"name": "TransientAPhiFormulation",
91+
"options": None,
92+
"report_type": "Transient",
93+
"default_setup": 5,
94+
"default_adaptive": "Transient",
95+
},
8996
"Electrostatic": {
9097
"name": "Electrostatic",
9198
"options": None,

0 commit comments

Comments
 (0)