Replies: 2 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
imbeauf
-
Is there any case where using |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
For background, we are using an IDS-description of the SPARC device which is then imported to the MEQ framework to do various equilibrium and axisymmetric control simulations.
We use the IDS to describe large macro features of the passive structures, and when it is imported into MEQ we use a discretization algorithm to break this into finer meshes. What is best practice for then saving the results of a simulation back into the IDS? It seems like information is lost if we just save the currents associated with macro elements, and lose some of the fine distribution detail. Is the idea to also save the discretization mesh back into the ids within pf_passive.loop.#.element ?
We use both the
wall
andpf_passive
IDS's to describe the vacuum conductors. (So for axisymmetric simulation with MEQ, reading and writing towall
,pf_passive
,pf_active
,pf_plasma
, andequilibrium
). Is there any best practice or recommendation on which IDS's to use for axisymmetric sims? There are some redundancies where I could see using either pf_passive or wall or both, and same with pf_plasma / equilibrium.Beta Was this translation helpful? Give feedback.
All reactions