-
Notifications
You must be signed in to change notification settings - Fork 15
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
Setup new COCOs combination for em_coupling matrices #300
base: master
Are you sure you want to change the base?
Conversation
These have now been defined for all components. Maybe someone smarter than me can explain the difference between sigma_Ip and sigma_B0 since it would simplify things if we could eliminate one instead of multiplying them multiple places...
I honestly don't know or remember why we have both |
sigma_B0 exists in Sauter's paper (https://www.sciencedirect.com/science/article/pii/S0010465512002962). So I'd be surprised if one can be removed. |
|
Thanks for the explanation Brendan! If I'm understanding correctly, the I'm having a hard time understanding how the mutual inductance would convey anything meaningful if it's convention didn't change when the definitions of flux and current are transformed. I could be missing something there. My use case for the Orso also raised the possibility that the mutual inductance could have a mix of different COCOs if the flux and current each use a different COCOs, but we agreed this would be an edge case that should be handled on it's own and doesn't need to have dedicated support in OMAS. |
If you have more information on the definition of these matrices or how they get used, I might be able to advise. |
The only official information I know of is the description provided by IMAS In practice we are storing the EFIT Green function tables there and using them in similar ways. Joey has a paper being reviewed that is an example of one of the applications outside of EFIT |
How do the EFIT Green's function tables get used? You multiply those values by the coil current and it gives you the EFIT psi? If that's true, then yes, it has a COCOS definition because the EFIT psi is the poloidal flux per radian. The easiest thing to do would be to write down the equation that has this mutual inductance in it. Then you can write down the transform for each part of the equation and see what's left over to make it balance. |
Stale pull request message |
This PR has not seen any activity in the past 60 days. It is now marked as stale and will be closed in 7 days if no further activity is registered. |
This PR has not seen any activity in the past 60 days. It is now marked as stale and will be closed in 7 days if no further activity is registered. |
This PR has not seen any activity in the past 60 days. It is now marked as stale and will be closed in 7 days if no further activity is registered. |
FYI IMAS 4.0 deprecates the named |
The COCOs have now been defined for all of the different
em_coupling
matrices and should close #299.I'm interested in why there is a distinction between
sigma_Ip
andsigma_B0
since it would simplify things if we could eliminate one instead of multiplying them several places. Can someone more familiar explain this?