Skip to content
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

Add Inception Voltage Evaluation Capability #5310

Open
tizianrot opened this issue Oct 17, 2024 · 0 comments
Open

Add Inception Voltage Evaluation Capability #5310

tizianrot opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels
enhancement New features or code improvements

Comments

@tizianrot
Copy link
Contributor

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

@tizianrot tizianrot added the enhancement New features or code improvements label Oct 17, 2024
@tizianrot tizianrot self-assigned this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements
Projects
None yet
Development

No branches or pull requests

1 participant