You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Electrostatic Solvers, 2D and 3D, there is the post processing feature Inception Voltage Evaluation avaialble once Field Line Traces are generated. It is already possibil to plot such filed line traces via pyaedt. It is requested to add the inception voltage evaluation and showcase it in the example: https://examples.aedt.docs.pyansys.com/version/dev/examples/low_frequency/general/electrostatic.html
Description of the feature
In Electrostatic Solvers, 2D and 3D, there is the post processing feature Inception Voltage Evaluation avaialble once Field Line Traces are generated. It is already possibil to plot such filed line traces via pyaedt. It is requested to add the inception voltage evaluation and showcase it in the example:
https://examples.aedt.docs.pyansys.com/version/dev/examples/low_frequency/general/electrostatic.html
Steps for implementing the feature
This feature is captured in the native API in the oModule.CreateFieldPlot method:
oModule.CreateFieldPlot(
[
"NAME:FieldLineTrace_Plot1",
"SolutionName:=" , "Setup1 : LastAdaptive",
"UserSpecifyName:=" , 0,
"UserSpecifyFolder:=" , 0,
"QuantityName:=" , "QuantityName_FieldLineTrace",
"PlotFolder:=" , "Field line trace plot",
"IntrinsicVar:=" , "",
"Trace Step Length:=" , "0.001mm",
"Use Adaptive Step:=" , True,
"Seeding Faces:=" , [4,80,99,216,184],
"Seeding Markers:=" , [0],
"Surface Tracing Objects:=", [0],
"Volume Tracing Objects:=", [8,27,80,99,116,159,184,216,237],
"Seeding Sampling Option:=", True,
"Seeding Points Number:=", 15,
"Fractional of Maximal:=", 0.8,
"Discrete Seeds Option:=", "Marker Point",
[
"NAME:InceptionEvaluationSettings",
"Gas Type:=" , 0,
"Gas Pressure:=" , 1,
"Use Inception:=" , True,
"Potential U0:=" , 0,
"Potential K:=" , 0,
"Potential A:=" , 1
],
[
"NAME:FieldLineTracePlotSettings",
[
"NAME:LineSettingsID",
"Width:=" , 1,
"Style:=" , "Solid"
],
"IsoValType:=" , "Tone"
]
], "FieldLineTrace")
Useful links and references
No response
The text was updated successfully, but these errors were encountered: