Take the vacuum magnetic pressure alone as the total pressure outside the free boundary - #32
Open
CharlesCNorton wants to merge 1 commit into
Open
Conversation
… the free boundary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
funct3d.f90adds the extrapolated edge pressure to the vacuum magnetic pressure before using it as the total pressure outside the plasma:bcovarhas already added the kinetic pressure tobsq, so the plasma sidebsqsav(lk,3)carries p + |B|^2/2mu0. Addingpresf_nson the vacuum side cancels that pressure from both sides, sorbsqanddbsqmeasure continuity of the field strength instead of the pressure balance p + |B|^2/2mu0 = |B_vac|^2/2mu0 that holds across a plasma-vacuum interface. This takes the vacuum magnetic pressure alone and drops the extrapolation, which nothing else reads.The same change is ORNL-Fusion/PARVMEC#86 and proximafusion/vmecpp#830.
presf_nsis identically zero for a pressure profile that vanishes at s = 1, so every input that ships is unaffected andctestpasses.It matters for a profile with a pedestal. Starting from
fb/input.cth_like_free_bdywithpmass_type = 'power_series'andAM = 1.0, -0.5:linear in the edge pressure, and within one percent of what the same change gives in PARVMEC on its own copy of that case.